diff --git a/default.css b/default.css index c10a663..0cbb8e4 100755 --- a/default.css +++ b/default.css @@ -81,6 +81,12 @@ p { font-family:'Lucida Grande', Sans, Sans-serif; } .menuspace .menuitem a:hover { font-weight:700; + color:white; + background-color:#ff9900; + + /* CSS 2 + Mozilla or CSS 3 DV */ + -moz-border-radius:1em; /* CSS 2 + Mozilla */ + border-radius:1em; /* CSS 3 DV */ } .menuspace .menuitem a:hover img { width:60px; height:60px;