> From: Joanne
> Sent: Friday, June 02, 2006 7:18 PM

> #p7PMnav a,  {
>  display: block;
>  text-decoration: none;
>  background-color: #d3c6a6;
>  color: #CCCCCC;
>  font-size: 90%;
> }
> 
> When I hand code an image in to the hyperlink, (this is a 
> Project Seven PMM
> menu) firefox shows a line underneath the image. How do I get 
> rid of the
> line? (as you can see, text-decoration: none; doesn't work)

Joanne, 

First, I would remove the comma (not that it causes a problem, I'm just CDO
(that's OCD, but in alphabetical order (as it should be!) ;->)).

#p7PMnav a  {
  display: block;

Try, #p7PMnav a img
{
border:none;
}

HTH.

--G

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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