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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.