Forum Moderators: open
My question is: is there some way (javascript perhaps?) so that when the iframe is rendered I can instruct to use a certain height if it's i.e., and a different height when it's netscape.
Something like:
iframe onload:
IF
i.e.=height 100px;
IF
ns=height 92px
----sorry, I'm a disaster with javascript!-----
Thanks for all the help you can give me
The difference could be caused by the different browsers using different 'quirks' box models. if you use a full doctype it will place them into 'Standards compliant' mode and you have a better chance of getting them all to look the same.
W3C Valid Doctype list [w3.org]