Results 1 to 3 of 3

Thread: Help With AJAX Tabs Content CSS

  1. #1
    Join Date
    Dec 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help With AJAX Tabs Content CSS

    1) Script Title: AJAX Tabs Content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm

    3) Describe problem:

    Can I Make The Link Like The Intro Link Become Like This

    (Icon) Intro | (Icon) Bird

    The Example I Want is Like That...

    but After I Make The Page, It Cannot Displayed Properly

    Check at This site
    http://www.geocities.com/hl_hkl/

    the image does not align at center, but it is higher than the tabs...

    Help me please.. thanks

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The tabs expand in height to the content's text size. An easy fix would be to adjust the size of your icon to 15 x 15, and align it to the bottom. (By the way, don't use the style to change the icon's size, use your graphics program - but you probably knew that!)

    Code:
    <li><a href="external.htm" rel="ajaxcontentarea"><img src="./ajaxtabs/menu_icon.gif" style="width:15; height:15; vertical-align:bottom" border="0">Bird</a></li>

  3. #3
    Join Date
    Dec 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks anyway... coz. i'm not familiar enough with CSS...

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
  •