PDA

View Full Version : rounded table corners using css?


eternal_
04-03-2009, 11:28 PM
How do you make the corners of the tables rounded using only css, and no images. Is there a simple way to do this placing css code in the table border extra css attributes in the style manager? What would the code be to change the corners from square to rounded?

Lynne
04-04-2009, 03:15 PM
Google?

Rounded corners in CSS :: Adam Kalsey (http://kalsey.com/2003/07/rounded_corners_in_css/)
25 Rounded Corners Techniques with CSS (http://www.cssjuice.com/25-rounded-corners-techniques-with-css/)

Alfa1
04-04-2009, 10:28 PM
What would be the simplest way to add rounded corners to the table headers/footers of the default vbulletin style?

eternal_
04-05-2009, 01:10 AM
I thought maybe there would be a mod for changing the square look of vbulletin to rounded corners by altering the css, but haven't been able to find one. I'm looking for css modification, but also how to implement it into the templates for vbulletins tables as I haven't a clue where to do this. Thought maybe it could be done in the "Additional CSS" option in the styles.

I have visited those google sites, but not clear on how to implement the effect in vbulletin.

MaR?
04-22-2009, 04:27 AM
Same to me eternal... nobady???

napy8gen
04-22-2009, 07:26 AM
Look here - free skin:
https://vborg.vbsupport.ru/showthread.php?t=202293

maybe you can learn something from the style.on how I code the rounded corner.

I made it using tables, but for the last 15 styles from me already using div's.