Forum Moderators: open
Can anyone let me know why and is there anything I can do about it?
Thanks
[edited by: phranque at 8:58 pm (utc) on Nov. 7, 2009]
[edit reason] No urls, please. See TOS [webmasterworld.com] [/edit]
ie5 & ie6 are known far and wide to have issues with standards compliance.
do you have a document type declaration?
is all of your html and css validated?
what percentage of your visitors are using IE5?
I have checked the validation etc and it seems fine?
Also tried the Body padding and that didn't solve it.
We have enough people visiting using 6 to want to sort it out.
Any other ideas?
If I know what CSS would work for IE6 then I would be happy to do a second style sheet.
Thanks
tried the Body padding and that didn't solve it.
Did you try not just "body" but "body *"? That should set every child of the body element to zero padding.
You also may find some help from IE Conditional Comments [webmasterworld.com] - they were created for this kind of situation.