[Typo3] Typo3+Netscape

toni tonischoenbuchner at web.de
Mon Sep 26 16:12:31 CEST 2005


NOBY KURIAN schrieb:
> Hi all
> 
>   I have developed a portal in typo3 which works fine
> on all versions of IE.But the whole alignment is
> changed when i tried to open it in netscape.The
> changes are reflected especially for the css and menu
> which is being generated by typoscript.
>   
>   could anyone suggest some ideas so that the portal
> will work fine for netscape also.
> 
> Thanks in advance
> Noby 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 

Hi Noby,
If you view your created source code in your browser, you can shurely 
detected why netscape displays your website not correctly. For Example 
because of a different interpretation of css float or something like this.

One way to get rid of this would be to load different templates for each 
browser - for example with typoscript:

page.10.template.file = fileadmin/msie_template.html
[browser = netscape]
page.10.template.file = fileadmin/netscape_template.html
[global]

I hope this helps,

cheers,

toni



More information about the TYPO3-english mailing list