Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to get a torch or light ray effect using CSS or JavaScript or jQuery Re: How to get a torch or light ray effect using CSS or JavaScript or jQuery

#111872
JoniGiuro
Participant

What about compatibility? ie8? ie7?

I would have different approaches depending on that, One way would be to create a transparent png image and position it on top of your div, another way is using css3 trasparent gradients and ::before or ::after pseudo selectors to place them..