Why Does Ie (ie8, Specifically) Not Highlight Selected Option In A Multi Select Box Which Is Disabled? September 08, 2024 Post a Comment I am having a multi select box in a JSP page which has some options and is disabled. FiSolution 1: I hope i clearly understand what you want to do, but i can sugest to do it with little jquery?<scripttype="text/javascript"> $(document).ready(function() { $("#mySelectBox option:selected").css('background','black'); }); </script>CopySolution 2: Interestingly, this CSS workaround seems to have fixed my issue!!select[disabled="disabled"][multiple="multiple"]{ background-color:#D4D0C8; } select[disabled="disabled"][multiple="multiple"] option[selected="selected"]{ background-color:navy; } CopyInteresting because, earlier I had used the same to no effect. Perhaps I had missed out on something then. Share Post a Comment for "Why Does Ie (ie8, Specifically) Not Highlight Selected Option In A Multi Select Box Which Is Disabled?" Top Question Inline Disabling Of Firefox Spellcheck? I researched this a while ago and can't remember how to… Javascript Function To Add Two Numbers Is Not Working Right My code in HTML takes a user input number in, and it does a… Can Pure Css Change Other Element On Hover If Its Not Child Element? Does css include possibility to change other element on hov… Add A Page Break In Html For Pdfkit In Swift I'm creating a PDF with HTML and PDFKit as follows: le… Create A Canvas With Background Image, Dynamically Update The Text, Then Save The Canvas? I'm trying to create a canvas with a background image a… Edit Home Page In Wordpress How do I make changes to the Home page in WordPress? When I… Is It Possible To Send Js Variables To Google Sheets? (not Form Data) I have some variables that get created depending on what a … How To Convert English Into Arabic Dynamically I have a web in English .. now I want it in arabic. So can … Javascript Html5 Canvas Display From Python Websocket Server I created a websocket server that uses ZeroMQ4 to talk to a… Use Php To Prep Svg File For Use In Img Tag Data Uri I'm using PHP. I would like to use file_get_contents to… Recent Post Loading... December 2024 (1) November 2024 (38) October 2024 (90) September 2024 (24) August 2024 (48) Widget HTML #3 Menu Halaman Statis Beranda © 2022 - biblioteczka-pelna-gwiazd