Testing question in WebmasterWorld HTML Forum:
http://www.webmasterworld.com/html/3108681.htm
We have a web application developed in VS.NET 2003. Drop-downs having closing tags (see code below). When view in older browsers like Netscape 4.?, no drop-down appears; the selections are simple printed to the screen. Is there some work-around for this, or must we tell our customers to upgrade their browsers?
Sure enough, this displays as a straight list in Netscape 4!! (But <FORM> tags are not used - SEE BELOW!)
Same as above, but without the closing option tags...
Same as above, this displays as a straight list in Netscape 4!
Surrounding the list in <form>...</form> tags works OK in Netscape 4!
NB: For it to validate as HTML 4.01 Strict, the <select> element needs to be enclosed in DIV tags (or similar). It does not need to be enclosed in FORM tags.
Just testing some padding... (Incidentally NN4 does not display this correctly! And nor does IE6, the padding on the table element is ignored!)
table {
padding:20px;
background-color:#ddf;
}
td {
padding:10px;
background-color:#cfc;
}
| Hello | World | How | Are | You? |
[Home]