Change CSS on mouse enter vs mouseover using jQuery

div #d1 (uses mouseenter)

This is a div

This is a paragraph inside the div

This is an unordered list outside the div:

div #d2 (mouseover)

This is a div

This is a paragraph inside the div

This is an unordered list outside the div:

div #d3 (mouseover w/ stopPropagation)

This is a div

This is a paragraph inside the div

This is an unordered list outside the div: