Hi Folks,
I use the following code:
<DIV STYLE="height: 268; overflow: auto;">
</DIV>
to simulate frames in that all my page content is stored within that DIV and a scrollbar appears if there is more content than room - if you know what I mean.
You can view an example of this at:
This works perfectly on almost every page of my site. However, there is one exception - the gallery page. This page just contains images and once I go over a certain number of images, the DIV starts to move down the page and the page format is completely distorted.
Does anyone have any idea why this is so.
The page in question can be found at:
Don't mind the fact that there are no images. I am just using dummy data for test purposes - but it doesn't work even if the images exist.
Mighty
I use the following code:
<DIV STYLE="height: 268; overflow: auto;">
</DIV>
to simulate frames in that all my page content is stored within that DIV and a scrollbar appears if there is more content than room - if you know what I mean.
You can view an example of this at:
This works perfectly on almost every page of my site. However, there is one exception - the gallery page. This page just contains images and once I go over a certain number of images, the DIV starts to move down the page and the page format is completely distorted.
Does anyone have any idea why this is so.
The page in question can be found at:
Don't mind the fact that there are no images. I am just using dummy data for test purposes - but it doesn't work even if the images exist.
Mighty