Page 1 of 1

SITE SPECIFIC LAYOUT - div.left49, div.flags, etc...

Posted: Wed Sep 06, 2006 5:16 am
by diad
Sorry, can someone tell me what these divs are? Are they meant to center the div? What is the significance of 49%? Is il like Margin: auto 0 or whatever?

Usually the comments are good. I'm still trying to grasp the whole concept of overall layout vs. menu/column layout vs. horiz/vert menu layout, and how to edit them all. I want to use this technique but am so not used to having it all broken up like this, though this is going to save me in the long run.

Thanks!

Re: SITE SPECIFIC LAYOUT - div.left49, div.flags, etc...

Posted: Wed Sep 06, 2006 6:38 am
by Russ
'div's' are a token for layout in XHTML/HTML for CSS for formatting you page. The 49% is usually a width or height. You don't have to use div's as you can apply formatting directly to elements.

Russ