Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 02-12-2011, 06:30 PM layout issue
Ultra Talker

Posts: 254
Trades: 0
please look at this link

http://www.sudhakargolakaram.co.in/files/layout.html

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 = http://www.sudhakargolakaram.co.in/files/layout.jpg

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
sudhakararaog is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-12-2011, 07:01 PM Re: layout issue
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Why bother with image-based rounded corners when you can easily do them with CSS3? So what if IE users see square corners?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-21-2011, 03:39 AM Re: layout issue
Junior Talker

Posts: 1
Name: Hocker
Trades: 0
problem is that I am missing bottom margin space on two of my pages between form buttons and the cf include lower nav bar. Do I need to add padding?
Hocker is offline
Reply With Quote
View Public Profile Visit Hocker's homepage!
 
Old 02-26-2011, 05:43 PM Re: layout issue
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,376
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Weeeelllllll! If you are
Quote:
missing bottom margin space
I would have thought that it is margin you should be adding not padding.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to layout issue
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.98914 seconds with 12 queries