Forum Moderators: not2easy
"Absbottom?
Wasn't that proprietary NN4 code?"
No, I think absbottom is proprietary to Microsoft, IE6 still uses it. However, many thanks I took your advice and have placed the following in my style sheet:
img.bt { vertical-align: bottom; }
and <img src="graphics/mygif.gif" class="bt" width="x" height="x" alt="x" />
in the HTML. This gave the same results as absbottom and is standards complaint.
Thanks again!