How should I go with CSS layouts? Let's say I choose liquid layout. The main wrap has a 100% width. Is that enough to assure proper resize? What about the remaining sections, they should obey any rules?
CSS layout
Started by asafe, Jun 19 2010 03:03 PM
9 replies to this topic
#1
Posted 19 June 2010 - 03:03 PM
|
|
|
#2
Posted 19 June 2010 - 05:41 PM
It depends on what you're doing. Sometimes you need sidebars to be fixed width, and the main section take up the remaining portion.
#3
Posted 19 June 2010 - 05:53 PM
Resize, uncle WingedPanther. I read this: CSS Layouts: The Fixed. The Fluid. The Elastic. - Beast-Blog.com , but I don't get it completely.
#4
Posted 19 June 2010 - 07:06 PM
I guess I can summarize my feelings like this: when I was using an ASUS EEE PC, it was REALLY annoying how many websites required side-to-side scrolling to read the main article. That said, with a larger computer, I don't want my screen space wasted.
I usually go for Fluid and Elastic, with an occasional column set to a min-width.
I usually go for Fluid and Elastic, with an occasional column set to a min-width.
#5
Posted 09 July 2010 - 09:43 PM
Right-click over that page and go to "view source". There you will see both the CSS code and also how it is integrated into the HTML (and yes, you'll see the div tags toward the bottom of the source code)
Edited by WingedPanther, 10 July 2010 - 05:58 AM.
Delete spammy links
sig spam deleted by management.
#6
Posted 10 July 2010 - 01:55 PM
Glin Migrath said:
Everyone knows it.
#7
Posted 11 July 2010 - 08:35 AM
you cna use jqery to make things flexible :D
#8
Posted 11 July 2010 - 09:00 AM
omg amg, let's keep in css.
#9
Posted 11 July 2010 - 07:56 PM
ok then you shold apply the % to many elements of the page
thatzz so hard
so i think best is to make a site with fixed site
but not a *totally fixed* one
the kind of one that determines the users screen size and adjust for that size (not resizing)
then weather user makes the screen smaller or bigger the same size would be there
NO MEZ!
thatzz so hard
so i think best is to make a site with fixed site
but not a *totally fixed* one
the kind of one that determines the users screen size and adjust for that size (not resizing)
then weather user makes the screen smaller or bigger the same size would be there
NO MEZ!
#10
Posted 15 July 2010 - 02:44 PM


Sign In
Create Account


Back to top









