[Typo3] Typo3+Netscape

Tyler Kraft headhunterxiii at yahoo.ca
Mon Sep 26 16:25:53 CEST 2005


Maybe I'm wrong but it sounds like a box model issue, and with a small 
css hack you can supply correct widths and such for older versions of IE

* html #whatever_item {
	width: xxx;	/* IE5 value s*/
	w\idth: xxx;	/* IE6 values */
}

hth
Tyler




Dmitry Dulepov wrote:
> Hi!
> 
> Alexander Heidl wrote:
> 
>>	<!-- IE and standards... It seems impossible. -->
> 
> 
> It is possible if you turn MSIE into full standards mode using DOCTYPE
> declaration. Given that your page validates with w3c, it will be shown
> absolutely identical in the following browsers:
> 	IE 6.0 (standards mode)
> 	FireFox 1.x (Win/Lin)
> 	Netscape 7.x
> 	Mozilla 1.x (Win/Lin)
> 	Opera 7.20+ (Win/Lin)
> 
> This is the basic set of browsers that I use for testing.
> 
> Dmitry.



More information about the TYPO3-english mailing list