/    Sign up×
Community /Pin to ProfileBookmark

Hide vertical scrollbar in <select> element

Hello,
Inconsistent across browsers, What is wrong here?

Please see: [url]http://awesomescreenshot.com/01d1r2d47f[/url]

[code=html]
<style>
.bloc { display:inline-block; vertical-align:top; overflow:hidden; border:solid grey 1px; }
.bloc select { padding:10px; margin:-5px -20px -5px -5px; }
</style>

<div class=”bloc”>
<select size=”8″ name=”haftanin_gunu[]” id=”haftanin_gunu” multiple>
<option value=”-1″ selected=”selected”>*</option>
<option value=”1″>Monday</option>
<option value=”2″>Tuesday</option>
<option value=”3″>Wednesday</option>
<option value=”4″>Thursday</option>
<option value=”5″>Friday</option>
<option value=”6″>Saturday</option>
<option value=”7″>Sunday</option>
</select>
</div>
[/code]

Thanks in advance

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@priyankagoundSep 25.2013 — If you want to hide only the vertical scrollbar, use overflow-y:

<style type="text/css">

body {

overflow-y:hidden;

}

</style>

Hope this helps you.
Copy linkTweet thisAlerts:
@AdemauthorSep 25.2013 — If you want to hide only the vertical scrollbar, use overflow-y:

<style type="text/css">

body {

overflow-y:hidden;

}

</style>

Hope this helps you.[/QUOTE]

Thank you for your answer,

Not for the entire page.

http://awesomescreenshot.com/0601r5bn96
×

Success!

Help @Adem spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...