$php_mysql$ Posted October 1, 2010 Share Posted October 1, 2010 it works fine on every other browser other than IE6, any fix for this? #twitter a{ background : url("images/twitter.png") no-repeat left; position : fixed; top : 1px; width : 150px; height : 20px; z-index : auto; cursor : pointer; left : 0; text-align:right; text-decoration:blink; margin-left:1px; color:#FFFFFF; } #twitter a:hover{ position : fixed; top : 1px; width : 150px; height : 20px; z-index : auto; cursor : pointer; left : 0; text-align:right; text-decoration: none; margin-left:1px; color: #83DCF4; } #facebook a{ background : url("images/facebook.png") no-repeat right; position : fixed; top : 2px; width : 150px; height : 20px; z-index : auto; cursor : pointer; right : 0; text-align:left; text-decoration:blink; margin-right:1px; color:#FFFFFF; } #facebook a:hover{ background : url("images/facebook.png") no-repeat right; position : fixed; top : 2px; width : 150px; height : 20px; z-index : auto; cursor : pointer; right : 0; text-align:left; text-decoration: none; margin-right:1px; color: #5E84DB; } i place it after footer and it remails in the footer Quote Link to comment Share on other sites More sharing options...
haku Posted October 1, 2010 Share Posted October 1, 2010 IE6 doesn't support position fixed. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.