[Phpwm] is this possible?

Alex Mace alex at hollytree.co.uk
Wed Jun 13 12:50:44 BST 2007


That's quite a nice solution, definately one to keep in mind for the future
when IE6 is near enough dead - it doesn't support the hover psuedo-class (I
think that's the right term) for anything other than a elements.

On 13/06/07, David Edwards <revlob at gmail.com> wrote:
>
> I tried throwing together a Javascript-less solution to fancy tooltips
> a while ago, and managed to produce some interesting results with CSS
> alone:
>
> http://r-l.org.uk/test/popup.html
>
> Positioning is a little hard to control, however.
>
> --
> Dave
>
> On 13/06/07, Alex Mace <alex at hollytree.co.uk> wrote:
> > I think it should be possible. As a starting point you need a div with
> it's
> > CSS visibility set to 'hidden', then using the onfocus for the input
> element
> > you can set that div to visible and use onblur to hide it again. Then
> you
> > just need to sort out the positioning and styling for your div to make
> it
> > look however you want.
> >
> > Hope that gives you a good starting point!
> >
> > Alex
> >
> > On 13/06/07, Phil Beynon <phil at infolinkelectronics.co.uk> wrote:
> > >
> > > Hi all,
> > >
> > > Is it possible to do a tooltip / alt text appearing 'yellow box with
> some
> > > text in it' type widget for elements in a form menu/list type input
> field?
> > >
> > > I want to give users a multiple selection choice that is time
> sensitive,
> > > as
> > > well as the title it would be useful to show start / end dates without
> the
> > > selection box getting massively wide.
> > >
> > > Phil
> > >
> > >
> > > _______________________________________________
> > > Phpwm mailing list
> > > Phpwm at mailman.lug.org.uk
> > > https://mailman.lug.org.uk/mailman/listinfo/phpwm
> > >
> > _______________________________________________
> > Phpwm mailing list
> > Phpwm at mailman.lug.org.uk
> > https://mailman.lug.org.uk/mailman/listinfo/phpwm
> >
>
> _______________________________________________
> Phpwm mailing list
> Phpwm at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/phpwm
>


More information about the Phpwm mailing list