TXComputerGuy
-
CSS Sprite working wierd in IE on an element
Nevermind, I found an answer through reading some of the other posts in this forum. I was using a margin-top: 146px; to position my h3 tag in the div. I took that off, added a position:relative, and a top:146px; to the css. Thanks to Robskiwarr…