Justin French wrote:
If
we had *ascendant* selectors, my problem would be solved, but we don't:
img<a { border:0; }
Bowman <stopdesign.com> solves the problem with a 'noline' class
on his linked image tags, but in this case, I can't edit the source of
the image tag, as it's auto-generated by the CMS. Bugger.
Here's a few ideas:
- Use _javascript_. Not perfect, but most users will be alright. The
few who have js off will just get a little extra decoration.
- Find a way to target the non-image links. #here a:link {
border-bottom: 1px dotted black; }
- Image map
- a img {position : relative; bottom:-1}
- a img {border-bottom:solid 1px #fff;}
- Combination of two previous
- If all else fails: claim the underlined img is the desired effect
|