I have this website that I'm making for someone (immo-deal.be) and it shows certain elements in different places on different machines, but the browser being used (IE 8.0) is exactly the same.
I don't understand how that is possibl开发者_高级运维e? Anyone have an explanation?
Main element that moves is the flashing text moves up and bottom grey text moves up too.
Maybe the browser resolution is not the same on the both machines and there are HTML block
elements float
ing in a container without a width
or with an extremely wide width.
精彩评论