In article
<1193539862.113352.277500@22g2000hsm.googlegroups.com>,
> The following link is correct in Firefox:
>
> http://cartoper.ueuo.com/TableSample.html
>
> In IE7 it does not fill the div vertically, what do I need to do to
> make it fill the div like it does in Firefox?
Nor in Mac Safari. Why don't you try to validate it first?

Signature
dorayme
Cartoper - 28 Oct 2007 11:40 GMT
> In article
> <1193539862.113352.277...@22g2000hsm.googlegroups.com>,
[quoted text clipped - 7 lines]
>
> Nor in Mac Safari. Why don't you try to validate it first?
Yea, I know it doesn't work in Windows version of Safari either. Why
don't I validate it first? I forgot is part of the answer;) When I
did validate MY copy the only thing missing was the encoding which I
have corrected. The rest of the answer is that I am using one of
those free web hosting companies to host this stuff and they are
sticking this on to the end of the document, after the html tag:
</div></span></ilayer></layer></iframe></noframes></style></noscript></
script></applet></xmp></pre></comment></xml></noembed>
<script type='text/javascript'
src='http://www.ueuo.com/category1/p.js'>
</script>
That is making it invalid. In the copy I just updated, I added a
comment around my core HTML so you know what is actually mine. What I
realized is that if I don't close the final comment I added that is
AFTER the HTML element, the code the web site appends does NOT get
executed and no popup happens!
If you take only the DOCTYPE and the code within the comments, it will
validate.
Cartoper