(Tried to find simular questions / duplicates, failed)
I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different reasons.
But I have to develop for Internet Explorer users as …
Like everyone else, I need to test my code on Internet Explorer 6 and Internet Explorer 7. Now Internet Explorer 8 has some great tools for developer, which I'd like to use. I'd also like to start testing my code with Internet Explorer 8, …
I want to implement box shadows in IE7 and IE8.
I have tried everything without succeeding. Here is the css that I am using to apply colored shadow to a div:
.bright{
position: absolute;
z-index: 1;
-moz-box-shadow: 0px -3px 55px 20…