I am having problem regarding fixing my php content page with some css. I have a page which is 980px with..I want to put an image with 70 in height and 141 in width. But i want this image to be right align...I currently have the following css but when the page is resize the image does not follow..
#apDiv1 {
position:absolute;
float:right;
left:967px;
top:56px;
width:196px;
height:69px;
z-index:101;
}
the above css is called in a div with the picture via class..
Any help is very appreciated..
Thnak you!