Forum Moderators: open
I change the size of the graphic depending on how big or small I want the space to be.
i.e.
<IMG SRCshim.gif WIDTH=1 HEIGHT=1 ALT=''>
OR
<IMG SRCshim.gif WIDTH=10 HEIGHT=25 ALT=''>
This works fine in IE but for Netscape it always shrinks the graphic down to 1x1 .... how do I make it work in Netscape?
Check the DTD for this page : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
This page is written to the HTML 4.01 transitional standard, which does not require closing every tag
This thread was a very good place for your comment, so those who might be tempted understand the risks involved -- and also a good place to clear up the possible misunderstandings.
(edited by: tedster at 8:51 pm (utc) on Feb. 9, 2002)
At present I use 40 or 50 redrawings of the same spacer gif, and the layouts render almost instantly -- quicker (and easier to maintain) than the table cells I used before, and much quicker than custom-sized graphics that each require their own download.
Similarly, I use single color gifs in the color palette of the site, and redraw them with the browser for "trim" at various places.