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
Fluid/liquid layout with sidebar
Old 01-18-2007, 02:12 AM Fluid/liquid layout with sidebar
Novice Talker

Posts: 9
Trades: 0
Hello everybody,

I'm working on a site which you can see here.

I desperately want this site to be resizable (that's what liquid or fluid means, right? I haven't ever found anything that sufficiently explains the types of layouts...) and viewable in 800x600 as well as 1024. However I'm having a problem with the sidebar not lining up with the graphic on top when the page is resized. I'd like it so the sidebar div can move in tandem with the top graphic... any ideas? Anything is appreciated!!!

Take care,
Sara
sakka is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-18-2007, 03:16 PM Re: Fluid/liquid layout with sidebar
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
You're not going to be able to get that kind of result with the way you have your page laid out. The header section that is floating all over the place is in no way 'connected' to the left side bar.

The rest of your layout is just not very well done. There's no need for a left side background and a rights-side background. Create a header at the top with the background image in the div, make it repeat across. Add a container that will hold everything and that has a BG color of white.

There are TONS of resources that explain how to manage fluid and fixed layouts, and how to manage layouts for the kind of result you want.

http://css-discuss.incutio.com/?page=CssLayouts

I would also suggest you go over to CSS Zengarden - www.csszengarden.com - , look at the layouts, save the default html and the layout CSS files (which is allowed) and pick them apart to see how they achieved the layout with a SINGLE default HTML file.
__________________
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 01-18-2007, 11:03 PM Re: Fluid/liquid layout with sidebar
Banned

Posts: 905
Name: Travel Agent
Trades: 0
LadynRed is correct; but, since you're looking for a liquid layout, you can always try one of these
travelagent is offline
Reply With Quote
View Public Profile
 
Old 01-25-2007, 05:21 PM Re: Fluid/liquid layout with sidebar
Novice Talker

Posts: 9
Trades: 0
Thank you, I'll check those links out. LadynRed, I had a right-side and left-side background because the left and right of the header image end in different patterns (if that makes sense...)

Last edited by sakka; 01-25-2007 at 05:48 PM..
sakka is offline
Reply With Quote
View Public Profile
 
Old 01-25-2007, 06:56 PM Re: Fluid/liquid layout with sidebar
Skilled Talker

Posts: 62
Name: Daniel
Trades: 0
in #headermain, change

position: relative;

to

position: absolute;

and add

left: 110px;

only works in IE tho, so you'd be best to redo the layout as stated above.

Last edited by castis; 01-25-2007 at 06:58 PM..
castis is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Fluid/liquid layout with sidebar
 

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 0.67782 seconds with 12 queries