Modifying A Class Generated In PHP Across Multiple Browsers Using CSS
site in progress: http://www.modernfuture.net/wordpress I've been trying to maintain cross-browser continuity and I came across a media query hack that targets chrome 1+/safari 3+
Solution 1:
I think you need to change
top: 92px;
to:
top: -92px;
that works for me. Not sure if this is what youre after :/
Post a Comment for "Modifying A Class Generated In PHP Across Multiple Browsers Using CSS"