![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi, I need help with a dynamic nav menu, http://www.mayacove.com/design/nav/nav.html it looks like I want it in IE 7, but in FF and IE 6 it's totally messed up.. in FF the main-nav section looks fine, but the drop-downs are totally messed up.. in IE6 for some reason the functionality is totally messed up, I get JavaScript errors, I guess that's for JS group.... ![]() I adapted this from here, http://www.javascriptkit.com/script/...leveltab.shtml which is for sub-menus that go horizontally right underneath main-nav.. I always have difficulties with this, would like to find a method that works across all browsers... a kind of "formula" that can be applied to all situations (whether sub-nav is vertical (drop-downs) or horizontal.. if possible... ![]() thank you very much... |
#3
| ||||
| ||||
|
|
hi, I need help with a dynamic nav menu, http://www.mayacove.com/design/nav/nav.html |
|
it looks like I want it in IE 7, but in FF and IE 6 it's totally messed up.. in FF the main-nav section looks fine, but the drop-downs are totally messed up.. in IE6 for some reason the functionality is totally messed up, I get JavaScript errors, I guess that's for JS group.... ![]() |
|
I adapted this from here, http://www.javascriptkit.com/script/...leveltab.shtml which is for sub-menus that go horizontally right underneath main-nav.. I'd rewrite the submenus, so that instead of br's you have either a list |
|
I always have difficulties with this, would like to find a method that works across all browsers... a kind of "formula" that can be applied to all situations (whether sub-nav is vertical (drop-downs) or horizontal.. if possible... ![]() thank you very much... |
#4
| |||
| |||
|
|
maya wrote: hi, I need help with a dynamic nav menu, http://www.mayacove.com/design/nav/nav.html No Doctype! That means you are operating in quirks mode. What box model the browser uses is dependent on the boxtype. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
hmmmm.. interesting... I still dont get why some users disable JavaScript (some corporate firewalls disable JavaScript?? THAT I didn't know... what ARE all the evil things supposedly you can do with JavaScript?????) |
|
I reckon that the users who have JavaScript disabled are a small minority, |
|
I think it's very rare nowadays for a website to not use JavaScript. |
#7
| |||
| |||
|
|
An issue to think about: If you make dropdown menus with javascript or flash, they will be invisible to search engines. And if your pages are invisible to search engines, no one will ever look at htem. So you either have to *also* build a static site map, that points to everything, or you can build the dropdown menus with css techniques, rather than client-side processing. Look at positioniseverything.net (think that's the name) for examples of (nearly) pure css dropdowns. You still have to do a bit of javascript hacking to make their solution work for IE6. But that part is not a search engine impediment. |
#8
| |||
| |||
|
|
maya wrote: hmmmm.. interesting... I still dont get why some users disable JavaScript (some corporate firewalls disable JavaScript?? THAT I didn't know... what ARE all the evil things supposedly you can do with JavaScript?????) I'll leave "evil" to someone else, but I'll tell you I have JS disabled by default because about 90% of the JS out there is annoying crap that I don't want to see. That includes cumbersome drop-down menus. They are a big pain to use and many times are poorly constructed and/or styled, which makes them an even bigger pain to use. I reckon that the users who have JavaScript disabled are a small minority, Yes, but that's no reason to dismiss them as unimportant, as you seem to be doing. I think it's very rare nowadays for a website to not use JavaScript. Using JS is not so much the issue as relying on it. |
#9
| |||
| |||
|
|
Beauregard T. Shagnasty replies to hisself: actually hinders toe operation s/toe/the <lol> Or test the page with your toes instead of your hand. |
![]() |
| Thread Tools | |
| Display Modes | |
| |