"rf" <> wrote in message
news:EKtSa.5438$...
>
> "David Graham" <> wrote in message
> news:XgtSa.900$...
>
> > Hi
>
> Hi.
>
> > I wish to redirect visitors to my site that are using IE5.0 or IE5.2
Mac
>
> Why? duplication of code and not so reliable browser sniffing...
>
> <snipage>
>
> It would be good if you advised us how the site actually breaks with
IE5.0.
> I could fire up one of my partitions that has IE5 but, it's simpler to ask
> you 
>
> > the page in question is http://www.catalysys.co.uk/sefriendly/
>
> Ah, this page again.
>
> You asked me to not tell you this but I must. This is a really simple
page.
> There is no reason you should not be able to make it work in IE5 or any
> other browser for that matter.
>
> Ah, I see. I just looked at your source. Terribly complex for what it
does.
> So much unnecessary javascript to do what CSS can do anyway. No wonder you
> are confusing IE5.
>
> Apply a bit of the KISS principle.
>
> Cheers
> Richard.
Hi Richard
The javascript stuff was generated by Fireworks. I did this for the
navigation down the left side of the page. This was done at the very
beginnings of my web designing ventures. I knew nothing about web design and
trusted progs like Fireworks to do a good job. I had no idea that it would
bulk out my code or confuse browsers.
The problem is the content (on this page consists of a flash banner type of
thing and an image map) contained within a div called 'content' which is
itself housed in a div called 'contentcontainer' ends up pressed against the
left side of the screen. It only happens in the two browsers above. From
what you say it would seem that if I chopped out all the code for the
navigation div that runs down the left side of the screen and replaced using
css, that would give browsers a less confusing time. I will try this, but
I'm not too sure if its going to help. Afterall, the javascript in the
navigation div doesn't directly affect the layout of other div's does it?
The contentcontainer div is simply positioned, relatively with a 200px left
so it lies next to the absolutely positioned navigation div rather than
under it, this makes it easy to center horizontally things contained within
the contentcontainer such as the content div which contains the imagemap and
the flash movie. That all sounds pretty straight forward to me and I am
confused why IE5 does not respect my relative positioning of the
contentcontainer div, any ideas. What happens in IE5 if the navigation div
is commented out altogether - I would appreciate it if you could let me know
what happens (my free trial of browsercam has run out and I'm running IE6)
many thanks for any further help
David