any css experts? image map with css?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roly
    Confirmed User
    • Aug 2002
    • 1844

    #1

    any css experts? image map with css?

    hi

    has anyone got an idea of where i'm going wrong. i know how to do an image map with html, but this needs to be in css.

    i'm trying to map part of an image (contact_bg.jpg) on a css page, but the code i've tried below maps part of the page that i have given coordinates for and not the image. so i want to know how to make my coordinated relative to the image and not the page.

    Code:
    .contactInfo	{
    	width:220px;
    	height:260px;
    	padding-left:10px;
    	background:url(../images/contact_bg.jpg) no-repeat top right;
    	display:block;
    }
    
    
    .contactInfo a{
    position: absolute;
    top: 110px;
    left: 260px;
    width: 30px;
    height: 30px;
    
    }
    
    .contactInfo a:hover{
    border:5px solid #000000
    }
    the hover part of the code is just so i can see where it is on the page.

    anyone got any ideas where i'm going wrong?
    Last edited by roly; 07-08-2010, 01:21 AM.
  • roly
    Confirmed User
    • Aug 2002
    • 1844

    #2
    its ok i've sorted it. thanks anyway.

    Comment

    • munki
      Do Fun Shit.
      • Dec 2004
      • 13393

      #3
      Install firebug on your firefox setup... makes hunting down lil things like this a breeze.

      I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

      Comment

      • roly
        Confirmed User
        • Aug 2002
        • 1844

        #4
        Originally posted by munki
        Install firebug on your firefox setup... makes hunting down lil things like this a breeze.
        thanks, i'll take a look at it.

        Comment

        • Barefootsies
          Choice is an Illusion
          • Feb 2005
          • 42635

          #5
          For future with CSS/HTML

          Prez ICQ: 3117950 (Design/CSS/HTML)
          Should You Email Your Members?

          Link1 | Link2 | Link3

          Enough Said.

          "Would you rather live like a king for a year or like a prince forever?"

          Comment

          Working...