html - top portion gets clipped of in Firefox browser -
the website http://sulopa.co.in/kalpproject/en/
when go navbar , click on menu, goes particular section, top portion gets clipped out. happens in firefox browser.
this site doesn't allow me post images. chck out website , provide solution.
you can target firefox users , manually add positive margin , negative padding, offset anchor. you'll have add class anchors (i.e. elements #frank, etc).
<style type="text/css"> @-moz-document url-prefix() { .myanchor{ padding-top: 30px; margin-top: -30px; } } </style>
Comments
Post a Comment