Hi earl,
[Thu, 13 Nov 2003 00:39:27 +0100/earl]
> > : How can I show the submeny when the link is hover-over and then hide it
> > : again when the mouse is not hovering over the link if you know what I
> mean ?
> > : The submeny should only be shown when mouse cursor is over the link.
> > :
> >
> >
> > This is a job for Javascript, not a:hover
> > http://javascript.internet.com/
> >
> > Sid
> >
>
> Thanks for your reply.
>
> Think I've seen this done before using css but cant find it, I could
> obviously be wrong.
Nope, it is possible, but doesn't work in all browser. Would not
yet use this these days. (afaicr opera6/IE6 had some positional
probs with it)
The thing is to use a positioned <span> inside the a-tag, hide it
per default and display:block it during hovering.
HTH
regs
michael