/    Sign up×
Community /Pin to ProfileBookmark

Right… I have a Gallery section with 3 thumbnails on the left ie: div id=”gallerySmallLeft” and the remaining at the bottem ie: div id=”gallerySmallBottom”

There is a box kinda in the center that when a thumbnail is clicked it opens the larger image in the box.

So, my problem is this… I have the galleryMain div but when the images from gallerySmallBottom div exceed X amount, it overlaps the galleryMain at the bottom.

How do I rectify that?

[CODE]

#galleryMain {
width: 950px;
border: 1px solid #000000;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 21px;
padding-left: 0px;

background-image: url(layout/gallery background/grey-to-white.gif);
background-repeat: repeat-x;
background-position: top;
}

#galleryBoxFrame {
border: 1px solid #000000;
width: 766px;
float: right;
height: 579px;
background-color: #FFFFFF;
margin-right: 21px;
margin-left: 21px;
}

#gallerySmallLeft {
width: 120px;
float: left;
margin-left: 20px;
height: 579px;
}
#gallerySmallBottom {
height: 201px;
width: 950px;
clear: both;
}
#gallerySmallBottom img {
float: none;
padding-top: 21px;
padding-right: 10.5px;
padding-bottom: 0px;
padding-left: 10.5px;
}

[/CODE]

[CODE]

<div id=”galleryMain”>

<h3>
Title:
</h3>

<iframe id=”galleryBoxFrame” name=”content” frameborder=”0″ scrolling=”auto”><center></center></iframe>

<div id=”gallerySmallLeft”>

images

</div>

<div id=”gallerySmallBottom”>

images

</div>

[/CODE]

Urgent!!!

?

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@XhiZorJul 08.2008 — Are You Using Javascript code for thumbnail to enlarge it
Copy linkTweet thisAlerts:
@XhiZorJul 08.2008 — If Yes Check Your JavaScript Code Try Limting The Div tag exceed
Copy linkTweet thisAlerts:
@Hooded_VillianauthorJul 08.2008 — nope... no javascript. purely html... wanted to keep it simple for now.
×

Success!

Help @Hooded_Villian spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...