almightyegg Posted October 26, 2006 Share Posted October 26, 2006 i want to put text over:<span style="float:left;filter:alpha(opacity=10);-moz-opacity:.10;opacity:.10;"><img src="http://www.lordoftheabyss.com/images/map.png"></span>WITHOUT making it opaque with the image and preferably with out using position:absolute;is that possible? Link to comment https://forums.phpfreaks.com/topic/25248-text-over-image/ Share on other sites More sharing options...
Daniel0 Posted October 27, 2006 Share Posted October 27, 2006 You can't position the text over the image without setting, well, a position. Link to comment https://forums.phpfreaks.com/topic/25248-text-over-image/#findComment-115247 Share on other sites More sharing options...
ToonMariner Posted October 27, 2006 Share Posted October 27, 2006 two ways. daniel got the first the second is to set the display property of the span to block (or float it!) give it a heigt and width of the image you want and set your image as the background. Link to comment https://forums.phpfreaks.com/topic/25248-text-over-image/#findComment-115281 Share on other sites More sharing options...
Netty Posted October 27, 2006 Share Posted October 27, 2006 yer, i would go with setting it as a BG! Link to comment https://forums.phpfreaks.com/topic/25248-text-over-image/#findComment-115471 Share on other sites More sharing options...
drcdeath Posted October 28, 2006 Share Posted October 28, 2006 <td background="imagename.ext" height="imageheight" width="imagewidth"><font color="yellow"><b>You're done!</b></font>Done. Link to comment https://forums.phpfreaks.com/topic/25248-text-over-image/#findComment-115982 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.