HTML yawn Help!
- Started
- Last post
- 7 Responses
- Atkinson
I'm not sure if this is possible... I have a table of links - http://www.craigatkinson.co.uk/p…
I want that table inside a dropdown menu that's activated when you click on 'selected work'. C'est possible?
Cheers
- acescence0
put it in a div and toggle visibility
- TheBlueOne0
Or use one of them fancy schmancy ajax acordion scrirpts
- mg330
nice link TBO
- ********0
yes. you must have it on a DIV, mr. Atkinson. tables are fixed html items on a page, and cannot be moved. if you want anything to move onclick (visibility yes/no witrh javascript, ajax, etc) you must have the data inside a div. easy to do. div are defined as tables except they do not have rows (use breaks). (but you can also put a table inside a div, btw, although some browsers do not like it).
it's good to work with div because they're are cross-platform and tables (which are better for design) are not.
if you want to have a neat sliding menu you google and download some "javascript menu builder". most are shareware but you can copy the code into your page and work some options.
- acescence0
jQuery is my fancifier of choice
- ********0
actually you can move tables with javascript but that's really crazy. go for divs. they're actually more intuitive than tables from a programming pov.
- ********0
yeah.
don't listen to what I say. I stopped doing code awhile ago. and you know what happens after 6 months...
I guess there's a lot of new applets/code I have no clue about.
Jquery seems cool though.
godspeed.