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
help box
- lollipop27
- Forum Members
- Posts: 237
- Joined: Wed Sep 12, 2007 4:09 pm
Re: help box
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.
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
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
Sry for poor english
- lollipop27
- Forum Members
- Posts: 237
- Joined: Wed Sep 12, 2007 4:09 pm
Re: help box
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....
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
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
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