• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Remove scrollbars in textbox

Remove scrollbars in textbox 11 years 11 months ago #23252

  • draklems
  • draklems's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I want to remove the scrollbars to the right of textbox's (Internet Explorer). In FF and Chrome there is the corner resize adjustment option, which is fine but don't have to have it, but in IE the scrollbars beside the textbox's are creating spacing issues and just look bad.

How do I remove these?
The administrator has disabled public write access.

Remove scrollbars in textbox 11 years 11 months ago #23267

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
A link to your actual form would help...
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Remove scrollbars in textbox 10 years 10 months ago #27906

Hi,
I'm also having this problem - here is my link www.gisykes.co.uk/
It's fine in all browsers except IE.
Darren.
The administrator has disabled public write access.

Remove scrollbars in textbox 10 years 10 months ago #27908

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
By using the CSS and Javascript section (found in Form Properties > Design - CSS and Javascript) add the following CSS declaration to the field classes:

<style>
.formField{
overflow:hidden;
}
</style>

More information on the subject can be found in the following articles
http://www.rsjoomla.com/support/documentation/view-article/600-how-to-perform-layout-and-style-adjustments.html
http://www.rsjoomla.com/support/documentation/view-article/481-css-and-javascript.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: darrenh1972
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!