On Wed, 12 Oct 2005 10:48:05 -0400, Tom Livingston <[EMAIL PROTECTED]> wrote:

 |-----link text--------------|       >hover and link work here<


OK I solved the above issue by using display:table-cell and feeding WinIE display:block inCCs.

But the same fix will not work for this:

#faphomecontent p{margin-right:25px; width:90%;}
#faphomecontent a.subcatlink{display:block; padding-right:3em; color:#999; background:url("../images/fap/linkone_off.jpg") top right no-repeat; text-decoration:none;} #faphomecontent a.subcatlink span{font-family:"Trebuchet MS", Arial, Sans, Helvetica, sans-serif; color:#E5931F; font-style:italic; font-size:1.1em; text-decoration:none;} #faphomecontent a.subcatlink:hover{display:block; padding-right:3em; color:#000; background:url("../images/fap/linkone_on.jpg") top right no-repeat; text-decoration:none;} #faphomecontent a.subcatlink:hover span{font-family:"Trebuchet MS", Arial, Sans, Helvetica, sans-serif; color:#9f5e27; font-style:italic; font-size:1.1em; text-decoration:none;}

<div id="faphomecontent">
        <h2 class="subhomehead">:: Professionals</h2>
        <p><a href="#" class="subcatlink"><span>Loan Management</span><br />
        Link copy goes here. >></a></p>
</div>

No lists involved with this. All I want is link text with a backgnd image to show on hover. And ONLY the text should hover/link. The above again has "active blank space" within the href... yes, because of display:block; but I can't get the effect of text-pushed-over-to-allow-for-hover-bg-image w/o it!

Am I nutz?????? Am I asking the impossible?????

That window ledge is looking pretty good right now. I'm on the fourth floor..............

--
Tom Livingston
Senior Multimedia Artist
Media Logic
www.mlinc.com

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to