Re: [css-d] Out damned dots!

2006-02-21 Thread Jesper Brunholm
>>> I have a "border-bottom: 1px dotted #bbb;" style applied to my >>> links. I only want the style applied to text links, not image >>> links. My problem is: How do I get it turned off image links? >> a:link{border-bottom:1px dotted #bbb;} >> a:link img{border-bottom:none;} > > That doesn't wor

Re: [css-d] Out damned dots!

2006-02-16 Thread Els
Philippe Wittenbergh wrote: > On Feb 16, 2006, at 6:33 PM, Els wrote: > >> Bruce MacKay wrote: >>> Hi folks, >>> >>> I have a "border-bottom: 1px dotted #bbb;" style applied to >>> my links. I only want the style applied to text links, not >>> image links. My problem is: How do I get it turned of

Re: [css-d] Out damned dots!

2006-02-16 Thread Philippe Wittenbergh
On Feb 16, 2006, at 6:33 PM, Els wrote: > Bruce MacKay wrote: >> Hi folks, >> >> I have a "border-bottom: 1px dotted #bbb;" style applied to my >> links. I only want the style applied to text links, not image >> links. My problem is: How do I get it turned off image links? > > a:link{border-bot

[css-d] Out damned dots!

2006-02-16 Thread Bruce MacKay
Hi folks, I have a "border-bottom: 1px dotted #bbb;" style applied to my links. I only want the style applied to text links, not image links. My problem is: How do I get it turned off image links? The test page http://ramosus.massey.ac.nz/default.asp shows underlining on the stylesheet chang

Re: [css-d] Out damned dots!

2006-02-16 Thread Els
Bruce MacKay wrote: > Hi folks, > > I have a "border-bottom: 1px dotted #bbb;" style applied to my > links. I only want the style applied to text links, not image > links. My problem is: How do I get it turned off image links? a:link{border-bottom:1px dotted #bbb;} a:link img{border-bottom:none