I bet CSS3 is not compatible to all browsers.
I want to know if there is any method I can create a box shadow with using only CSS and none of the CSS3 methods.
It should be as good looking as made using CSS3, so that I can make my application compatible across all browsers.
No you cannot. You’ll need to use images when CSS3 is not available.