html Doctype help
Posted: Mon Dec 29, 2008 2:07 pm
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
and im clueless.
I have added a screen show of one of the menus to show you what its doing.
oh and here is the doctype im using
Thank you
Smackie
I even done a
to see if that would change anything but nothing happensBody { margin: 0px; padding: 0px; }
and im clueless.
I have added a screen show of one of the menus to show you what its doing.
oh and here is the doctype im using
Please help me<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Thank you
Smackie