Re: [css-d] Hover [reformulated]

2007-08-16 Thread Zoe M. Gillenwater
faramineux wrote: Here is the basic code I use for links: a:link { color: #5a0113; font-size: 13px; font-weight: normal; text-decoration: none; } a:hover { color: #2B4058; font-size: 13px; font-weight: normal; background-color: #fffbdf; border-bottom-style: dashed;

Re: [css-d] Hover [reformulated]

2007-08-16 Thread Dennis Bixler
On Aug 16, 2007, at 8:38 AM, Zoe M. Gillenwater wrote: a.imglink:hover { background: none; border: none; } Zoe Here is the link where I tried that: http://www.ombredor.com/testing/bp333.html The problem remains in Firefox, Opera. Working in Safari and Netscape. Change the

Re: [css-d] Hover [reformulated]

2007-08-16 Thread faramineux
On Aug 16, 2007, at 8:38 AM, Zoe M. Gillenwater wrote: a.imglink:hover { background: none; border: none; } Zoe Here is the link where I tried that: http://www.ombredor.com/testing/bp333.html The problem remains in Firefox, Opera. Working in Safari and Netscape.

Re: [css-d] Hover [reformulated]

2007-08-16 Thread faramineux
On Aug 16, 2007, at 1:54 PM, Dennis Bixler wrote: Change the a.imglink:hover to div.imglink a:hover that should fix it Dennis That works, but the original background color of the a:hover - see below - still appears. The dashed border is gone. a:hover { color: #2B4058; font-size: 13px;

Re: [css-d] Hover [reformulated]

2007-08-16 Thread faramineux
On Aug 16, 2007, at 2:52 PM, faramineux wrote: That works, but the original background color of the a:hover - see below - still appears. The dashed border is gone. a:hover { color: #2B4058; font-size: 13px; font-weight: normal; background-color: #fffbdf; border-bottom-style: dashed;

Re: [css-d] Hover [reformulated]

2007-08-15 Thread David Laakso
faramineux wrote: Here is the basic code I use for links: a:link { color: #5a0113; font-size: 13px; font-weight: normal; text-decoration: none; } a:hover { color: #2B4058; font-size: 13px; font-weight: normal; background-color: #fffbdf; border-bottom-style: dashed;

[css-d] Hover [reformulated]

2007-08-14 Thread faramineux
The 3 linked images - including the logo - on the page show the styling too on hover! For example when I hover over the logo, the dash line/color appear under the logo. Something is wrong. I forgot to mention this does not happen in Safari, but it does in Firefox and Netscape.

[css-d] Hover [reformulated]

2007-08-14 Thread faramineux
Here is the basic code I use for links: a:link { color: #5a0113; font-size: 13px; font-weight: normal; text-decoration: none; } a:hover { color: #2B4058; font-size: 13px; font-weight: normal; background-color: #fffbdf; border-bottom-style: dashed; border-bottom-width: 1px; } The 3 linked images