Alright i recently added a Floating bar menu onto a site I'm working on. I added a doctype which makes it so IE7 will let it stay where its at when scrolling down the page. well in FireFox and other browsers the doctype is messing up my other menus that are on the page (not on the floating bar menu) I'm not sure if its the css or the html script im using is having issues with the doctype or what.
I even done a
Body { margin: 0px; padding: 0px; }
to see if that would change anything but nothing happens
and im clueless.
I have added a screen show of one of the menus to show you what its doing.
I suspect this has to do with how you're fixing the menu, (I've done this successfully myself before), but without some code, or a link to the website, I can't begin to guess at how to fix it. Can you provide one of these? A link is preferable.