GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What is the code to fix a gap at the bottom of a page? (https://gfy.com/showthread.php?t=446664)

Jon2 03-21-2005 02:11 PM

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

StuartD 03-21-2005 02:12 PM

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"

pornRefinery 03-21-2005 02:12 PM

<INSTALL>Firefox</INSTALL>

who 03-21-2005 02:12 PM

Uh.. you might be looking for 'vscrolling=no' or vscrolling=0 or whatever it is

who 03-21-2005 02:13 PM

LOL fuck I mean HSCROLLING
or HSCROLL... I don't remember.. I'm drunk.

Jon2 03-21-2005 02:13 PM

nope...got that code already... :(

Its another one

Jon

Jon2 03-21-2005 02:17 PM

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

psili 03-21-2005 02:17 PM

if you don't need scrolling at all just put

style="overflow: hidden" in the body tag

who 03-21-2005 02:19 PM

Quote:

Originally Posted by 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

Holy shit dude, you seriously have the h.depeche virus. what you want to do is install a different browser or run adaware and a virus scanner

iwantchixx 03-21-2005 02:32 PM

bottommargin="0" in the body tag will fix that.

Jon2 03-21-2005 02:39 PM

Quote:

Originally Posted by iwantchixx
bottommargin="0" in the body tag will fix that.

you rock

thanks

Jon

iwantchixx 03-21-2005 03:25 PM

no prob man

ssp 03-21-2005 03:27 PM

[HTML] <style>
body
{
margin: 0px;
}
</style>
[/HTML]

iwantchixx 03-21-2005 03:42 PM

Quote:

Originally Posted by ssp
[HTML] <style>
body
{
margin: 0px;
}
</style>
[/HTML]


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