Forum Moderators: not2easy
Found this when searching through the CSS section of the W3C site.
Its freeware, and it gets the job done in an easy to understand way.
Although German in origin, the menus are in English - well worth a tryout IMHO.
Anyone know how they did that? If it's in their stylesheet, I will probably not be downloading the editor.
BODY
{
Font-Family: Verdana, Arial, Helvetica, Sans-Serif;
Font-Size: 100%;
Color: #FFFFFF;
Background-Color: #00009C;
Margin: 0px;
Overflow-y: auto;
}
Not sure why it would be a problem but must be it as there is little else in their that might cause it. That overflow needn't be there at all so I suspect it's the problem..
I'd say from looking at the html and css on their site that this may be more trouble than it's worth. Tables layout, huge amount of unneeded css etc
Nice find though - certainly interesting!
Nick