Re: FN-FORUM: CSS positioning / hacks
date posted 9th August 2007 10:52
Hi Ali,
Have you tried using:
img#sticker {
position: absolute;
left: 550px;
top: nnpx; //where nn is the distance in pixels from the top of the page.
}
This may solve the problem
Steve
|