![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
I've always used floats to accomplish it but this seems interesting. Overall what is most commonly used? |
#12
| |||
| |||
|
|
You might get some idea for simple things from http://netweaver.com.au/floatHouse/page11.php and http://netweaver.com.au/floatHouse/page12.php -- dorayme |

#13
| ||||
| ||||
|
|
You might get some idea for simple things from http://netweaver.com.au/floatHouse/page11.php and http://netweaver.com.au/floatHouse/page12.php -- dorayme Hi Dorayme, As far as using floats for the layout, if I am not wrong, I follow the options described on the site you sent me. Consider the Head section of my Layout: http://www.flyondreams.com/Beta/Site/Index.html |
|
This is the steps I usually use. For centering: Container: text-align: center; Contained: margin: 0 auto; I don't know what you are understanding here. text-align centres inline |
|
For columns: Container: overflow: hidden; (I have been using overflow instead of adding clear tags everywhere) .... |
|
And should I use the method described in http://matthewjamestaylor.com/blog/ultimate-2-column-left-menu-ems.htm Obviously, you could do worse than follow this competent design. I would |
![]() |
| Thread Tools | |
| Display Modes | |
| |