Results 1 to 4 of 4

Thread: Pleated Tabs Menu

  1. #1
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default Pleated Tabs Menu

    1) CODE TITLE: Pleated Tabs Menu

    2) AUTHOR NAME/NOTES: Josh Jones

    3) DESCRIPTION: This is the result of me testing different methods to use the sliding doors method with a horizontal gradient image without showing any "seams". I also used a single "sprite" image to reduce HTTP requests.

    4) URL TO CODE: http://eight7teen.com/DD/pleated/

    or, ATTACHED BELOW (see #3 in guidelines below):
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  2. #2
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    Nice script. <suggestion> Try to change the text's cursor to 'hand' </suggestion>

    i.e.

    Code:
    <style type="text/css">
    .txt { cursor:hand; }
    </style>
    <div class="navbar">
    <ul><li class="selected"><a href="http://eight7teen.com"><span class="txt">Home</span></a></li>
    <li><a href="http://eight7teen.com"><span class="txt">About</span></a></li>
    <li><a href="http://eight7teen.com"><span class="txt">Services</span></a></li>
    <li><a href="http://eight7teen.com"><span class="txt">Portfolio</span></a></li>
    <li><a href="http://eight7teen.com"><span class="txt">Contact</span></a></li></ul>
    </div>

  3. #3
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    fixed.... I accidentally put the fix for that in the wrong conditional statement.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  4. #4
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    Awesome- pure CSS! At first glance, I would have thought it was some JavaScript taking care of the work...

    -magicyte

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
  •