[ILUG-Webdev] Simple (I hope!) CSS question

adam beecher lists at beecher.net
Wed Sep 10 17:20:30 IST 2003


> That applies when you want to centre a layer on a page, but what
> about when you want to have fine control over fixed positioning
> of secondary layers?
>
You can't fixed position a layer inside a layer that's relatively
positioned. It's just not logical. If you need to use fixed positioning,
you'll need to dispense with the centered layer. Otherwise you have to
position relatively inside the parent layer.

adam




More information about the Webdev mailing list