our pages are based on JSF and in XHTML. We have some links point to another page with anchor point specified. (using #). When user clicks on these sort of links, it shows the page and jumps to the anchor point but the upper part of the page which is a div is hidden, actually it seems that it scroll down only that div rather than the whole page and that the upper part of the div is placed under the header section.

do you know how to fix this problem? For your information, these pages are pure html but inside a jsf managed pages.

Thanks

link|improve this question
I have a hard time in understanding the described symptoms. Can you please clarify? – BalusC Jan 17 at 13:39
well, when we use say <a href="#anchorPoint">Jump To Header</a> the page scrolls down to anchor point but part of the <div> in which the content has been defined is missed afterwards. In other words, it seems that that content page is scrolling down rather than the whole page! Imagine we have a number of DIVs as header, sidebar and content, but with anchor links, only content scrolls down so as result part of it is under the header!! – user988738 Jan 18 at 0:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.