$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 Link to comment https://forums.phpfreaks.com/topic/214894-position-fixed-giving-error-on-ie6/ Share on other sites More sharing options...
haku Posted October 1, 2010 Share Posted October 1, 2010 IE6 doesn't support position fixed. Link to comment https://forums.phpfreaks.com/topic/214894-position-fixed-giving-error-on-ie6/#findComment-1117947 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.