/    Sign up×
Community /Pin to ProfileBookmark

please look at this link

[url]http://www.sudhakargolakaram.co.in/files/layout.html[/url]

i am using 3 columns left center right with a center layout of 1000px

in the left and right columns where the content starts at the top and at the bottom i have rounded corner background images the top rounded corner image is fine

i am using a background image of width of 1000px to the div that has the entire page content and this image repeats in y as the height of any columns increase

the problem i am having is with the bottom rounded corner as the height of either the left center or right increases this bottom rounded corner image should grow accordingly and this bottom image should always stay at the bottom so i have used

#contentouter{
float: left;
position: relative;
width: 980px;
background: url(“../images/contentbg.jpg”) 10px 0px repeat-y;
}

as contentouter is the containing div for bottom rounded corner image and for the bottom rounded corner

.bottombg{
position: absolute;
bottom: 0;
width: 228px;
height: 10px;
background: url(“../images/bottombg.jpg”) no-repeat top left;
}

this is working fine however for some reason only in certain pages this rounded corner image only in the left column is not appearing the way the rounded corner image in the right column appears
here is a screenshot = [url]http://www.sudhakargolakaram.co.in/files/layout.jpg[/url]

i am using a cms for my website only for certain pages the left image appears this way for all other pages the left image appears like the right image

using the cms i have given a class name to the body tag of the pages that is having the issue and i am adjusting this left image as

.aboutpage .left .bottombg{
position: absolute;
bottom: -364px;
width: 228px;
height: 10px;
background: url(“../images/bottombg_left.jpg”) no-repeat top left;
}

but if the content in any column increases i have to change the value of bottom which i dont want

how do i make the left corner image to appear at the bottom like the right corner image on all pages

to post a comment
CSS

0Be the first to comment 😎

×

Success!

Help @sudhakararaog 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 6.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...