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 π
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 π
hostylesays
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.
hostylesays
Set #page to 900px and #content to 465px. That should work (although IE is acting a bit strange for me right now) …
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) …