Romain Monnétreau
Member since Oct 28, 2010
- Profile: /members/7163-romain-monn-treau.htm
- Comments: 1
Recent Blog Comments By Romain Monnétreau
-
Creating A Sometimes-Fixed-Position Element With jQuery
Posted on Oct 28, 2010 at 5:36 AM
this might be a solution for IE6 fix add this line of css: *html div.site-message-fixed {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight)} this works fine on my website... read more »