Quantcast
Channel: Position: Fixed isn't fixed? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Praveen Dabral for Position: Fixed isn't fixed?

problem with this could be for topleft class.topleft{position: fixed;top: 0;left: 0;}for topleft id#topleft{position: fixed;top: 0;left: 0;}otherwise it should work.

View Article



Answer by Vimal Stan for Position: Fixed isn't fixed?

There's no top tag in HTML. CSS class name selectors should be preceded by a . (period). topleft{ position: fixed; top: 0; left: 0; }should be .topleft{ position: fixed; top: 0; left: 0; }Assigning the...

View Article

Answer by middleinitial for Position: Fixed isn't fixed?

You aren't selecting your like button properly. You need to add a class attribute for css selection.Try something like<div class="facebook">FACEBOOK IFRAME</div>Notice the ".facebook"...

View Article

Position: Fixed isn't fixed?

I am trying to have my facebook like button stay in the top left corner and as the user scrolls down it follows them... What is wrong with my code? It shows but as I scroll down it does not move with...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images