CSS tricks
February 6, 2006 7:27 PM
Subscribe
CSS tricks - cross-browser drop-shadow applied around a wrapper div without using transparent pngs?
CSS tricks - I'm trying to create a cross-browser, fixed-width css layout that includes a drop-shadow on the left, bottom, and right sides of the outer div
and accommodates a patterned background image.
Example: sucidegirls.com viewed with firefox 1.5.
Note: the above design utilizes the transparent png approach, and does not work in IE 6. I'm trying for a cross-browser solution.
Important: as in the above example, the bottom of the page will have a margin such that the vertically-reapeating background image also shows at the bottom of the page. Thus, the drop shadow will extend from the body content to the page background.
Is there a cross-browser solution eluding my googling skills?
posted by masymas to computers & internet (17 comments total)
If you're ditching transparent pngs, you're going to have to dive into the realm of custom IE effects. And if you're going to do that, you may as well just fix the png backgrounds using said custom IE effects.
posted by weston at 7:29 PM on February 6, 2006