|
Hi Folks,
I have an issue with the CSS layer. When I increase my screen resolution, my layer moves towards left. I want it to be positioned right irrespective of the resolution. Below is the code:
#home1 {
margin: 0 auto;
text-align:right;
float:right;
position:absolute;
width:189px;
height:95px;
display:block;
left: 680px;
top: 25px;
border-bottom: 2px solid red;
border-top: 2px solid red;
border-right: 2px solid red;
border-left: 2px solid red;
}
Please help me out!
Thanks much,
-Lakshana
|