Hide select arrow in Firefox

Developer
Size
1,747 Kb
Views
44,528

How do I make an hide select arrow in firefox?

Here is a work around to hide select arrow in firefox. After the Firefox 30 update the trick by joaocunha (https://gist.github.com/joaocunha/6273016) stoppped working.. What is a hide select arrow in firefox? How do you make a hide select arrow in firefox? This script and codes were developed by Anoop on 06 September 2022, Tuesday.

Hide select arrow in Firefox Previews

Hide select arrow in Firefox - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hide select arrow in Firefox</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="selectwrap"> <select> <option>Option 1</option> <option>Option 3</option> <option>Option 4</option> </select>
</div>
</body>
</html>

Hide select arrow in Firefox - Script Codes CSS Codes

body { margin: 50px;
}
select { border: 1px solid #ccc; height: 34px; width: 250px; padding: 6px 12px; line-height: 1.42857143;
}
.selectwrap { position: relative; float: left;
}
.selectwrap:after { content: ""; position: absolute; width: 0;	height: 0;	border-left: 8px solid transparent;	border-right: 8px solid transparent;	border-top: 8px solid #000; right: 4px; top: 14px; pointer-events: none;
}
Hide select arrow in Firefox - Script Codes
Hide select arrow in Firefox - Script Codes
Home Page Home
Developer Anoop
Username anoopjohn
Uploaded September 06, 2022
Rating 3
Size 1,747 Kb
Views 44,528
Do you need developer help for Hide select arrow in Firefox?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Anoop (anoopjohn) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!