caughtredhanded
Member
Posted 2 years ago #
My blog looks absolutely beautiful on Safari, and perfect on Firefox, however I turn to the clunking monstrosity that is Explorer and the main body of my blog is totally unaligned, with the text overlapping the borderline on the right-hand side. Anybody got any ideas (apart from sacking the creators of Explorer) as to how I can go about rectifying this?
Thanks
caughtredhanded
Member
Posted 2 years ago #
henkholland
Member
Posted 2 years ago #
Hi,
Try to eliminate (X)HTML ans CSS validation errors; go here: http://www.xhtml-css.com/
Next: you seem to aim for a width of 960px but in your css I see this:
#footer {
background-image:url(images/f.png);
background-repeat:no-repeat;
height:20px;
width:1100px;
meaning it overflows my 1024 screen, also in FF.
caughtredhanded
Member
Posted 2 years ago #
Genius! Cheers. Things seem to be okay at this end now, hopefully they are at yours?
henkholland
Member
Posted 2 years ago #
Yeah, looks nice, also in IE (a bit late; I had a holiday)