Skip to content

Tag: html

Clicking a href selects hidden radio button

I’m trying to implement a plans page. In this page a user can only select one plan obviously. So I have a form that has radio buttons representing each plan. But Radio buttons are ugly right!? So I’m trying to hide them behind a regular a href styled nicely. Is it possible to have an a href actual…

mouseover map region to display image and mouseout to hide

I’ve an Europe map. When i mouse-over Italy region, i wish to display the map image and disappear when mouse-out. However, i cant make it works perfectly. Below is the HTML Here’s my code http://codepen.io/w3nta1/pen/JWrmaz Answer Changed the answer. After tinkering a bit I realized that the probl…