Previous Message
Next Message

Preventing Text Link Formatting on Image Links

Sent by Duane Nelson on 2 April 2007 21:09


Elli Vizcaino wrote:
> Seems like you are telling all your links to have a
> bottom border. Use a descendant selector to just
> target the links within your paragraphs like so: 
> 
> p a:link {
>      color: #010181;
>      text-decoration: none;
>      border-bottom: 1px #010181 dashed;
>      font-weight: bold;
>  }

Thank you all for the quick response.  It seems like I always get good 
advise and direction.  Elli, yours seems to be the direction to best fit 
where I am going with the site.  It amazes me that I miss some of the 
simpler things within CSS.  I've done this for other elements.  I was to 
stuck on the below idea I guess...

>> a img {
>>      border-bottom: none;
>> }

Thanks again for the quick response (and compliment on the look)!!

Duane Nelson
Loss2gaiN Designs - A Website Development Company
http://www.myl2g.com
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: