stingerman
04-26-2009, 02:46 AM
These pages always look fine in firefox.
However sometimes they do and sometimes they don't in IE.
The big pic is supposed to be centered -- but sometimes it appears to the right and when refreshed sometimes its centered correctly.
Not sure why this would be happening.
Can anybody take a look - Is there some kind of display:block bug in IE?
I ran a validation test and I didnt see anything in particular. Most of the errors were a result of a php script image resize.
Also not sure if it would be a doc type problem?
Thanks.
http://www.cosmicbooknews.com/enlarge/LEPCOVERA
This is the css for the image:
IMG.displayed {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
However sometimes they do and sometimes they don't in IE.
The big pic is supposed to be centered -- but sometimes it appears to the right and when refreshed sometimes its centered correctly.
Not sure why this would be happening.
Can anybody take a look - Is there some kind of display:block bug in IE?
I ran a validation test and I didnt see anything in particular. Most of the errors were a result of a php script image resize.
Also not sure if it would be a doc type problem?
Thanks.
http://www.cosmicbooknews.com/enlarge/LEPCOVERA
This is the css for the image:
IMG.displayed {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}