FN-FORUM: css positioning question
date posted 20th August 2004 14:34
I'm using the following to attach an image to the top right of a page. At
1024x768 and higher I want it to be in the top right, but at 800x600 and
lower, I want it to stay where it was at the higher res. I hope this makes
some kind of sense?!? Is it possible? Any takers?
body{
background: White url(images/navigation/top_right_image.jpg) no-repeat
fixed right top;
}