![]() |
What is the code to fix a gap at the bottom of a page?
Okay I don't remember that fucken code...You know how for some reason there is a bug in ie that sometimes when you load your site it adds a gap at the very bottom of the page...and makes a scroll bar...But if you refresh it goes away...
There is some fucken code I don't remember that you put in the header area of the html doc... What the fuck is it? Thx Jon |
I'm not sure exactly what "space" you're taking about, but this helps with edges around pages.
marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" |
<INSTALL>Firefox</INSTALL>
|
Uh.. you might be looking for 'vscrolling=no' or vscrolling=0 or whatever it is
|
LOL fuck I mean HSCROLLING
or HSCROLL... I don't remember.. I'm drunk. |
nope...got that code already... :(
Its another one Jon |
http://images.awstuff.com/uploads/d1fe689f2f.jpg
See that gap at the bottom? Well once you refresh it fixes it...But there is a code that fixes that automatically...It has something to do with the size of the window or something Jon |
if you don't need scrolling at all just put
style="overflow: hidden" in the body tag |
Quote:
|
bottommargin="0" in the body tag will fix that.
|
Quote:
thanks Jon |
no prob man
|
[HTML] <style>
body { margin: 0px; } </style> [/HTML] |
Quote:
oh, nice. :) |
All times are GMT -7. The time now is 07:25 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123