/    Sign up×
Community /Pin to ProfileBookmark

Removing white border from select drop downs in IE7

Hi guys,

I was wondering if there’s a way to remove the white border from select drop down menus? It seems to only happen in IE7, which is what I need to make my site for (works PC’s only have IE7). On my home PC if I change to IE8 browsing mode then the white border disappears…

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@W8_4meauthorMar 08.2012 — I've found a work around with HTML/CSS.

<i>
</i>&lt;html&gt;
&lt;head&gt;
&lt;style type="text/css"&gt;
body {
background-color: #94DBFF;
}

hr {
height: 3px;
margin-top: 9px;
color: #94DBFF;
}

select {
width: 140px;
height: 20px;
}

#select_mask_wrapper {
position: relative;
}

#select_mask {
position: absolute;
z-index: 1;
width: 140px;
height: 20px;
border-top: 3px solid #94DBFF;
border-left: 3px solid #94DBFF;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="select_mask_wrapper"&gt;
&lt;div id="select_mask"&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;select name="somedropdown"&gt;
&lt;option value="" selected&gt;Select...&lt;/option&gt;
&lt;option value=""&gt;&lt;/option&gt;
&lt;option value="Cheese"&gt;Cheese&lt;/option&gt;
&lt;option value="Crackers"&gt;Crackers&lt;/option&gt;
&lt;option value="Grapes"&gt;Grapes&lt;/option&gt;
&lt;option value="Sandwiches"&gt;Sandwiches&lt;/option&gt;
&lt;/select&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
×

Success!

Help @W8_4me 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 4.27,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...