Hi!
Thanks for the help with the background img.
Does anyone know if one can change images within a page from within a style sheet?
Ie. I have an external script which detects size of browser and then uses correct style sheet. That specific style sheet would then have an attribute(?) which states that the images should be 'smaller.jpg' etc.
I presume it's something to do with placing a div or span tag around the image in the html page?
At the moment on the page I have
Thanks for the help with the background img.
Does anyone know if one can change images within a page from within a style sheet?
Ie. I have an external script which detects size of browser and then uses correct style sheet. That specific style sheet would then have an attribute(?) which states that the images should be 'smaller.jpg' etc.
I presume it's something to do with placing a div or span tag around the image in the html page?
At the moment on the page I have
Code:
<td rowspan="3" valign="top" align="right"><img src="graphics/logoreduced.jpg" width="292" height="144" border="0" alt="CREATE Ventures"></td>
[/code/
Do I remove the <img src> code and put a div in here and then how do I link this in with a style sheet?
Really appreciate the help guys.
Lee