Jump to content

position fixed giving error on IE6


$php_mysql$

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.