I am very new to Javascript... More of a php kinda guy. However I have a question regarding the old explorer browsers. I'm using transparent pngs on my site that rollover when the mouse hovers over them. Obviously the pngs are not looking so hot in the old explorer but looks awesome in chrome, safari, etc.
Option 1
Add Java script or Css to somehow allow old explorer to see the pngs correctly.
Option 2
if option 1 becomes to complicated ask the borrower to upgrade their browser by detecting
Does anybody have a good snippet of code for both options?