Backup Navigation

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rich_a1
Advanced
Advanced
Posts: 11
Joined: Thu Feb 24, 2005 8:35 pm

Backup Navigation

Post by rich_a1 »

Is there any way to create a CSS or HTML copy of the top line menu (with no submenus) [i]behind[/i] the milonic top line menu? I am afraid users won't be able to see the milonic navigation if they have scripting off on their browsers or Windows firewall.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Sorry, I forgot to answer that in the other post. :oops:

Yes, in the table cell where you have the menu you can put in noscript tags and the info you need within the tags.

Code: Select all

<noscript>link  link  link etc</noscript>
I haven't played with it, so I don't know, perhaps you could actually put the full submenus and all, it shouldn't take up space when javascript is enable, but without script it would make the cell however high the necessary links vertical would take.

Ruth
rich_a1
Advanced
Advanced
Posts: 11
Joined: Thu Feb 24, 2005 8:35 pm

Post by rich_a1 »

No problem. I'll give it a try. Thanks.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I just tested in Opera with javascript disabled and it seems to work.

Ruth
Post Reply