View Full Version : Very simple CSS question
camel101
04-04-2007, 08:00 PM
How do i make a table with rounded corners like the one at right side of
http://www.phpbb.com/support/
I'm talking about the Grey tables such as the one that has "Support sections"
Can someone give me the CSS code for that or an example table.
I'm very new to CSS.
Thanks
codeexploiter
04-05-2007, 03:41 AM
The rounded corner of the table you had mentioned in your posting can be achived through rounded images which can be act as the background image for the necessary CSS.
For more details about achieving such an item can be found at the following site (http://kalsey.com/2003/07/rounded_corners_in_css/)
lord_havoc
04-09-2007, 02:01 AM
You need to use images for rounded corners, there is no style attribute for it unfortunatly :( .
boogyman
04-09-2007, 03:02 AM
it can be done in javascript, but its alot easier just to use images and place them with css
codeexploiter
04-09-2007, 03:07 AM
it can be done in javascript, but its alot easier just to use images and place them with css
It is always better to use CSS than JavaScript if that is possible.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.