Skip to content Skip to sidebar Skip to footer

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"