[thelist] CSS Help?

Ben Glassman bglassman at gmail.com
Fri Jan 5 20:10:14 CST 2007


Have you tried this ?

#content .entry a:link, #content .entry a:visited img, #content .entry
a:hover img, #content .entry a:active img
{
    border: 0;
}

If not, you may have to

On 1/5/07, Gina Anderson <gina at sitediva.com> wrote:
>
> I've been banging my head on my desk for two hours, can't figure this one
> out. I am editing a style sheet and site that I didn't originally produce.
> I
> don't think I can show you the page, but maybe some code will help.
>
> Problem: I can't, for the life of me, get the dashed and solid lines out
> from under linked image thumbnails in a certain div.
>
> Here is the html that shows the offensive line under it. If the image has
> been clicked, there is a maroon dashed line under it, on hover, the line
> changes to solid:
> ----------------------------
> <div class="entry">
> <p><a class="imagelink" href="pic.jpg"><img src="pic-thumb.jpg"></a></p>
> </div>
>
>
> Here is the CSS that puts the solid/dashed lines under the images that are
> used as a link.
> -----------------------------
>
> #content .entry a:link, #content .entry a:visited
> {
>     border-bottom:#963 1px dashed;
> }
>
> #content .entry a:hover, #content .entry a:active
> {
>     border-bottom:#963 1px solid;
> }
>
>
> I want the effect under the text links, but not under the -images- used as
> links. I've tried everything I can think of, I'm apparently not getting
> the
> syntax right, because anytime I stab at it, nothing works. I've just been
> working too long at it. Can anyone throw me a bone, and help get the
> solid/dashed lines out from under these images? Thanks so very much!
>
> Gina
>
>
>
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>



More information about the thelist mailing list