I have the following
<div style="position:absolute;
left:0px; top:0px;
border-style: groove;border-width:2px;
margin:2px;padding: 4px; z-index:1">
Text Text text
</div>
This works fine for IE, Netscape/mozilla and Pheonix browsers. However as soon as I specify a width or height attribute ther is a difference in the displayed width or height between IE and mozilla based browsers.
Anyone know a way around this?
Thanks
Ian Infinity exists! - I just haven't worked out a way to get there yet.
| |
<div style="position:absolute;
left:0px; top:0px;
border-style: groove;border-width:2px;
margin:2px;padding: 4px; z-index:1">
Text Text text
</div>
This works fine for IE, Netscape/mozilla and Pheonix browsers. However as soon as I specify a width or height attribute ther is a difference in the displayed width or height between IE and mozilla based browsers.
Anyone know a way around this?
Thanks
Ian Infinity exists! - I just haven't worked out a way to get there yet.
| |