Kombat
04-05-2005, 03:00 PM
I am having trouble getting a table to span the entire browser window in IE. It works in Firefox just fine. It starts on the left, but on the right it stops about 30 pixels short of the right edge.
Here's the style for the table:
style="position:absolute; left:0px; top:21px; width:100%; padding:0px; border:none; background-color: #CBDFF4"
I've tried margin:0px and margin-right:0px both with no effect. I'd read somewhere to try display:inline which didn't help either.
The table is NOT in any <p> or <div> tags.
Thanks,
Karl
Here's the style for the table:
style="position:absolute; left:0px; top:21px; width:100%; padding:0px; border:none; background-color: #CBDFF4"
I've tried margin:0px and margin-right:0px both with no effect. I'd read somewhere to try display:inline which didn't help either.
The table is NOT in any <p> or <div> tags.
Thanks,
Karl