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

Paul Backhouse paul.backhouse at 2cs.com
Mon Oct 15 09:33:58 CDT 2001


Lauri,
	couldn't see anything wrong with the textarea - it has a class but NS would
normally override it when you specify cols and rows - you can try this
javascript for detection between IE and NS

<Tip>
A simple way to detect between IE and other browsers using Javascript

<SCRIPT LANGUAGE="JavaScript"><!--
if (navigator.appName == 'Microsoft Internet Explorer'){
    document.write('<link rel="stylesheet" href="/explorer.css"
type="text/css">');
}else{
document.write('<link rel="stylesheet" href="/netscape.css"
type="text/css">');
}
//-->
</SCRIPT>
</Tip>

-----Original Message-----
From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On
Behalf Of Lauri Vain
Sent: 15 October 2001 14:21
To: thelist at lists.evolt.org
Subject: [thelist] NN4.61: http://www.cadsys.ee/new/kasutajatugi_vorm.html


Hi everybody,

A while back, I was involved in a small database project. The site will go
live
soon but the designer is puzzled by something and asked me for assistance. I
checked the W3C validator but it didn't spit back any error that would be
the
usual cause for an "invisible" form element.

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?

Thanks,
Lauri


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list