Stevio wrote:
> Anyone know why a floated div is hidden in IE6?
Try "position:relative" on #sidebar, that should fix it
To set padding and margin to 0 value for all the elements, try "*" instead
of "#", like this:
* {margin:0;padding:0}
HTH,
Thierry | http://www.TJKDesign.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************