Page is a not externally linkable
cyberdyne - 1:40 pm on Jan 19, 2012 (gmt 0)
A simple css corner banner works in FF but not IE. Can anyone please tell me why that is.
HTML (.php page) <div id="x1"><a href="url.php" target="_self">Some Text</a></div>
CSS #x1 {position: fixed;right: 0;top: 0;z-index: 1;}
#x1 a {background: url("image.png") no-repeat scroll 0 0 transparent;display: block;height: 115px;text-indent: -8000px;width: 115px;}
Many thanks in advance.