I just viewed this blog in Internet Explorer 6 and noticed that the CSS in the template is making a lovely mess of the display. If one of you CSS gurus could suggest a fix I'd really appreciate it :)
Lee - could you take another look please? :)
I've modified the CSS, but it's shoved it all into one column in IE :(
hostyle said:
Try upping the width value of either (maybe both) #page or #content. I'm almost definite that its the google ad being too wide a nd pushing things out of shape.
hostyle said:
Set #page to 900px and #content to 465px. That should work (although IE is acting a bit strange for me right now) ...
About this Entry
This page contains a single entry by Michele Neylon published on November 24, 2005 1:35 PM.
Try changing:
#sidebar2 {
...
float: right;
...
}
to
#sidebar2 {
...
float: left;
...
}
It looks like the google ads are pushng the "envelope" a bit out of shape ...
If the above doesn't work, I'll take a longer than 10 second look at it :)
Lee - could you take another look please? :)
I've modified the CSS, but it's shoved it all into one column in IE :(
Try upping the width value of either (maybe both) #page or #content. I'm almost definite that its the google ad being too wide a nd pushing things out of shape.
Set #page to 900px and #content to 465px. That should work (although IE is acting a bit strange for me right now) ...