Page 1 of 1

help box

Posted: Mon Nov 12, 2007 1:33 pm
by rycaga
hello,
i need to insert some explanations near titles. (some help box)
maybe you can offer me some modules or ways to do so?

thx

Re: help box

Posted: Mon Nov 12, 2007 2:01 pm
by lollipop27
Hi,

a help box next to the h1 title in the header or a help box next to each title.

Can you please post the link to your page or a more detailed description, then I'll try to help you.

Re: help box

Posted: Tue Nov 13, 2007 8:31 am
by rycaga
this help box is for users,  if user dont understand what value must enter in the form or what means expresion, he just clics mouse on this "helpbox" for explanation. it could be like "question-mark" icon and so on. i dont have my site link now, just in my pc. 

Sry for poor english

Re: help box

Posted: Tue Nov 13, 2007 9:43 am
by lollipop27
how about something like a

wich is after the questionmark.  <a

say
a div.help { display: none;}
a:hover div.help {display: block; position: absolute; top: auto; left: auto; z-index: 999;}


does it work? just try out.... perhaps a a is not that good, but IE only understands hover for a, or you have to load a js hack....

Re: help box

Posted: Thu Nov 15, 2007 1:19 pm
by streever
yes, that's on the right way...

http://psacake.com/web/jl.asp

this is a website that has one.

it's a slight mod to the famous "eric meyer css popup":
http://meyerweb.com/eric/css/edge/popups/demo.html