On Apr 21, 2010, at 10:15 AM, Al Sparber wrote:

> The best solution if rounded corners are a client requirement is, and will 
> continue to be for some time, CSS-assigned background 
> images.
> -- 
> Al Sparber - PVII

Thanks, Al. I've ditched all the CSS3 from the page, sticking to regular CSS 
and background images. I now have 4 new divs, one for each corner image; each 
one has a little background image for the corners. So, that's working, but I 
wonder can anyone take a look at my revised code and tell me if there is an 
even cleaner way to do this? I am sad that I have these 4, non-semantic divs in 
there.

Revised page is still here:
http://rorybernstein.com/roundcorners/

Also, the bottom margin of 30px on the following div is not working, the div 
sits right at the bottom of the browser. In my old version, it worked, 
producing 30px of space under the main_container div.

#main_container {
position: relative;
top: 110px;
padding: 11px;
background: #DDEDF7;
width: 949px;
min-height: 775px;
margin: 0 0 30px 20px;
}

Any comments about my CSS code will be appreciated; this page has to work for 
the full range of browsers/platforms. Thanks in advance,
Rory






______________________________________________________________________
css-discuss [cs...@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