hello
why
img.funny{
float: right;
margin-left: 12px;
margin-bottom: 6px;
margin-top: .5em;
border-color: #ccc;
border-width: 1px;
border-style: solid;
padding: 5px;
}
gives a funny border around images in mozilla and not in IE? how can I get
the same effect on IE? thanks
img on Firebird and IE
Hi justin,
Is the page in standards mode?
Without standards mode IE renders the image without the padding other then that I don't see any difference.
img on Firebird and IE
Hi Tony. If with Standards Mode you mean that I should add
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
I think I'm out of luck, because I cannot put it in the very start of my doc since it is template generated and the blog host puts its own header!
you can see what I mean on my blog, http://giustointempo.splinder.it.
any further help is greately appreciated...
thanks a lot.
J.
Hi justin,
Is the page in standards mode?
Without standards mode IE renders the image without the padding other then that I don't see any difference.
img on Firebird and IE
Hi justin
Another option would be to put a div around the image and apply the border to it and put 5px margin on the image.
Hope that helps