Forum Moderators: open

Message Too Old, No Replies

show div next to image click

         

ajaysanhotra

7:06 am on Apr 9, 2012 (gmt 0)

10+ Year Member



want to show div next to the image i click with the help of javascript
if the image exteme right then div should open left side of image

rocknbil

4:00 pm on Apr 10, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do a search for show hide div. There are many ways. One is to set the CSS of the element to display:none, then on click call a function that sets the display of that element to block. Be sure to return false from the function so the link doesn't navigate.