Forums
This topic is locked
different layout in web browsers
Posted 11 Aug 2006 10:49:10
1
has voted
11 Aug 2006 10:49:10 paolo rossi posted:
text and pictures are visualized in different mode in IE and in Firefox and other browsers, who can I resolve?sorry for my bad english
grazie!
Replies
Replied 18 Aug 2006 21:40:44
18 Aug 2006 21:40:44 Paul Edwards replied:
hi
hopefully you are using css to position your layers
then try this
<!--[if IE]><link rel="stylesheet" href="css/2col_styles_ie.css" type="text/css" /><![endif]-->
now have 2 style sheets and change the 2col-styles_ie.css to your own css style for ie and have another for other browsers, but i would check the code aswell in your css sometimes it is in there
hope this helps
Paul ed
hopefully you are using css to position your layers
then try this
<!--[if IE]><link rel="stylesheet" href="css/2col_styles_ie.css" type="text/css" /><![endif]-->
now have 2 style sheets and change the 2col-styles_ie.css to your own css style for ie and have another for other browsers, but i would check the code aswell in your css sometimes it is in there
hope this helps
Paul ed