I am opening a hover div and I want it to be always in the middle of my screen
this is the css for that hover div:
.div_watchedit{position:absolute;visibility:visible;width:735px;height:381px;
margin: auto;z-index:10;background:#fff;}
but the div is positioned left and top 0px. how do i make it in the middle of the screen for every screen resolution???



Reply With Quote


Bookmarks