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