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 Is It Possible To Send Js Variables To Google Sheets? (not Form Data) I have some variables that get created depending on what a … Can Pure Css Change Other Element On Hover If Its Not Child Element? Does css include possibility to change other element on hov… Inline Disabling Of Firefox Spellcheck? I researched this a while ago and can't remember how to… Add A Page Break In Html For Pdfkit In Swift I'm creating a PDF with HTML and PDFKit as follows: le… Javascript Html5 Canvas Display From Python Websocket Server I created a websocket server that uses ZeroMQ4 to talk to a… Edit Home Page In Wordpress How do I make changes to the Home page in WordPress? When I… 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… Javascript: Open Url In Current Tab I feel a little bit like a noob, but : How can I open a lin… 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… Php Variable In Style (width) Attribute I have a php echo, and I would like to use a variable for t… 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