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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -