http://www.top-download.net/
right bottom
watch
and then watch in ie.
Notice the 1px border being drawn on the outside by ie and on the inside by FF
anything to do about this?
I'm using the
HTML Code:
-moz-box-sizing: border-box;
box-sizing: border-box;
In order to deal with the padding problem.
But i wouldn't know how to deal with this border drawing problem.
|