I have a CSS file that contains a hover element, and it is not working in ANY browser (FF3.5, IE6, GC1, SF3 O9)
Code:
.controls { position: absolute; right: 1px; top: 2px; height: 15px; width: 15px; background: url('JSi/closeO.png'); } .controls:hover { background: url('JSi/close.png'); }
Comment