On Fri, Mar 4, 2011 at 12:41 AM, Chetan Crasta <[email protected]> wrote:
> Try this:
>
> #content {
> background:url("../images/content-bg.jpg") repeat-x scroll left top 
> transparent;
> ...
> }
> #content-inside {
> margin-top: 180px;
> background-color: white;
> }
> table#dashboard {
> margin: -109px auto 80px;
> -moz-border-radius: 0 0 10px 10px;
> -webkit-border-bottom-right-radius: 14px;
> -webkit-border-bottom-left-radius: 14px;
> border-bottom-right-radius: 14px;
> border-bottom-left-radius: 14px;
> ...
> }
>

The last rule should be:

table#dashboard {
margin: -109px auto 80px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
...
}

~Chetan
______________________________________________________________________
css-discuss [[email protected]]
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