Previous Message
Next Message

Trying to retain CSS rounded corner during hover

Sent by Tim White on 20 May 2011 20:08


On Fri, May 20, 2011 at 2:12 PM, Keith Purtell
[EMAIL-REMOVED]> wrote:
> On the top right of the draft version of a page, the Contact link is
> supposed to retain its rounded corner during hover. However, it's
> reverting to a rectangle, and I'm not sure why.
>

1) Move your  background-color:#A6D7A6; off of .nav_man li to .nav_main li a

2) Add
#trnd a {
 border-top-right-radius: 20px;
	}

By the way, you only need the 'border-radius' property now as Webkit,
FF 4, Opera and IE 9 all support the standard syntax.

Tim W
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: