Hi there,
I'd like to add pretty drop shadows to my blog, namely to the sidebar and also to the main content section, so they both look as if they're floating/layered over the background image.
I'm somewhat familiar with CSS and the like, generally learning by experimentation, and I've been trawling the W3SChools and various other CSS sites for info on how to do this, and I came across the CSS3 standard for 'box-shadow' (http://www.w3.org/TR/css3-background/#the-box-shadow).
I've been trying to get this to work in both Safari 3.2.1 and Firefox 3.0.5 (MacOS X 10.5.6, if it matters) and it just won't play ball.
I know it works, as 'http://www.css3.info/preview/box-shadow/' has examples. I've tried copying the code from this site;
box-shadow: 10px 10px 5px #888;
padding: 5px 5px 5px 15px;
and placing it within #sidebar { } for starters, and also tried placing it within #page { }, but no dice. I'm using a cosmetically modified version of the 'Neat!' theme.
Is this even possible? I've thought of using the '-webkit-box-shadow / -moz-box-shadow' wotzits to see if it's just a case of full implementation of the code, but to no effect.
Am I just being a ditz and doing something completely wrong, or will WordPress.com / Neat! just not handle this? I know I don't need to use images&HTML, so I suggest anyone who feels like telling me to make half a dozen images and cram my CSS with 'really easy mods' should take a step back, take a cold shower, and chillax.
Thank you!
GJBlues
The blog I need help with is georgerambles.wordpress.com.