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)
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.