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
Adjust Div by Screen-size
Old 05-27-2009, 11:25 PM Adjust Div by Screen-size
Junior Talker

Posts: 1
Name: Alex
Trades: 0
Hey guys,

First post here and I need a little bit of help. I'm no noob to html and css but I'm stumped and need a little bit of help.

Here is my issue: I'm trying to achieve the results I have in the image below. Basically Div1 is centered and its width is 98% of the body, so it adjusts depending on the screen resolution of the user. Div2 and Div 4 will always have fixed widths 218px and 209px.

Div3 is the tricky one, I need it to adjust to the size of the screen just as Div1 does. The problem here is that it if I use width at 100% it will kick Div4 out of position.



Any ideas? Thanks,

Last edited by aranc; 05-27-2009 at 11:27 PM..
aranc is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-28-2009, 02:37 AM Re: Adjust Div by Screen-size
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
The problem is that you are using fixed width with your two sidebars.

You need to set div 2, 3, 4 all on percentages. Look into my thread about fluid design (the one with the "aaaargh" at the end).

One problem about percentages: "width" only refers to inner width, that means padding and borders are not included in width.

To make this work you need a model that's called outside-in box model.

It's not a easy one but I got it to work.

I recommend Michael Bowers' "Pro CSS and HTML design patterns" where he goes through every single thing CSS can do, and this all on a very practical level.

Last edited by World; 05-28-2009 at 03:10 AM..
World is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Adjust Div by Screen-size
 

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