Previous Message
Next Message

Re: [css-d] CSS Methodologies

Sent by Jose_Antonio_Corachán on 24 July 2003 21:09


Hi izzii, I think this method is the best, since you separate the layout 
for the text-properties.

I first saw it on an example template (don't remember which) and I 
continue using it, this method gives me more flexibility changing the 
display position or the texts, as long as they are in different files...

An good example of this could be if you have two stilesheets, and you 
only want to change from one to another the font properties only:

<link rel="stylesheet" href="basic.css" type="text/css" media="all" 
title="basic" />
<link rel="alternate stylesheet" type="text/css" media="all" 
title="textonly" href="textonly.css" />

<style type="text/css" media="all" title="layout">
	@import url("layout.css");
</style>

Cheers,

Jose

izzii escribió:
> Make two differtent stylesheets.
> 
> This one goes <link rel bladibla
> Global text elements
> Heading text elements
> Paragraph text elements
> Miscellaneous
> Form elements
> 
> The other is with the @import method
> Global page layout elements
> (this includes all the <div> like
> 
> #Header
> #Content
> #Footer


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: