|
Posted by Ben C on 07/03/07 09:51
On 2007-07-03, BeeRich <beerich@gmail.com> wrote:
> OK, tried inserting the very exact syntax into my css file, and she
> isn't working. I have a div on top of that, a div below, and she's
> aligning from the beginning of the text and clipping the bottom.
>
> This makes no sense. I'm doing this in FF and Safari. Neither wants
> to play.
You need to post a URL.
Or, find the problem yourself. Use Firebug to verify that elements are
getting the computed styles you think they should be getting.
You also have to make sure you've got the containing block right.
Remember a positioned block's containing block is its nearest positioned
ancestor. Use position: relative to make a normal flow block the
containing block for positioned descendents.
Navigation:
[Reply to this message]
|