[thelist] NN4.61: http://www.cadsys.ee/new/kasutajatugi_vorm.html

Bruce Heerssen bruce at heerssen.com
Mon Oct 15 10:17:19 CDT 2001


Lauri Vain wrote:

<snip>
> Could you check http://www.cadsys.ee/new/kasutajatugi_vorm.html and tell me why
> NN 4.61 doesn't show the textarea behind the text "Veakirjeldus".
> 
> Also, some tiny boxes appear after each form element on my browser. What are
> those? Could it be something with CSS?
> 

The css is your problem. NN4.x does not play nice with css on form elements. 
Try using an @import rule to style your form elements. NN4.x does not 
recognize the @import rule, but better browsers do.

example:
At the top of cadsys.css place this line (it must be first):

@import "css/cadsys2.css";

Remove the following lines from cadsys.css and add them to cadsys2.css

.brd { color: #000000; border-color: #000000; background-color: #FFFFFF;  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-width: 1px; };
.brd2 { color: #996633; border-color: #124E7E; background-color: #FFFFFF;  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-width: 1px; };

This should, hopefully, fix your problem. This method works without 
the use of javascript and is therefore more accessible.

HTH,
-Bruce





More information about the thelist mailing list