Think about a rectangular div, which is split into 2 parts, each part is L shaped (like shown below), region 1 for left-side L and region 2 for right-side L.
I would like to hover, change the background color for example, region 1 on mouse-over, same for region 2. Is there any way to do it with CSS (without using javascript) ?
____ ___
| __| |
|_|_____|
Fiddle: http://jsfiddle.net/nts32/
html
css