[Typo3] why Internet Explorer show contents like this?

Harald Amelung ha75 at gmx.net
Tue Aug 9 22:26:49 CEST 2005


Hello Bing,

Bing Du schrieb:

First of all you should try to produce valid XHTML
http://validator.w3.org/check?verbose=1&uri=http%3A//it.eng.iastate.edu/index.php%3Fid%3D489
outputs 13 errors,

> I just looked my post in the list again.  No, the two snippets are not 
> identical.  The first one has white gap between the content and its left 
> border.  The second one does not.
> 
> Anyway, see how this page http://it.eng.iastate.edu/index.php?id=489 
> looks in IE.

I see the div id=content defined twice:

http://it.eng.iastate.edu/fileadmin/templates/css/3column.css

#content
{
	float: left;
         width: 375px;
	margin-left: 10px;
}

http://it.eng.iastate.edu/fileadmin/templates/css/base.css

#content
{
	float: right;
	padding: 10px;
	width: 575px;
}

This doesn't make much sense...

Bye
Harald
-- 
Harald Amelung, BSc | http://www.nuspirit.de



More information about the TYPO3-english mailing list