On 5/23/06, Ian Young <[EMAIL PROTECTED]> wrote:
>
>
>
> Links still wrong.


aargh... Ok will post the CSS here then.  So that's the CSS for the popup:

#kanji a, kanji a:link, kanji a:visited {
    display: inline;
    text-decoration: none;
    border: none;
    background-color: white;
}

#kanji a:hover, kanji a:active {
    display: inline;
    text-decoration: none;
    border: none;
}

#kanji a span {
    display: none;
}

#kanji a:hover span {
    display:block;
    position: absolute;
    top: 0;
    right: 0;

}

However, I guess you haven't included the script that enables IE to use the
> drop down.
> See http://www.mywebstuff.com/02_css/css_07.html and look at
> alistapart.com
> etc for great examples.


Ah no you're right, I haven't included a script.  Thanks for that, I guess
that's what I need!

Christine
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to