Link to home
Start Free TrialLog in
Avatar of Ernesto
ErnestoFlag for Mexico

asked on

Im brand new in HTLM i need help

Hi you experts, im doing my web page i want to know if i can put some text if mous drag into some ul items

 
 <ul style="list-style-type:square">
         <li >Hacer más agil tu negocio</li> 
         <li> Eficientamos mediante bases de datos la generación de información</li>  
         <li>Traducimos tus hojas de excel en información que podras tener de manera agil y a la mano </li>  
</ul>

Open in new window


if mouse into "Hacer mas agil tu negocio" show some text and that for each list ittems, is that posible?
tsm
Avatar of erikTsomik
erikTsomik
Flag of United States of America image

try adding title to li tag
<ul style="list-style-type:square">
         <li title="Hacer más agil tu negocio">Hacer más agil tu negocio</li>
         <li title="ficientamos mediante bases de datos la generación de información"> Eficientamos mediante bases de datos la generación de información</li>  
         <li title="raducimos tus hojas de excel en información que podras tener de manera agil y a la mano">Traducimos tus hojas de excel en información que podras tener de manera agil y a la mano </li>  
</ul>
Avatar of Ernesto

ASKER

same result,
regards
try is here

http://jsfiddle.net/x9paT/456/

Just hover over the LI and you will see the text
Avatar of Ernesto

ASKER

tsm
that just put me a label,
i want to if  click in one of those items, put a text in the sqare to the right
regards
Avatar of Ernesto

ASKER

like href but i dont want to create another page, i want to dinamicly put text in somhwere in the page depending what ittem press
regards
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial