robocop
02-15-2006, 11:26 PM
hello to all of you...
it seems im in a bit of a predicament...not sure exactly how to proceed...
due to our company's setup...i need to make a div layer visible that COULD Have <TABLE>'s and other old-school stuff in it, which could vary in width.
problem is, in Firefox, the div doesnt 'stretch' to accomidate the width of whats inside of it...
heres my "do a rough hack of it first example"
<style>
#pop{ border:1px solid black;width:200px;}
</style>
<div id="pop">
<table width="400"><tr><td>LONNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG TTTTTTTTTTTTTTTTTTTEEEEEEEEEEEEEEEEEEEEXXT</td></tr></table>
</div>
does anyone have any idea why Firefox wont stretch this div?
thanks a million in advance..
it seems im in a bit of a predicament...not sure exactly how to proceed...
due to our company's setup...i need to make a div layer visible that COULD Have <TABLE>'s and other old-school stuff in it, which could vary in width.
problem is, in Firefox, the div doesnt 'stretch' to accomidate the width of whats inside of it...
heres my "do a rough hack of it first example"
<style>
#pop{ border:1px solid black;width:200px;}
</style>
<div id="pop">
<table width="400"><tr><td>LONNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG TTTTTTTTTTTTTTTTTTTEEEEEEEEEEEEEEEEEEEEXXT</td></tr></table>
</div>
does anyone have any idea why Firefox wont stretch this div?
thanks a million in advance..