Posts tagged as:

Results for css map

Italian map in css

Monday 20 April 09 by Onsitus in CSS Menu

Although, this italian map created in css could not be of as much interest for international users as for the italian’s one, I will post anyway this example here to give you an idea for future use and maybe the creation of other country’s map.

css italian map

This css italian map uses an image for each province positioned in an absolute way to the pixel to rebuild the complete italian map. The css property ‘opacity’ is used on the hover state of the links and render the relative information to the province visible using the property display.

Continue to read >>

{ 3 comments }

3 comments

Stay updated with our RSS Feed

Image map in css

Friday 17 April 09 by Onsitus in CSS Tutorials

In this tutorial, we will see how to add clickable area to a background image to create in css the effect of image mapping without using the html element <map>.

This method is used to render part of an image interactive with the mouse on click and is valid for rectangular area.

First, I created a background image representing a top picture (type header) and a bottom menu with 4 buttons:

css image map

To this image, I will ad 5 clickable area, the first being the picture of the frog, the other 4 being the 4 buttons of the bottom menu.
Continue to read >>

{ 23 comments }

23 comments

Stay updated with our RSS Feed