Forum Moderators: open
Chris
#your_link_div {
position: fixed;
left: 100px
top: 100px
}
It will be easiest to do if you have it on the left.
Nick
Here is the link to WC3's Visual Formatting section: [w3.org...]
DHTML can supply a solution, though here too, you need to be aware of cross-browser compatibility.
Nick
It's true that NN6 nominally supports position:fixed, but it does so with an annoying amount of re-drawing and flicker in many cases.
A DHTML solution can be worked out, but the various browsers will require detailed browser sniffing and several different scripts. Even when you've got it technically correct and cross-browser, you may not like what you see. I've played with this a lot, and I'm not pleased with anything so far.
Displaying information in a static screen position is a design concept (it could be very elegant!) whose time has not yet come. It's one thing for the W3C to write their recommendations - but it's a completely different thing to have dependable browser support.
I once worked on this quite a bit. As I recall, of all the watermark/logo scripts I tried, this one was my favorite. It has a few options, as well as a choice of window corner. It's relatively liteweight, and cross-browser.
[dynamicdrive.com...]