R
Rob R. Ainscough
I'm slowly (very slowly) working my way thru the bizarre and sadistic world
of control positioning in MultiViews (ASP 2.0). I came across this to help
me explain (or attempt to anyway) why my web page controls were all over the
place.
"Ironically, absolute positioning is relative. Yes, you read that right. An
absolutely positioned element is positioned relative to another element,
called the containing block. Here comes the definition of that. Take a few
deep breaths and hold on tight to the armrests of your chair.
The containing block of an absolutely positioned element is its nearest
positioned ancestor, or, if there is no such element, the document's initial
containing block.
By positioned ancestor we mean a structurally superior element whose
position property is absolute, fixed or relative."
OMFG -- and this is a good thing?? Who thought this brain storm of an idea,
some 10 year old? Did anyone stop for 10 seconds to think that the majority
of end users out there don't want their screen appearance to shift and move
based on their current window size and/or screen resolution. It's like an
entire sub-system was invented to deal with the issue that only <1% of the
end user even care about. OMG, this is more designer/developer out of touch
with reality crap. And people still wonder why <20% of the population use
the Internet.
of control positioning in MultiViews (ASP 2.0). I came across this to help
me explain (or attempt to anyway) why my web page controls were all over the
place.
"Ironically, absolute positioning is relative. Yes, you read that right. An
absolutely positioned element is positioned relative to another element,
called the containing block. Here comes the definition of that. Take a few
deep breaths and hold on tight to the armrests of your chair.
The containing block of an absolutely positioned element is its nearest
positioned ancestor, or, if there is no such element, the document's initial
containing block.
By positioned ancestor we mean a structurally superior element whose
position property is absolute, fixed or relative."
OMFG -- and this is a good thing?? Who thought this brain storm of an idea,
some 10 year old? Did anyone stop for 10 seconds to think that the majority
of end users out there don't want their screen appearance to shift and move
based on their current window size and/or screen resolution. It's like an
entire sub-system was invented to deal with the issue that only <1% of the
end user even care about. OMG, this is more designer/developer out of touch
with reality crap. And people still wonder why <20% of the population use
the Internet.