@shanetalbert I figured it out in the end. var label_pumpkin = document.getElementById("pumpkinlabel"); label_pumpkin.onmouseover = visible label_pumpkin.onmouseout = hide; function visible(){ var id = this.id document.getElementById("description").style.visibility = "visible"; var putitout = document.getElementById("description"); putitout.innerHTML = " " + id; } function hide(){ document.getElementById("description").style.visibility = "hidden"; }
@shadowdark911 I dont see why you cant just follow the tutorial and understand how it works, and then get the code from that, but if you really really really want me to send it to you, please subscribe first!
Couldn't hear or understand a word you just said
desmintaylor 6 days ago
Comment removed
celyfp7 1 month ago
Thanks - just what I needed for multiple lines in a table!
baselinesweb 8 months ago
Thanks dude! You are the one :)) Cheers!
extrovert123 10 months ago
You need to closing h2 tag dude
mixxxer 11 months ago
thankz a lot dude!!!
sivaramakrish2007 1 year ago
thankzzz
sivaramakrish2007 1 year ago
the div: content1 is in an other css file i guess?
thank you! this really helped me :D!
jasonbmxlol 1 year ago
I really hate how EVERY video on youtube does not use externally linked, unobtrustive JS.
This doesn't help me because I'm trying to use onmouseover and onmouseout to show and hide a div...
ash3rr 1 year ago
@ash3rr I dont know a whole lot about JS, but cant you just do onmouseover="" to do that?
shanetalbert 1 year ago
ash3rr 1 year ago
@ash3rr ok cool, glad you got it figured out! sorry I wasnt able to help on that one..
shanetalbert 1 year ago
@ash3rr are you stupid?
EkingRDL 6 months ago
@EkingRDL Judging from your website, I think you might be projecting your own stupidity.
ash3rr 6 months ago
can u plz send me the code?
shadowdark911 1 year ago
@shadowdark911 I dont see why you cant just follow the tutorial and understand how it works, and then get the code from that, but if you really really really want me to send it to you, please subscribe first!
shanetalbert 1 year ago
I looked all over for something like this. Very helpful!
RDCStudios 1 year ago