Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
How to provide a horizontal scroll bar for my select tag ?
Dinesh Santhalingam
7y
226
1
Reply
CSS:
.select{
width:150px;
overflow:scroll;
}
<
select
style
=
" width:150px;"
id
=
"ddllicence"
class
=
"select"
>
<
option
value
=
"All"
>
All
</
option
>
</
select
>
But I can't able to set the horizontal scroll for my select tag.Please help me to solve this.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to focus all the text filed at the same time??
Input type="range" ; Step value change by condition