HTML yawn Help!
HTML yawn Help!
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- ********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.