View Single Post
Old 2015-04-23, 03:14 AM   #4
pc
Shift Out / X-On
 
pc's Avatar
 
Join Date: Jul 2007
Location: unknown
Posts: 2,298
Send a message via ICQ to pc
Quote:
Originally Posted by Greenguy View Post
Actually, position: absolute; didn't work, so I went back to position: fixed;

Code:
.selector
{
  position: fixed;
  float: left;
  top: 0;
  left: 0;
}
Yes you are correct.
For some unknown reason I wrote absolute.

You know I did all this on my samsung phone during my offline work breaks.
pc is offline   Reply With Quote