Hi i'm creating a website, witch has a scroll function.
And in firefox it works great on all sub-pages.
But in chrome, there is one sub-page where it won't scroll all the way down.
you can see it on: www.wearecrunch.dk/gammelsjuf
and go to sponsors and there the scroll works fine in firefox but not in chrome.
This is the HTML code for that page:
<div class="info">
<div class="txt_donations">
<h2>Donations</h2>
</div>
<div class="txt_chairman">
<p><img src="logo3" alt="logo" /></p>
<p><img src="logo2" /></p>
<p><img src="images/logo1" alt="logo" /></p>
<div class="txt_doneret">
<ul>
<li>navn</li>
<li>navn</li>
<li>navn</li><br />
<li>navn</li>
<li>navn</li>
<li>navn</li>
<li>navn navn</li>
<li>navn</li>
</ul>
</div>
</div>
does anyone know what the problem could be?
Thank you