views:

23

answers:

1

Im building a voting system for my site, and i want to set it up to have a 300px drop down bar on top of page saying "Thank you for Voting" when the button is clicked. Anyone have a suggjestion on how to do this?

A: 

Well, you have to be more specific because they are about 300 billions answers to your question. First of all, are you using any JavaScript framework (ie, jQuery, mooTools, ...)? On fly, i'm seeing something like onclick=function(){ document.getElementById('tx4voting').style.display='block' } but you really need to be more specific

fabjoa
im using jQuery, and want the drop down too float down,on top of the banner/image at the top
Darkmage