Hi,
I have a problem in screen resolution and according to that resolution my sliding panel goes here and there.
here is the original position
see how its changing with resolution
Here is the CSS code
/* sliding panel */
#toppanel {
position:absolute;
top: 0;
width: 100%;
z-index: 999;
text-align: center;
margin-left: auto;
margin-right: auto;
}
any ideas?
Thanks in advanced





Reply With Quote


Bookmarks