Table using all available space in IE???

liunx

Guest
I cannot get a table to fill the entire IE window! I took off the margins and the scrollbars, and made a table 100% width. This works fine in netscape, but in IE it always falls short on the right side UNTIL I refresh the page. Then its fine!! How can I get it to view correctly the first time??<br />
<br />
here's a little example...<br />
<br />
<!-- m --><a class="postlink" href="http://home.earthlink.net/~mcbride4/argh.html">http://home.earthlink.net/~mcbride4/argh.html</a><!-- m --><br />
<br />
try opening a new browser window and pasting that address in.<br />
<br />
It's kinda important because all my pages I'm making need to have everything in the exact same place. If the user hits refresh, everything shifts :(<!--content-->It seems to work just fine to me. <br />
<br />
IE 6.0<!--content-->That is what I'm using as well. Did you just click the link, or paste it? Try pasting it in this browser window right here, look at it, then refresh it.<!--content-->works fine for me without refreshing<!--content-->hmmm.. perhaps it is just my browser then.. I don't know if thats good or bad.<!--content-->Worked fine for me using IE6 but not using Mozilla 1.1, where it didn't go all the way to the right-hand edge (even after refreshing). Sure Scoutt will work this one out (he likes the browser incompatibility issues) :)<br />
<br />
Also, what platform are you running on, Windows, MacOS?<!--content-->I'm running windows xp :)<!--content-->did exactly what you said it would in my browser.but the odd thing is i saved the source as an html page and when i open it from my computer it dosent happen.<!--content-->if you want other browsers to not have a margin then you need the "rightmargin=0 marginheight=0 marginwidth=0 leftmargin=0" in the body tag.<!--content-->I found the exact same thing when designing a template page. The page would have a three or four pixel white space on the right edge of the page and would only hug the scroll bar if you refresh the page.<br />
<br />
Haven't been able to figure out what's doing it.<!--content-->Well, I fixed the problem... and I have no idea how. I just kept designing my original page despite the little missing area on the right in IE, and it just stopped doing it. I'm a little perplexed, but happy ;)<!--content-->you are refreshing the page the first time after you save it right. it doesnt change until you refresh bro.<!--content-->no, that was not the issue. I'm was talking about saving it, THEN opening it in the browser, then refreshing it.<!--content-->I came here hoping to find the answer to this problem. It always happens when I use tables.<br />
<br />
Krono, do you have any idea what may have fixed it? I am using dreamweaver, and have set all the margins to 0.<br />
<br />
Thanks for any help :)<!--content-->you have to set the body to scroll="no" if you want the tables to fill the screen (all the way to the right). For some reason, IE reserves this space, and unless you disallow scrollbars... your stuck with it.<!--content-->you guys need to delete all your Temporary Internet files and restart. most of the time this happens is because IE is stuck or you can call it a glitch, like I said in my first post, it didn't happen to me<br />
<br />
generally 99% of the time this works.<!--content-->
 
Back
Top