Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   Fixed position (http://siteownersforums.com/showthread.php?t=59718)

davikerkrish 09-06-2012 04:03 AM

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.