Is position 'initial' cross-browser - css

epsilones picture epsilones · Mar 11, 2013 · Viewed 23.1k times · Source

I have a css conflict, so I have to go against an absolute positioning property that deals with some class .myclass. But in one case, I want a div with .myclass class to have a no absolute positioning. So I put position: initial, which works in Chrome, but is it cross-browser? I googled it and found nothing really precise.

Answer

Andy picture Andy · Mar 11, 2013

The default for position is position: static;