You are not logged in.
Pages: 1
I'm revamping our help desk's horrific data structure for issue documentation. Basically turning it into a website with links to different documents rewritten as html documents for easier readying and organization. I want to set up so that each page has a menu loaded along the top with drop down menus. I know VERY basic javascripting, so if pointed to a relatively fast and basic drop down menu I could hack at it, but I need a base to work off you know?
So if you have links to something like that I'd be really appreciative. Better still, links to tutorials that will help me make my own relatively quickly and can also teach me good code techniques. I hate having to use js in the first place, but I can't seem to convince this company to use an actual decent browser that would let me do this in css..
Writing stories for a machine.
Offline
Offline
When using pure CSS make sure it bypasses all non-standard behaviour of IE if you want it to work in that browser.
Good luck, you'll need it.
Offline
http://www.alistapart.com/articles/horizdropdowns/
http://www.meyerweb.com/eric/css/edge/menus/demo.html
Those two explain it real well - and the first one has the IE workarounds too
Offline
Offline
Some examples: http://css.maxdesign.com.au/listamatic2/index.htm
Some of them work with IE , some don't.
Offline
thanks alot for all the links !
Writing stories for a machine.
Offline
Pages: 1