<!doctype html public "-//w3c//dtd html 4.0 transitional//en" >
you need to have it with the "full uri". like such ....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">I kept the lang bit in the html and the character encoding bit too, in my cut-and-paste because you do need them.
fixing the doctype "may" help IE to see it correctly .... at any rate, its a beginning. I have had that "be the problem" for me ....
getting in the habit of validating your html and css at
http://validator.w3.org/check?verbose=1&uri=http%3A//techvisioneer.com/clients/wshein/demo/admin/test/NewDesign.htm
is a necessity, too! :-)
hope this gets you started.
best Donna
Keith Ellis wrote:
Hi all,
This is my virgin post to this group after reading many months worth of posts so hopefully somebody will give me the tweak I need here.
#container
#pageHeader
#headerLeft (where logo is bg-image)
#nav
#headerRight
#pageContent
#pageFooter
http://techvisioneer.com/clients/wshein/demo/admin/test/NewDesign.htm
I have a fairly simple header/content/footer layout except the height of the logo in the header is greater than the desired height of the header itself. My goal is to have the logo fixed in the upper left and the code in the #pageContent area to wrap around it.
I set the height of #pageHeader as I'd like and floated #headerLeft to the left inside #pageHeader. This works perfect in FireFox but IE isn't recognizing the height of #pageHeader and it's bumping the content area underneath the logo instead of right beneath the set height of #pageHeader.
All help is GREAT as this is something I have yet to figure out and need to ASAP!
Keith
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
-- Donna Jones West End Webs <http://www.westendwebs.com/> 772-0266
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
