Is there a simple way in jQuery to activate a mouseover/mouseleave event on an element with an additional 20px border on both sides?
For example, I have some next/previous buttons that are displayed outside of the website container using
#slider .prev{position:absolute;left:-20px;}
Since they currently only appear when hovering over
#slider:hover{}
they disappear as soon as I hover over them due to being outside the boundaries of #slider.