Forum Moderators: not2easy
Having lots of fun with CSS popups but can' seem to make them work in Opera?
<a href="blah.html">Blah blah<span>Read more about blah here..</span></a>
a span {
display: none;
}
a:hover span {
display: inline;
position: absolute;
top: 100px;
}
Anyone messed with this and got it to work in Opera?
Thanks...
Nick
Your <span> style might require that if regular text followed the anchor tag.