toicontien
03-11-2003, 02:05 PM
Well, I'm back at it again. More XHTML, more problems with IE5/Mac running on Mac OS 9.1. You can view the page at the address below:
http://users.tm.net/gburghardt/cmlife/html/
The problem lies with the very bottom of the page just beneath the bottom ad. On IE5/Mac, there's about 1,000 or so pixels worth of blank vertical space below the bottom ad, that doesn't appear on other browsers. The browsers I've tested it on are below:
IE 5/PC and Mac, IE6/PC, NS7 PC and Mac, Opera 6/PC, NS4/PC and Mac, and Mozilla 1/PC.
I'm wondering if there's a problem with one of my DIVs being positioned relatively and floated? I've looked at my code and I can't find anything blatantly wrong with it.
Oh, and no it doesn't pass W3C standards yet, I'm missing some alt attributes in images and have an improperly nested FORM:
<form>
<div>
some stuff goes here
</div>
</form>
I'm just ready to accept the bug because the page renders fine other than the blank space at the bottom.
http://users.tm.net/gburghardt/cmlife/html/
The problem lies with the very bottom of the page just beneath the bottom ad. On IE5/Mac, there's about 1,000 or so pixels worth of blank vertical space below the bottom ad, that doesn't appear on other browsers. The browsers I've tested it on are below:
IE 5/PC and Mac, IE6/PC, NS7 PC and Mac, Opera 6/PC, NS4/PC and Mac, and Mozilla 1/PC.
I'm wondering if there's a problem with one of my DIVs being positioned relatively and floated? I've looked at my code and I can't find anything blatantly wrong with it.
Oh, and no it doesn't pass W3C standards yet, I'm missing some alt attributes in images and have an improperly nested FORM:
<form>
<div>
some stuff goes here
</div>
</form>
I'm just ready to accept the bug because the page renders fine other than the blank space at the bottom.