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/

Reply via email to