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/ 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 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
Archived
This topic is now archived and is closed to further replies.