undulgeTeep
New Member
I have a background image applied this way\[code\]HTML<div id="background"> <img src="http://stackoverflow.com/questions/15535722/stock.png" class="stretch" alt="image" /></div>CSS#background { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 0;}.stretch { width:100%; height:100%;}\[/code\]I want to have a part of an area of the image clickable, so that it will link me to the next page, any simple ways of doing this?