Hey
I know this will probably be really simple JS but i just cant figure it out..
I have this hidden div..
Does anyone know what the javascript would be to make it visible?HTML Code:<div style="display:none;" id="content">Content...</div>
I was thinking about making the height = 0px and width = 0px so it wouldnt mess up the page layout. But does anyone know how to make it visible/another way to do it..
(Like a better styled popup window)
And NO DHTML DD LINKS PLS.






Reply With Quote

