|
Posted by mbstevens on 11/07/70 11:56
On Fri, 25 Aug 2006 04:42:55 -0700, ste.diamond@gmail.com wrote:
> http://stediamond.co.uk/css_layout_problem/attempt2/index.html
> http://stediamond.co.uk/css_layout_problem/attempt2/style.css
I'm not too sure if this is the result I want, I
> wouldnt mind your opinion (or anyone elses for that matter).
One obvious problem is that the header is not a header.
Here's what a real header would look like:
<h1>Header!</h1>
An image such as you're using, without header tags, is actually more
like a logo and should not be confused with a header.
Since you've given no doc type, IE is thrown into quirks mode.
IE does not handle CSS very well in that mode. Look here:
http://www.webstandards.org/learn/reference/charts/doctype-switch/
[Back to original message]
|