[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nylug-talk] explorer beat netscape?
Well, I've dived into styles and have discovered to my horror that
internet explorer does a better job (actually the right job) of
interpreting styles. The following code does not work under
netscape 4.7
<html><head><title>netscape sucks?</title>
<style>
table {height:80%}
</style>
</head><body>
<table>
<tr><td>junk</td></tr>
</table>
this should be 80% of the way down on the redered page....
</body>
</html>
but works great under internet explorer... What a nightmare...
Steve.