I’m using the following CSS to position a link:
position:fixed;
top:381;
right:265;
It works, and the link is correctly placed when I view the HTML files using a file:/// url, but when I put it up on a server and view it from there, the link appears in the top left corner of the screen instead. I’ve confirmed that the HTML page is loading the CSS file correctly, because it’s loading the other style information just fine.
Any ideas?
You forgot the
px