I have a new column on the right, i want to stop it going over my main body of text which is on the left, when the screen is re-sized.
Like so:-
.ntitletext {
FONT-SIZE: 12px;
line-height: normal;
COLOR: #0066FF;
font-family: "Courier New", Courier, mono;
position: absolute;
left: 70%;
top: 70px;
width: 100;
font-weight: bold;
text-align: center;
}
Notice, the left 70% here is the most important part. I need to be able to set a minimum left, e.g. the minimum number of px the news column canbe from the left of the screen. But then at the same time have it on 70% (orsomething like) so it stays on the right hand side when the screen size is 1280X1024?
Is there another way of doing this.
JAKE
Thanks in advance.
Like so:-
.ntitletext {
FONT-SIZE: 12px;
line-height: normal;
COLOR: #0066FF;
font-family: "Courier New", Courier, mono;
position: absolute;
left: 70%;
top: 70px;
width: 100;
font-weight: bold;
text-align: center;
}
Notice, the left 70% here is the most important part. I need to be able to set a minimum left, e.g. the minimum number of px the news column canbe from the left of the screen. But then at the same time have it on 70% (orsomething like) so it stays on the right hand side when the screen size is 1280X1024?
Is there another way of doing this.
JAKE
Thanks in advance.
Comment