i have to divs side by side i.e
<table><tr>
<td><div id="div1"></div></td>
<td><div id="div2></div></td>
</tr></table>
where div1 has content in it and div2 is hidden now i have a link in div1 so that on clicking that link i want to show div2 with animate() slide from left to right on its position...
where div2 has position:fixed in css how can i do that