code help please
code help please
Out of context: Reply #13
- Started
- Last post
- 18 Responses
- scarabin0
well first you make a div, and give it a name. then you have an event like my mouseover which replaces the content of the div when triggered. i'm sure you can do this with your dropdown with some experimenting. i'd tell ya how but i've never done anything with dropdowns before except simple forms.
the event come looks like this:
onMouseOver="document.getElement... blah blah content'"
the content there can be html or text; just pop it in there.