HighDots Forums  

Question about positioning definitions

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


Discuss Question about positioning definitions in the Cascading Style Sheets forum.



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

Default Question about positioning definitions - 06-11-2004 , 06:27 PM






I'm writing up notes from Eric Meyer's book, explaining CSS here they are:
----------------------------

CSS Positioning

Static: The element's box is generated as normal.

Block level - rectangular box that is part of the doc flow
Inline - rectangular boxes in the context of lne boxes flowing in parent
element.

Relative: The element?s box is offset by stated distance. Element stays
same shape and the place in flow remains ? as if element were not moved.
Over lapping of other elements can occur.

Absolute: Element is removed from its place in the document and positioned
in relationship to containing block. Has height, width, top, right,
bottom, left, and margins, padding, borders. Margins do not collapse.

Fixed: Element is postioned as absolute, except the contianing block is
viewport (browser window).

Inherit Value is inherited from parent element not from default attribute.
-------------------------------------------------

The question is: What is the difference between the parent element and
the containing block?


Reply With Quote
  #2  
Old   
Steve Pugh
 
Posts: n/a

Default Re: Question about positioning definitions - 06-12-2004 , 08:00 AM






FDYocum <theyocum (AT) dejazzd (DOT) com> wrote:

Quote:
The question is: What is the difference between the parent element and
the containing block?
http://www.w3.org/TR/CSS2/visudet.html#x0

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve (AT) pugh (DOT) net> <http://steve.pugh.net/>


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 - 2008, Jelsoft Enterprises Ltd.