There are many methods, as there are to any approach in css. One good way to
have different layouts from the same stylesheet is to issue a class to the
body attribute and then style the layout ids differently

ie body.home #sidebar {
width: 200px;
}

body.normal sidebar {
width: 100px;
}

and so on.

On 02/05/06, Mark Fellowes <[EMAIL PROTECTED]> wrote:
>
> I'm curious how people create page sets for their sites ? What I mean,  is
> that most sites seem to have some variation from page to page.  Not
> variations in content but in layout.   It's a tough question to answer no
> doubt.  My thoughts are that perhaps one maintains certain color
> combinations / font styles.  Some pages seem to be wider or layed out very
> different then the "home page".
> From a designers perspective are there forumulas to follow ?  In the past
> I've looked at some of those "pre made" templates where 5 or more pages are
> provided to build a solid site.  Maybe I need to go back and look at those
> again.
>
> I guess one thing that is puzzling is when I see a 800px fixed width home
> page and then the size seems to go wide or fluid.
>
> TIA
> Mark
> __________________________________________
> your personal webtop. @ http://www.goowy.com
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




--
http://www.web-buddha.co.uk

dynamic web programming from Reigate, Surrey UK (php, mysql, xhtml, css)

look out for project karma, our new venture, coming soon!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to