Hi Georg
It does have a background! These are the styles for the text popup:
div#content li a span {
display: none;
}
div#content li a:hover span {
display: block;
position: relative;
top:
-250px;
left: 10px;
width: 60%;
padding: 10px;margin: 10px; z-index:
100;
background: #fff;
border: medium dotted #963;
font-weight:
normal;
color: #333;
}
(based on the Meyer one but with a few additions/changes. For example, his
used absolute positioning, but I wanted to use relative.)
Any other thoughts? Anyone? It's really annoying coz I know it must be
something I've done in my stylesheet, as his one works!
The link to the stylesheet is
http://crunchie.tedi.uq.edu.au/trials/UIMED/stylesheets/prof.css
- susie
On 13/7/06 5:10 PM, "Gunlaug Sørtun" <[EMAIL PROTECTED]> wrote:
> Susie Gardner-Brown wrote:
>> My ones work fine on my Mac in Firefox, but in IE (PC) they don't.
>> I'm assuming that something is conflicting from the rest of my
>> stylesheet, but I can't work out what. If anyone had any clues, I'd
>> be very happy <grin>
>
>> http://crunchie.tedi.uq.edu.au/trials/UIMED/Professionalism/standards1.html
>>
> Add a background to the link on :hover, and it will work in IE/win.
> This will do...
>
> div#content li a:hover {background: #edb;}
>
> ...or use a background color that's closer to, but /not/ identical with
> the existing a:link/a:visited background color.
>
> The reason is that IE needs for something *to change* on that link-cell
> itself on :hover in order to repaint it and open up for the span.
>
> Georg
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************