![]() |
Nav function not working
I really need some help, please....................
The problem I'm having is this: The menu was created (not by me, I'm trying to fix it) to originally have the menu button drop and expose the submenu. My employer no longer likes that and wants the menu button to stay in the navbar and have the submenu drop out of it instead. I was able to rearrange the div tags so that the menu button appeared on top of the drop down and the sub-menu rolls out under that....but this only works in IE...not FF/Safari. Can someone please look at this coding and tell me what to do in order to get it to work the same in all 3 browsers? Code at the top of the page... Code:
<link href="css/global.css" rel="stylesheet" type="text/css" media="all" />Coding for nav.... Code:
<!-- Begin Nav-->and finally, nav styling in css Code:
#nav {Can anyone help me out with this? I dont' know if hyperlinks are allowed in this forum but I don't want my posting removed because of it, but if you need to see how the menu operates in order to understand what I'm talking about, please contact me and I will send you the link. Thank you all very much in advance for your help. |
Quick FYI, you can post a link to the page. As a matter of fact, it's recommended so helpers can see what's actually happening and play around with it.
|
Quote:
This is the page - if you are using FF - the first button doesn't work - but the 3rd button does (the 3rd button is how the drop down was set up prior to me rearranging it) If you are using IE - the first button DOES work....this is how it SHOULD look in both IE and FF.... I can't figure it out. Please help. |
Anyone? Please....nobody on ANY forums that I've been posting to for weeks cares to respond.
I don't know how to fix this and I don't know what is wrong. Isnt' there SOMEONE who knows what the glitch is?? |
I played around with it in Firebug (if you don't have it, install it) and can't quite figure it out. The jquery animation is "working" because I can see the css properties changing in the code, but the div just won't appear.
I did notice that the div does appear if I remove the overflow:hidden from #marketing_dropdown. However, the animation also doesn't work when I do that. I wonder if it's a z-index problem. |
Quote:
|
What do you suggest I change the zindex too? I had to change the index of the main button or else it appeared below the sub menu...can't have that.
If I can't get help here, where do you suggest I go and look for help? I'm at a complete loss and have asked everywhere I can think of with no luck (you're the only response I got that had any kind of information in it) at all. thanks for responding :) |
Quote:
To everyone else...please continue to post here if you can help me. |
I'm limited on what I can do since jquery changes things on load. Try removing the overflow:hidden from #marketing_dropdown and see if the animation works along with the div appearing.
|
THANK YOU!!!!!!!!!!!!!!
It works!!!!!!!!!!!!!!! I have to tweak the sizing...........but it worked!!! I never would have guessed that...I think I've been staring at it too long! Thanks! |
That's one of the benefits of Firebug. No idea what's wrong? Just start removing stuff from the code and see what happens! :D
|
While I actually finally have the attention of someone on here....can you also tell me why the font for the same sub-menu appears differently in FF than in IE? I'd like to get them looking the same, cause if you look in FF....the text expands out of the drop down box...and I'd like to avoid stretching the box,but make the fonts all consistent. They're both set to arial, so I dont' understand why one is short and fat and the other is tall and thin..... :(
Thanks again for all of your help! |
You have a font-family set, but not a font-size. At least I don't see one in those elements or any of their parents. Default sizes may vary across browsers.
|
| All times are GMT +1. The time now is 06:29 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.