With the new HtmLauout version, it seem that this things do not work correctly:
- background attachment
body
{
background: url(image.jpg) no-repeat;
background-position: bottom right;
background-attachment: fixed; -> not fixed
}
- when sizing the parent window the content is growing (a hz scrollbar appear and the full content is growing (since V3.2.0.3)