Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in HTML CSS only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
HTML CSS
html query
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
parims
New Member
Join Date:
Nov 2007
Posts:
2
#1
html query
Nov 30 '07, 02:35 PM
hello friends,
Is there a way to create textbox with multiline but without scroll bars.
numberwhun
Recognized Expert
Moderator
Specialist
Join Date:
May 2007
Posts:
3467
#2
Nov 30 '07, 09:29 PM
Originally posted by
parims
hello friends,
Is there a way to create textbox with multiline but without scroll bars.
Only if the number of lines the box contains does not exceed the number in the height of the box. (At least, that is my feeling)
Regards,
Jeff
Comment
Post
Cancel
TurtleGuy910
New Member
Join Date:
Aug 2007
Posts:
16
#3
Nov 30 '07, 11:10 PM
Originally posted by
numberwhun
Only if the number of lines the box contains does not exceed the number in the height of the box. (At least, that is my feeling)
Regards,
Jeff
Jeff is right. It depends on whether the number o line the box has is bigger then the height.
Comment
Post
Cancel
phvfl
Recognized Expert
New Member
Join Date:
Aug 2007
Posts:
173
#4
Dec 1 '07, 01:05 PM
Set the overflow style property to hidden:
[CODE=html]
<textarea class="noscroll " rows="6" cols="30"></textarea>
[/CODE]
[CODE=css]
.noscroll{overf low:hidden;}
[/CODE]
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment