Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7970965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:31:40+00:00 2026-06-04T07:31:40+00:00

Here’s some very simple sample HTML for purposes of this question: <!DOCTYPE html> <html>

  • 0

Here’s some very simple sample HTML for purposes of this question:

<!DOCTYPE html>
<html>
<head>
    <title>test</title>
</head>
<body>
<p>stuff</p>
<p>more stuff</p>
<label>Test</label>
<select>
    <option>Option 1 Here</option>
    <option>Option 2 Here</option>
    <option>Option 3 Here</option>
    <option>Option 4 Here</option>
    <option>Option 5 Here</option>
    <option>Option 6 Here</option>
    <option>Option 7 Here</option>
</select>   
<p>other stuff</p>
</body>
</html>

On Firefox 12.0 on Windows 7, when you highlight the text with the cursor surrounding the <select>, the options are also highlighted.

enter image description here

This behavior does not happen in other modern browsers I’ve tested, such as IE9 and Chrome.

Basically, I want to allow highlighting of surrounding text, but I never want to allow highlighting of options in the select as firefox is doing.

I found this answer involving disabling highlighting. I tried it at first as:

    body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;  
}

This succeeded in disabling highlighting on the <select> however, nothing else could be highlighted which is not preferred.

I attempted to narrow the scope of the CSS rule to:

    select, select option {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;  
}

However, this did not work as can be seen in the following screen shot. Although firebug states the rule was applied to the <select> element the highlighting is still permitted.

Normally it wouldn’t be a big deal, but this is a small tidbit from a larger application that relies on many scrolling <div> elements that inadvertently lend to highlighting selects whilst scrolling. Though, I don’t want a solution that involves users not being able to select any text at all as that is not the experience they are used to.

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T07:31:42+00:00Added an answer on June 4, 2026 at 7:31 am

    Add this to your css:

    option::-moz-selection { background: transparent; }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my question. I am having this simple menu. <div id=menu> <ul> <li>
Here is some simple code: DIR* pd = opendir(xxxx); struct dirent *cur; while (cur
Here a simple question : What do you think of code which use try
Here's some CSS and HTML to make a textarea below a list of data
Here is my Default.aspx <%@ Page Language=C# AutoEventWireup=true CodeFile=Default.aspx.cs Inherits=_Default ValidateRequest=false %> <html> <head
Here's a very simple repro: Start up VS2010 or VS2008, new a WPF project
Here is some interesting question .I am developing an app with tableview. Initially tableview
Here's my proposed (very simplified to illustrate the problem space) design for a C#
Here's a Clone() implementation for my class: MyClass^ Clone(){ return gcnew MyClass(this->member1, this->member2); }
I have just tried to save a simple *.rtf file with some websites and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.