Need some help with CSS

Asked By 20 points N/A Posted on -
qa-featured

Hi guys I am new to the web design, I have designed a website, but it looks ugly.

I am looking for a way to make rounded corners on every table in my website,

Can anyone guide me on how to do this? using CSS

SHARE
Answered By 10 points N/A #94403

Need some help with CSS

qa-featured

 

Using CSS you can easily make rounded corner tables.But this rounded corner tables only come on Mozilla Firefox. Other browsers do not support this.Use this code on your table: "-moz-border-radius" and again you can specify the round corner using this type of code: -moz-border-radius: 8px 12px 7px 1px; too.

But using html you can improve your tables.

By using html code tables may be converted into rounded and this method is supported by most type of browsers. Though it will take time to implement html codes for every tables,it is better. However,there might have improved CSS method that may be supported by all browsers. In this case I apologize for it and I do not know the right CSS to make rounded corner tables.

Related Questions