Rick Lecoat wrote:
> On 10 Jul 2008, at 22:42, Ingo Chao wrote:
> 
>>> http://novatest.sharkattack.co.uk/development.php
>>
>> Did you mean this is typeStyle.css ?
>>
>> a .extraLinktext {
>>     position: absolute;
>>     left: -999em;
>>     }
>> a:focus .extraLinktext {
>>     position: relative;
>>     left: 0;
>>     }
> 
> Yes,...

ok, did you try

a .extraLinktext {
        position: absolute;
        left: -999em;
        top:-999em;
        }
a:focus .extraLinktext {
        position: relative;
        left: 0;
        top:auto;
        }
That seems to quit the scrollbar in Opera. Can't test the focus thing 
locally, though.

Ingo

-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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