![]() |
Fixed position
All browsers support the css property �position:fixed�, but not IE6. I had to find a solution for this since the social icons in this blog are having a fixed position.
* html .fixed_div{ position: absolute; /* position fixed for IE6 */ top: expression(104+((e=document.documentElement.scroll Top)?e:document.body.scrollTop)+'px'); left: expression(15+((e=document.documentElement.scrollL eft)?e:document.body.scrollLeft)+'px'); } |
All times are GMT -7. The time now is 09:17 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.