Jump to content

position: fixed


brown2005

Recommended Posts

the only thing I would suggest is adding:

html, body {
  margin: 0px;
  padding: 0px;
  }

just to make sure that it doesn't leave a gap

 

 

You could just do:

 

* {

margin, padding: 0px;

}

 

This is thefilmGOD's method of reseting defaults set by the browser.

Link to comment
https://forums.phpfreaks.com/topic/146489-position-fixed/#findComment-769531
Share on other sites

the only thing I would suggest is adding:

html, body {
  margin: 0px;
  padding: 0px;
  }

just to make sure that it doesn't leave a gap

 

 

You could just do:

 

* {

margin, padding: 0px;

}

 

This is thefilmGOD's method of reseting defaults set by the browser.

 

Did you really just refer to yourself in the third person?  I would not just go handing that out as advice as it has noting to do with the original post.

 

Link to comment
https://forums.phpfreaks.com/topic/146489-position-fixed/#findComment-769600
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.