this is doctype I was told to use for a site I'm building at work..
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
only problem is, in IE the layout gets totally screwed up!
everything becomes centered, the divs containing nav buttons gets
compressed, and buttons show up one on top of the other (it's a
horizontal nav, buttons run across top of pages..)
in FF no problem at all..
site is done with css, pretty standard css code, nothing out of the
ordinary (I think....;)
can't provide url, site is still in development..
would appreciate some suggestions.. thank you...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
only problem is, in IE the layout gets totally screwed up!
everything becomes centered, the divs containing nav buttons gets
compressed, and buttons show up one on top of the other (it's a
horizontal nav, buttons run across top of pages..)
in FF no problem at all..
site is done with css, pretty standard css code, nothing out of the
ordinary (I think....;)
can't provide url, site is still in development..
would appreciate some suggestions.. thank you...
Comment