[Solved] Image Maps not working under FF

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Image Maps not working under FF

Post by KO »

I checked I i did that works and that did not have target="_self" so try removing that.

br,K
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Image Maps not working under FF

Post by KO »

Wow. I read my message again and it looks I was in a rush as even myself I could not understant it :)

Do you have any link where is image map that does not work for you. I have no problem with firefox and image map in CMSms

br, K
chrisl
Forum Members
Forum Members
Posts: 57
Joined: Fri Dec 30, 2005 10:08 am

Re: Image Maps not working under FF

Post by chrisl »

It may be that the problem lies with the Document Type Declarations (DTDs) where there have been some changes from version 1.0 (Strict) to version 1.1.
The "usemap" attribute is defined as being a %URI in version 1.0 which means that # (pound sign) can be used but for XHTML 1.1 the "usemap" attribute is defined as IDREF so the # sign may give an error
This may be why your image maps work in IE but not FF as FF is careful about this.

It is worth trying usemap="map" and see if it works
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Image Maps not working under FF

Post by KO »

Do you have any link or is it offline?
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Image Maps not working under FF

Post by KO »

I think One problem could be that there is div with same id in footer-content as the map name. This could confuse as these should be unique. This was not on iframe. I'm noot sure if the coordinates are right.

br, K
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Image Maps not working under FF

Post by KO »

Try adding z-index:100; on div#footer

Seems that your footer gets covered behind everything else when they are absolutely positioned.

br,K
Post Reply

Return to “CMSMS Core”