On 07/11/2006 16:28, Graham Anderson wrote:
> For some reason, IE6 is ignoring my background-position in my  
> 'a:link' below
> Strangely, the a:hover is working.
> 
> When I mouse-exit, the button returns to the incorrect 0,0 position.
> Does anyone know what this could be?
> Of course, all is well in Firefox and Safari.
> 

Could be that IE is marking the link as "visited", and thus applying the 
general styles. Try adding the following:

#cucina_btn a:link, #cucina_btn a:visited {background-position: -264px 0px;}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to