Really like the way css-tricks uses box-shadow for the content div, however when I try to implement it the way it is on this site, in IE8 I get a transparent background instead of the white (as box-shadow is not supported by IE7-8)...any ideas on a nice way to have it get a white background when using IE?
Looks like that one doesn't degrade nicely for IE...I wonder how they did it here then. I am assuming he must have two different CSS files...one for CSS3 compliant browsers and one for non compliant ones.
Thanks, but I trying to stay away from anything other than pure CSS, this is for a Lifaray project and I don't want to bother with having to get 3rd party stuff working w/ Liferay.
@zemaker I'm not sure what you mean, it degrades very gracefully in IE, just as the box-shadow used on this site does; it disappears. I assume that you meant to write it doesn't work in IE? If you want IE to work (less than 9) then you need a non-CSS solution.
A transparent border will let the background color through, so it won't do what you are after.