On Fri, May 20, 2011 at 2:12 PM, Keith Purtell
<keithpurt...@keithpurtell.com> 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 [css-d@lists.css-discuss.org]
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/

Reply via email to