You are not logged in.

#1 2005-06-29 10:17:21

dust
Member
Registered: 2005-06-04
Posts: 152
Website

want some help with a project

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

#2 2005-06-29 15:02:54

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: want some help with a project

do it with pure CSS - it's much easier

Offline

#3 2005-06-29 17:18:29

i3839
Member
Registered: 2004-02-04
Posts: 1,185

Re: want some help with a project

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

#4 2005-06-29 17:25:36

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: want some help with a project

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

#5 2005-06-30 05:46:08

murkus
Member
From: Europe/Helsinki
Registered: 2004-03-19
Posts: 254

Re: want some help with a project

Here's how to make IE understand CSS.

Drop down menus made with pure CCS works in IE with this code!

.murkus


[edit] Umm, it says on the page it's still alpha, maybe you don't want to use it on production site yet..  big_smile [/edit]

Offline

#6 2005-06-30 06:46:35

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: want some help with a project

Some examples: http://css.maxdesign.com.au/listamatic2/index.htm

Some of them work with IE , some don't.

Offline

#7 2005-06-30 06:58:56

dust
Member
Registered: 2005-06-04
Posts: 152
Website

Re: want some help with a project

thanks alot for all the links smile !


Writing stories for a machine.

Offline

Board footer

Powered by FluxBB