|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Does anyone know why NS 4.73 doesn't evaluate the DISABLED tag in INPUT fields?
.i.e "input type=text disabled name=test" will be disabled in IE but not in NS? |
|
#2
|
|||
|
|||
|
I can't say specifically why they don't support that attribute... probably the same reason they don't support the <button> tag or a:hover, NS4.xx is the bane of every web designer. Try doing this instead:
<input type=text onFocus=this.blur()> that should have the same effect (read only text box) |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > input disabled tags in NS 4.73 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|