| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#5 (permalink) |
|
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.
|
|
|
|
#7 (permalink) |
|
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.
|
|
|
|
#14 (permalink) |
|
Not A Designer
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. =-
|
|
|
|
#16 (permalink) |
|
Not A Designer
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. =-
|
|
|
|
#19 (permalink) |
|
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 |
|
![]() |