|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can anyone help me with this? I am trying to create a textarea in my form, with IE it shows the vertical scrollbar, but with NS it shows horizontal scrollbar. Is anyone know how to fix this? I just want a vertical scrollbar shows on both browsers. Thanx
|
|
#2
|
|||
|
|||
|
It would be very cool if we could see the code that you are currently using
|
|
#3
|
|||
|
|||
|
Try this snippet:
<textarea rows="5" cols="40" style="width: 360px" wrap="soft"> of course swap out the above values for cols= and width: and you should have a semi correct textarea representation in both browsers. Best Regards, -- Wil Moore III www.wilmoore.com |
|
#4
|
|||
|
|||
|
The horizontal scrollbar still existed. How can solve this problem???
|
|
#5
|
|||
|
|||
|
Try adding: style="overflow:hidden;"
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Textarea box help? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|