Hi
background-image is not an option as the image in question has an image map that responds to javascript mouseover events.
The image is contained in a div
<div id="divMapFilter" class="map_filter" runat="server">
<img src="images/map_filter/map
_none.gif"
id="imgMapFilter" name="imgMapFilter" border="0" usemap="#uk_map"/>
</div>
I need to float a couple of lines of text near the top of the image.
Anyone know how I can do this?
Wing
Start Free Trial