AndyPSV Posted May 22, 2014 Share Posted May 22, 2014 I want when onmouseover on particular section to put an OPACITY #fff 0.2 layer on everything except the selected class i.e. table Similarly as you have: .tableHighlight:hover{background-color:#eee}<table id='table-main' class='tableHighlight'>... but inversed (puts layer on everything else, but not the table itself) --- http://jsfiddle.net/LYcm9/1/ Quote Link to comment https://forums.phpfreaks.com/topic/288688-jquery-onmouseover-opacity-layer-except-selected-block-overlay/ Share on other sites More sharing options...
AndyPSV Posted May 22, 2014 Author Share Posted May 22, 2014 Found answer already on other forums. http://jsfiddle.net/LYcm9/5/ Thanks Quote Link to comment https://forums.phpfreaks.com/topic/288688-jquery-onmouseover-opacity-layer-except-selected-block-overlay/#findComment-1480492 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.