- From: Alan Gresley <alan@css-class.com>
- Date: Sun, 13 Feb 2011 06:50:24 +1100
- To: Markus Ernst <derernst@gmx.ch>
- CC: www-style@w3.org
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