Results 1 to 2 of 2

Thread: Rounded Corners on Ajaxtabs?

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

    Default Rounded Corners on Ajaxtabs?

    1) Script Title: Ajax Tabs Content Script (v 2.0)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...axtabscontent/

    3) Describe problem: Is there any way to display rounded corners on the tabulars that will change colors along with the navigation? I am having a bit of trouble figuring out exactly how the code would work.
    Last edited by ddadmin; 11-21-2007 at 10:00 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Do you mean rounded corners for the tabs themselves? As this script pretty much lets you use any CSS menu for the tabs, this is more of a matter of just finding a CSS tab menu with the desired rounded corners look.

    FYI in Mozilla and CSS3 supporting browsers, you can easily create rounded corners by using rules like:

    Code:
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    As seen here. Or, you can use an image based rounded corner interface, as seen here.

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
  •