Javascript
- Started
- Last post
- 5 Responses
- cndtn
anyone out there know how to correct this line of code? the status bar function and pop up function works but in the process i lost the rollover function. it's in the code but not working.
any code heads out there know what's up? it would be much appreciated.
jeff
- cndtn0
anyone out there or is this pv-an
for a bunch of midwest mall kids that like to talk shit?wheres vena or podlob when you need them?
jeff
- mitsu0
yeah, just do this:
onMouseOver="window.status='dg00... true;"
that should work
- cndtn0
cool. i just tried it and it didnt work but im not too good with the code. i could have f'd it up by pasting it into the old line.
thanks.
- cndtn0
i posted the fix but now none of it's working maybe you can see a small error?
word.
- mitsu0
you left off the ending double quote from your onclick event and forgot to separate some statements with a semi-colon in your onmouseover event. you also left out your onmouseout event... not sure whey though.