Hi, I am trying to show/hide div on mouse over/out respectively. And I am able to do that too. But problem exist with the float. Whatever i am doing now is with the absolute div, so when ever design get opened in big screen, div get showed at wrong place. Plz suggest me, floating div on mouseover. Thanks
Put your absolute div inside a relative positioned div, your absolute div will now only appear in the borders of the relative div,
Everything is perfect, but it's visible on page load. I want it to be hidden on pageload. How to do that....??
set the default display of the box class to none #box{position:absolute;width:100px;height:80px;background-color:#f11800;display:none;}