Hi there, thanks to anyone in advance who can help me with this.
I am creating an HTML page with extensive CSS and table formatting; one
thing that is driving me absolutely bats**t crazy is that I have a
simple Javascript date display widget:
<script language="JavaS cript" src="script/date.js"></script>
in one cell. Upon insertion of the script, IE takes it upon itself to
stretch the cell vertically by a few pixels, without explanation. The
cell's width and height are manually set by pixel (width="xx
', height="yy"). The length of the document.write isn't long enough to
stretch the cell out of shape.
Is there a way for me to get around this?
If you'd like to see the source, please shoot me an e-mail or post.
I am creating an HTML page with extensive CSS and table formatting; one
thing that is driving me absolutely bats**t crazy is that I have a
simple Javascript date display widget:
<script language="JavaS cript" src="script/date.js"></script>
in one cell. Upon insertion of the script, IE takes it upon itself to
stretch the cell vertically by a few pixels, without explanation. The
cell's width and height are manually set by pixel (width="xx
', height="yy"). The length of the document.write isn't long enough to
stretch the cell out of shape.
Is there a way for me to get around this?
If you'd like to see the source, please shoot me an e-mail or post.
Comment