OK, you had two threads open on this, I've combined them.
What I see is that there is content starting with:
Below it are images and descriptions, a set of three. These are covered by the main part of the site. But if the window is wide enough, you can see them peaking out on the left hand side a little less than half way down the page. Reloading the page does nothing to fix it.
Is that what you are talking about, or is it something else?
If that's the only problem, I'd just get rid of them:
Code:
<div style="position:absolute; top:990px; width:170px; height:600px;background:white; left:10px;">
<h5 style="background-color:#FFB997">You May Also Like:</h5>
<ul>
<li><img src="images/kerala/aqua/7.jpg" height="120" width="70"/></li>
<p><strong>Aqua Bliss Villa</strong><br />3 Bed Room, Garden</p>
<li><img src="images/kerala/aqua/2.jpg" height="120" width="70" /></li>
<p><strong>Aqua Bliss Villa</strong><br />3 Bed Room, Garden</p>
<li><img src="images/kerala/aqua/7.jpg" height="120" width="70" /></li>
<p><strong>Aqua Bliss Villa</strong><br />3 Bed Room, Garden</p>
</div>
Bookmarks