Re: [css-d] Top half of image map button not active in IE

2009-03-26 Thread Gunlaug Sørtun
Ian Piper wrote:

> http://www.tellura.co.uk/ruberyowen/contact-us.php

> On this page, if you look at the Rozone button (top right) it shows 
> an orange dotted border on hover, as it should. However in IE 6 under
>  Windows 2000 and IE7 under Vista the top half of this button is not
>  clickable.

IE's old stacking bug. Add...

#companies-location-map ul {position: relative;}

...to lift the entire ul with its absolute positioned children as one
layer, above the surrounding element layers.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Top half of image map button not active in IE

2009-03-26 Thread Ian Piper

Hi all,

I have an IE weirdness on a site I am developing. I have a CSS-based  
image map on one page. The image map works fine except that one button  
is only "active" in the bottom half. The offending page is here:

http://www.tellura.co.uk/ruberyowen/contact-us.php

On this page, if you look at the Rozone button (top right) it shows an  
orange dotted border on hover, as it should. However in IE 6 under  
Windows 2000 and IE7 under Vista the top half of this button is not  
clickable. In Safari and Firefox it behaves correctly. I can't see  
what is wrong with my code or css - can anyone tell me what might be  
wrong here?

Thanks,


Ian.
--
ianpi...@mac.com
07590 685840 | 01926 811383

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/