Stackers, I need to put shadows around my tabs previously created using JQueryUI Tabs plugin. Shadows must be on the right and top of tabs.
Using moz-box-shadow or similar could be great, but my application should be view on IE too.
My JQuery code (very simple):
$("#tabs").tabs();
This is how it looks:

Anybody know how to do this? Thanks!
With PIE.htc css3 shadows do work in internet explorer 6+ : http://css3pie.com/ (demo available)
The PIE shadows look better than the IE shadow/dropshadow filters.