Old 27-08-2004, 08:33   #1 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
DOM show/hide menu

anyone got a link to a good one?
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 27-08-2004, 09:04   #2 (permalink)
stickmus
hmmm...
 
stickmus's Avatar
 
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,130
Nope.

Usefull huh.
  Reply With Quote
Old 27-08-2004, 09:21   #3 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
go outside and play if you've nothing better to be doing.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 27-08-2004, 09:32   #4 (permalink)
stickmus
hmmm...
 
stickmus's Avatar
 
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,130
Bah, wish I could...

How about this then?

http://www.udm4.com/
  Reply With Quote
Old 27-08-2004, 09:37   #5 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
sorry no, I need a collapsible show/hide menu. All the content of the menu needs to be fully accessible i.e. not hidden/collapsed when javascript is turned off.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 28-08-2004, 04:52   #6 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,207
  Reply With Quote
Old 28-08-2004, 04:54   #7 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
nah, with javascript turned off it simply doesn't work. I want all the menu items to show when javascript is off.

I'm modifying one I've found atm.

cheers anyway.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 28-08-2004, 04:57   #8 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,207
any chance of sharing it when your finished? please
  Reply With Quote
Old 28-08-2004, 05:10   #9 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
yeah will do.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 28-08-2004, 09:07   #10 (permalink)
strawbleu
Senior Member
 
strawbleu's Avatar
 
Join Date: May 2004
Location: Leeds, UK
Posts: 274
Send a message via MSN to strawbleu
please do - cos the best I could find was the UDM4 one...
__________________
Jon Eland :: StrawBleu
Web Consultant Extraordinaire (and TMB accredited too, no less!)
  Reply With Quote
Old 28-08-2004, 09:08   #11 (permalink)
strawbleu
Senior Member
 
strawbleu's Avatar
 
Join Date: May 2004
Location: Leeds, UK
Posts: 274
Send a message via MSN to strawbleu

PS - I know where u work
__________________
Jon Eland :: StrawBleu
Web Consultant Extraordinaire (and TMB accredited too, no less!)
  Reply With Quote
Old 28-08-2004, 09:41   #12 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
how come?
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 28-08-2004, 19:15   #13 (permalink)
strawbleu
Senior Member
 
strawbleu's Avatar
 
Join Date: May 2004
Location: Leeds, UK
Posts: 274
Send a message via MSN to strawbleu
Sorry, crap joke.
Hangover induced.
Apologies :-)
__________________
Jon Eland :: StrawBleu
Web Consultant Extraordinaire (and TMB accredited too, no less!)
  Reply With Quote
Old 29-08-2004, 06:13   #14 (permalink)
Jay-NL
Not A Designer
 
Jay-NL's Avatar
 
Join Date: Jul 2004
Location: tHe NeTHerLaNDs
Posts: 122
Anything yet, smallbeer?
I don't think it's possible anyway. Because the only way is to use the "hover" property, which can only be applied to "a" in IE. So to have a menu showing when you hover over a link, you'd need nested (!) links.
e.g.: <A HREF="">Caption<SPAN><A HREF="">Item 1</A> ... </SPAN></A>
That's not a) accesible, and b) valid.
__________________
-= In theory, theory should work in practice. =-
  Reply With Quote
Old 29-08-2004, 06:31   #15 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
it is possible but no nothing to show yet.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 29-08-2004, 06:57   #16 (permalink)
Jay-NL
Not A Designer
 
Jay-NL's Avatar
 
Join Date: Jul 2004
Location: tHe NeTHerLaNDs
Posts: 122
Not without Javascript. Wanna bet?
Unless you mean that the menu is only "animating" if Javascript is on, and shows a static menu if off. That would actually be very simple - but you'd have serious layout issues then.
__________________
-= In theory, theory should work in practice. =-
  Reply With Quote
Old 29-08-2004, 07:21   #17 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
go back and read what I've already said.

we'll bet whatever you want. just stop replying.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 03-09-2004, 20:14   #18 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,207
hows it coming along mr. beers?
  Reply With Quote
Old 05-09-2004, 13:15   #19 (permalink)
xml
Senior Member
 
Join Date: Sep 2004
Posts: 149
This is the code I use: http://www.feedsfarm.com/s.js

You could... remove the styles which set the DIV to display: none, so that it shows all if JS is disabled.

Now if JS is enabled you can use it to set the style of one DIV to display: none.

Get me? lol
__________________
  Reply With Quote
Old 05-09-2004, 18:07   #20 (permalink)
Narate
Royalty™
 
Narate's Avatar
 
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,207
so it wouldnt work as that type of menu without .js ?

what if you have alot of directories wont it get alittle messy?
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8