You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes.... I need to support IE7 and for me the stickem isn't working.... so either I did something along the way to cause it to break, or you aren't supporting IE7
This is the work around I created and I am wondering if there are any issues with addressing IE7 in this manner.... OR if you have a better suggestion! At the moment I don't have code to post but I'll try to put up a working example at some point.
Background:red is just what I used to show when .stickit is applied and to help me figure out where it was on the page. IE7 doesn't seem to like the margin setting.
Thanks so much,
Lydia
The text was updated successfully, but these errors were encountered:
First, love the stickem. Thank you.
Yes.... I need to support IE7 and for me the stickem isn't working.... so either I did something along the way to cause it to break, or you aren't supporting IE7
This is the work around I created and I am wondering if there are any issues with addressing IE7 in this manner.... OR if you have a better suggestion! At the moment I don't have code to post but I'll try to put up a working example at some point.
.ie7 .stickit{position:fixed !important; margin:0 !important; background:red; top:0 }
Background:red is just what I used to show when .stickit is applied and to help me figure out where it was on the page. IE7 doesn't seem to like the margin setting.
Thanks so much,
Lydia
The text was updated successfully, but these errors were encountered: