Results 1 to 5 of 5

Thread: Very simple CSS question

  1. #1
    Join Date
    Mar 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Very simple CSS question

    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

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    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

  3. #3
    Join Date
    Mar 2007
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You need to use images for rounded corners, there is no style attribute for it unfortunatly .

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    it can be done in javascript, but its alot easier just to use images and place them with css

  5. #5
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Quote Originally Posted by pissa View Post
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •