Re: Inconsistent position:relative behaviour

On 13/02/2011 6:27 AM, Alan Gresley wrote:

> Add this.
>
> #main { overflow: auto; padding-bottom: 1em; }


Incorrect. This is better.

#main { overflow: auto; padding-bottom: 1px 0 1em; }


Markus, there is a list for CSS help.

<http://www.css-discuss.org/mailman/listinfo/css-d>


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo

Received on Saturday, 12 February 2011 19:51:00 UTC