Skip navigation
_my_pov
Currently Being Moderated

Rollover  w/ Image maps In Firefox: an  alignment issue

Apr 17, 2012 8:28 AM

using rollover images with hotspot image maps works fine in safari...not in firefox.

 

I must remedy this situation.

 

How do I do so or can it be done?

 

Thank you.

 

the file with the issue:

 

http:///boswellforassembly.com/thedropdownissuemaps.html

 

same file  with no hot spots.

 

http://boswellforassembly.com/thedropdownissue.html

 
Replies
  • Currently Being Moderated
    Apr 17, 2012 8:48 AM   in reply to _my_pov

    First give the <div> that your navigation images are house din an id (as below id="navigation")

     

    <div align="center" id="navigation">

     

    Then add the below css selectors to your css styles.

     

    #navigation{

    width: 765px;

    margin: 0 auto;

    padding-left: 35px;

    overflow: hidden;

    }

    #navigation img {

        float: left;

    }

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points