I am looking for help in how to change a CSS created image
It's a info icon that lives in a header to an image in IE6. The image is a .png
<h1>header title<\h1><a href="#" id="info-icon"><span>i</span></a>
Currently the CSS image icon is absolutely positioned off the relative header. Maybe it should be floated?
I'm just not sure what coding logic to use to replace the png image in same spot as the CSS image. Does it involve conditional logic?
Any help would be much appreciated.
Doug