Simple layout question really, I have got an image which I am using as an orange background, I need it to stretch when the text is resized for accesiblity reasons.
The following works in Firefox, but it does not seem to work in IE, does anyone know if it is possible to get it work like that in IE.
HTML Code:
<IMG class="orange" SRC="templates/bbbshow/images/orangebox.gif" />
Styelsheet code:
img.orange {height:24em; width:374px;}
Thanks
The following works in Firefox, but it does not seem to work in IE, does anyone know if it is possible to get it work like that in IE.
HTML Code:
<IMG class="orange" SRC="templates/bbbshow/images/orangebox.gif" />
Styelsheet code:
img.orange {height:24em; width:374px;}
Thanks