My webpage has a header that spans the full width of the page. The header is styled using CSS with a background image, which includes text in the center and a box labeled "Contact us" on the right side. I want to make this button clickable so that when a user clicks on it, they are directed to a specific link. Ideally, only the right part of the header image should be clickable. Is it possible to achieve this with jquery?
I am open to any hacks or suggestions.