D
David Graham
Hi
I have some problems getting my site to render properly in IE5 for win
2000 - although I've been told its OK in IE5 for win98. Is it possible for a
different version of windows to do this? Can anyone confirm that IE5 is OK
on win98. What does IE5.5 make of this page?
http://www.catalysys.co.uk/sefriendly/
I know its a simple page and it should render Ok in any browser and indeed I
am currently working on simplifying things. My main complication is the
extra complexity caused by having a div called 'internet page'. This div
gives me the ability to have a footer that appears at the bottom of the view
port or the canvas if the canvas is longer. I might get rid of this feature
as it might be part of the problem.
The problem is IE5 on win2000 and IE5.2 mac do not respect the relative
position of 200px left on the 'contentcontainer' div, so it all ends up
pressed against the left side of the screen. While I'm working on the
problem, would the code below give me an opportunity to redirect these two
browsers.
<!--[if lte IE5.2]>
<?php header("Location: http://www.xxx.com/");?>
<![endif]-->
I don't know if it is possible to be more specific in the condition like
this
<!--[if ((lte IE5.0 && win2000) || (macintosh && 5.2))]>
<?php header("Location: http://www.xxx.com/");?>
<![endif]-->
Does that look like it has a chance of working - this is only a stop gap
while I correct the real problem i.e. a bloated page with dodgy code
thanks
David
I have some problems getting my site to render properly in IE5 for win
2000 - although I've been told its OK in IE5 for win98. Is it possible for a
different version of windows to do this? Can anyone confirm that IE5 is OK
on win98. What does IE5.5 make of this page?
http://www.catalysys.co.uk/sefriendly/
I know its a simple page and it should render Ok in any browser and indeed I
am currently working on simplifying things. My main complication is the
extra complexity caused by having a div called 'internet page'. This div
gives me the ability to have a footer that appears at the bottom of the view
port or the canvas if the canvas is longer. I might get rid of this feature
as it might be part of the problem.
The problem is IE5 on win2000 and IE5.2 mac do not respect the relative
position of 200px left on the 'contentcontainer' div, so it all ends up
pressed against the left side of the screen. While I'm working on the
problem, would the code below give me an opportunity to redirect these two
browsers.
<!--[if lte IE5.2]>
<?php header("Location: http://www.xxx.com/");?>
<![endif]-->
I don't know if it is possible to be more specific in the condition like
this
<!--[if ((lte IE5.0 && win2000) || (macintosh && 5.2))]>
<?php header("Location: http://www.xxx.com/");?>
<![endif]-->
Does that look like it has a chance of working - this is only a stop gap
while I correct the real problem i.e. a bloated page with dodgy code
thanks
David