Page 1 of 1
Re: Image Maps not working under FF
Posted: Thu Aug 30, 2007 8:01 am
by KO
I checked I i did that works and that did not have target="_self" so try removing that.
br,K
Re: Image Maps not working under FF
Posted: Fri Aug 31, 2007 8:07 am
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
Re: Image Maps not working under FF
Posted: Fri Aug 31, 2007 9:21 am
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
Re: Image Maps not working under FF
Posted: Fri Sep 14, 2007 1:46 pm
by KO
Do you have any link or is it offline?
Re: Image Maps not working under FF
Posted: Fri Sep 14, 2007 6:52 pm
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
Re: Image Maps not working under FF
Posted: Fri Sep 14, 2007 8:48 pm
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