|
I'll never understand why people try to do shadows the hard way - and that's exactly what you did. The EASIEST way to have a drop shadowed effect is to take a small horizontal 'slice' of the graphic layout that extends all the way across and INCLUDES the shadow. Then you specify a 'wrapper' div and set that shadowed graphic to tile vertically down the page. Voila - drop shadowed layout.
In looking at your layout, I would suggest just that. If you put all your existing code inside a "wrapper" div, then it will 'contain' everything else AND be your background w/o the unnecessary vertical divs just for shadows.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|