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.
The default for position is position: static;