Hi, On Sat, 26 Jul 2003 16:20:22 +0100, Mel Evans wrote:
> Whilst not a major problem, I'm finding that if I pass the mouse over > a link on the framed pages, there is a sort of ghost image of the > link appears offset and in the opposite visited link colour, e.g. the > link is blue, and the "ghost image" is offset and in red. > Thoughts anyone? Current stylesheet implementation seems to have a bug in "a:hover" support (i.e., links that change their look when mouse cursor is placed over them). It looks like the link in new color is put on the screen at wrong coordinates: coordinates of the current frame are not taken into account. Regards, Michal
