HighDots Forums  

Div Layers

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Div Layers in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
shapper
 
Posts: n/a

Default Div Layers - 04-16-2009 , 11:32 AM






Hello,

I have the following code:

<div class="Head">
<div class="HeadCenter">
<div class="Navigation">
</div>
<div class="Identity">
</div>
</div>
</div>

Head is 100% width and HeadCenter is centered with 800px.
So HeadCenter is not a division itself is more used like a layout
element ...

But it is not necessary. I can use the following markup:

<div class="Head">
<div class="Navigation">
</div>
<div class="Identity">
</div>
</div>

In this case I would need to add extra equal css styles to Navigation
and Identity.

The first options is more a YUI kind of style where they use a lot of
layers ...

What is your advice?

Thank You,
Miguel

Reply With Quote
  #2  
Old   
dorayme
 
Posts: n/a

Default Re: Div Layers - 04-16-2009 , 06:40 PM






In article
<d0db5066-cb55-4131-98b4-16febaa665f2 (AT) w40g2000yqd (DOT) googlegroups.com>,
shapper <mdmoura (AT) gmail (DOT) com> wrote:

....
Quote:
What is your advice?

Add the things you need to add and count all the characters and choose
the one that has the least number overall. No, add the things you need
to add and wait several years to see how easy it is to maintain the one.
And then try several years with the other. And then compare how you feel.

Do you really suppose you will get a good general answer based on
half-formed snippets like this?

--
dorayme


Reply With Quote
  #3  
Old   
shapper
 
Posts: n/a

Default Re: Div Layers - 04-16-2009 , 08:07 PM



On Apr 16, 11:40*pm, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
Quote:
In article
d0db5066-cb55-4131-98b4-16febaa66... (AT) w40g2000yqd (DOT) googlegroups.com>,

*shapper <mdmo... (AT) gmail (DOT) com> wrote:

...



What is your advice?

Add the things you need to add and count all the characters and choose
the one that has the least number overall. No, add the things you need
to add and wait several years to see how easy it is to maintain the one.
And then try several years with the other. And then compare how you feel.

Do you really suppose you will get a good general answer based on
half-formed snippets like this?

--
dorayme
I am creating a template.
I will posted online as soon as I am able to get it done and working
the best I can.

Thanks,
Miguel


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.