link hover effect help
am 07.06.2007 13:26:10 von rrreee
Hi... If I have a link that contains a line break (link consists of two
words, one on top of the other) and I want a underline to appear ONLY on the
bottom line of text, how can this be done? Right now the underline effect
appears under both lines of text when hovering.
thanks
Re: link hover effect help
am 07.06.2007 16:09:01 von Adrienne Boswell
Gazing into my crystal ball I observed "rrreee" writing in
news:mXR9i.7696$WE4.4123@trndny01:
> Hi... If I have a link that contains a line break (link consists of
> two words, one on top of the other) and I want a underline to appear
> ONLY on the bottom line of text, how can this be done? Right now the
> underline effect appears under both lines of text when hovering.
>
>
> thanks
>
>
>
>
Then change the link content.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Re: link hover effect help
am 07.06.2007 17:07:09 von frank.iasi
On Jun 7, 10:09 am, Adrienne Boswell wrote:
> Gazing into my crystal ball I observed "rrreee" writing innews:mXR9i.7696$WE4.4123@trndny01:
>
> > Hi... If I have a link that contains a line break (link consists of
> > two words, one on top of the other) and I want a underline to appear
> > ONLY on the bottom line of text, how can this be done? Right now the
> > underline effect appears under both lines of text when hovering.
>
> > thanks
>
> Then change the link content.
I think if that's what he wants to do he would have done it...
Re: link hover effect help
am 07.06.2007 17:14:49 von M
wrote in message
news:1181228829.481819.217200@q69g2000hsb.googlegroups.com.. .
>> Then change the link content.
>
> I think if that's what he wants to do he would have done it...
I think previous poster is saying there is no other way to do it. It goes
with the tag -- you can't make only part of the link tag appear underlined.
M
Re: link hover effect help
am 07.06.2007 17:46:00 von lws4art
M wrote:
> wrote in message
> news:1181228829.481819.217200@q69g2000hsb.googlegroups.com.. .
>
>
>>> Then change the link content.
>> I think if that's what he wants to do he would have done it...
>
> I think previous poster is saying there is no other way to do it. It goes
> with the tag -- you can't make only part of the link tag appear underlined.
Not sure why but...
"http://www.w3.org/TR/html4/strict.dtd">
template
Is this what you mean?
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: link hover effect help
am 07.06.2007 20:00:23 von M
"Jonathan N. Little" wrote in message
news:55930$4668283a$40cba7cc$8448@NAXS.COM...
Okay, that's clever. It's one of those obvious "now why didn't I think of
that" things. . .
Good one.
M
Re: link hover effect help
am 07.06.2007 23:11:54 von rrreee
"Jonathan N. Little" wrote in message
news:55930$4668283a$40cba7cc$8448@NAXS.COM...
>M wrote:
>> wrote in message
>> news:1181228829.481819.217200@q69g2000hsb.googlegroups.com.. .
>>
>>
>>>> Then change the link content.
>>> I think if that's what he wants to do he would have done it...
>>
>> I think previous poster is saying there is no other way to do it. It goes
>> with the tag -- you can't make only part of the link tag appear
>> underlined.
>
> Not sure why but...
>
>
> "http://www.w3.org/TR/html4/strict.dtd">
>
Great that works perfectly. I'm actually using an image rather than an
underline but didn't go into that for simplicity sake. Just needed the idea
and that was very clever. Thanks
Re: link hover effect help
am 08.06.2007 05:00:17 von Adrienne Boswell
Gazing into my crystal ball I observed "Jonathan N. Little"
writing in news:55930$4668283a$40cba7cc$8448
@NAXS.COM:
>
> Is this what you mean?
>
>
>
I was going to suggest that, but I have some problems with it. "A link
wants to be a link" AND a link should make sense out of context. Decker
makes no sense, Double Decker does. Hense my previous post to change the
link text.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Re: link hover effect help
am 08.06.2007 14:50:34 von lws4art
Adrienne Boswell wrote:
> Gazing into my crystal ball I observed "Jonathan N. Little"
> writing in news:55930$4668283a$40cba7cc$8448
> @NAXS.COM:
>
>>
>> Is this what you mean?
>>
>>
>>
>
> I was going to suggest that, but I have some problems with it. "A link
> wants to be a link" AND a link should make sense out of context. Decker
> makes no sense, Double Decker does. Hense my previous post to change the
> link text.
>
I did preface that I did not know why one should want to do this. I am
in no way advocating one *should* do it, just that it can be done.
Can be done but one shouldn't!
a.blink { display: inline; }
a.blink:hover { display: block;}
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com