painfull v2
12-09-2009, 09:34 PM
close post i apologize
|
||||
hey everyonepainfull v2 12-09-2009, 09:34 PM close post i apologize Old Pedant 12-09-2009, 10:06 PM How about this? <html> <head> <title>Roll me over, in the clover</title> <style type="text/css"> a.rollover { display: none; font-size: small; line-height: 50px; color: blue; text-decoration: none; } a.rollover:hover { font-size: x-large; color: red; } </style> </head> <body> <input type="checkbox" value="objchk" onclick="document.getElementById(this.value).style.display=this.checked?'block':'none';" /> Objective <input type="checkbox" value="detchk" onclick="document.getElementById(this.value).style.display=this.checked?'block':'none';" /> Details <input type="checkbox" value="subchk" " onclick="document.getElementById(this.value).style.display=this.checked?'block':'none';" /> Submissions <hr> <h3>objective</br></h3> <a href="#" id="objchk" class="rollover">roll over me</a> <h3>Details</h3> <a href="#" id="detchk" class="rollover">roll over me</a> <h3>submissons</h3> <a href="#" id="subchk" class="rollover">roll over me</a> </body> </html> painfull v2 12-09-2009, 10:11 PM well i am trying to get it to work using the onmouseover Old Pedant 12-09-2009, 10:38 PM Because? Oh...never mind. I see. Homework. Ahh...then I really shouldn't directly answer you (rules of this forum). Show what you've tried and let's see if we can suggest fixes. Philip M 12-10-2009, 07:40 AM Because? Oh...never mind. I see. Homework. Ahh...then I really shouldn't directly answer you (rules of this forum). Show what you've tried and let's see if we can suggest fixes. How did you guess it was homework? Could it be something to do with <title> PROJECT 6-- OBJECTIVE</title>? :D Do please read the posting guidelines regarding silly thread titles. The thread title is supposed to help people who have a similar problem in future. Yours is useless for this purpose. You can (and should) edit it to make it more meaningful. You should also help us to help you by following the posting guidelines and wrapping your code in [code] tags. This means use the octothorpe or # button on the toolbar which will insert opening [ code ] and closing [ /code ] tags - omit the spaces. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum