On Jan 26, 2006, at 3:06 PM, Mike Tuller wrote:

> /* My Story  Menu*/
> .mystory_menu
> {
>       background: url("../images/mystory-current.png");
> }
>
> .mystory_menu a
> {
>       background: url("../images/mystory.png");
> }
>
> It always shows the -current images, even if there is an <a href> tag.

Mike,

Try adding .mystory_menu a { display: block; }.  You might also need  
to fiddle with the dimensions to get it to fill the entire <div>, but  
that should get the background to show up.

Good luck!

-- 
Matthew Levine (http://www.infocraft.com/)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to