help box

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
rycaga

help box

Post 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
User avatar
lollipop27
Forum Members
Forum Members
Posts: 237
Joined: Wed Sep 12, 2007 4:09 pm

Re: help box

Post 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.
rycaga

Re: help box

Post 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
User avatar
lollipop27
Forum Members
Forum Members
Posts: 237
Joined: Wed Sep 12, 2007 4:09 pm

Re: help box

Post 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....
streever

Re: help box

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”