Display a table when text is clicked

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shean J
    New Member
    • Jun 2011
    • 1

    Display a table when text is clicked

    i have tried jquery and overflow hidden and toggle options but none of them will allow me to do what i wish to do with these tables. heres a picture of what i want to do....

    http://26.media.tumblr .com/tumblr_lmvixzfY yY1qzp8feo1_500 .jpg

    i want the tables i've created to span the whole browser, i presume its a bit like tabs except i dont want them to be visible until the user clicks on the text option; i hope there's a way - ive seen it done before - so that when the page loads only the text is visible and then when the user clicks on the text the picture and options drop down. the codes ive tried only work for one link or the code conflicts and the tables aren't 100% across either. Sorry, I'll tell you I'm fairly basic in my coding knowledge but any help is greatly appreciated!!!
    culturecouture. cc
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    tables for layout are bad (as you have experienced) and from the last millennium. for dropdown menues, lists are state-of-the-art (afaik) (e.g. the famous Suckerfish Dropdown)

    Comment

    Working...