Quote:
Originally Posted by Greenguy
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.
