PDA

View Full Version : CSS text link jumping



shyspinner
01-02-2004, 05:18 PM
I am about to go out of my mind trying to fix this one! I believe the problem is only on my home page. When mousing over the text links on the right side, they jump all over the place, and then settle after mousing over once. I have to re-fresh the page to get the bug to show again. I thought is was my use of tables at first, then found that this is a known bug. I can post my css file here if it needs to be seen, but didnt want to hog space unless someone tells me to post it. I know this is not a huge problem, but man, is it irritating, especially when I can't seem to find a fix or hack to remedy the problem. The links do not jump anywhere else on my site, only here on the home page (figures! : )

If anyone can help, I would greatly appreciate it. In the research I've done on the net so far, I've found no fixes.

Thanks!
Lori
http://www.countrywillowgraphics.com

paulhiles
01-02-2004, 07:20 PM
Hi Lori,

I'm pretty sure your 'text link jumping' problem lies in the way that your links are set up within the #content id.
If you remove the following contextual formatting from your CSS, I think you'll find that the page no longer jumps.

#content a {
color: #513333;
font-size:x-small;
text-decoration:underline;
}
#content a:hover {
text-decoration:underline;
cursor: hand;
}

Let me know if you still have problems! :o)

Paul

shyspinner
01-02-2004, 10:02 PM
paulhiles


That worked ! woohoo ! Thanks so much : )
Looks SO much better now. Sometimes I can overlook annoying things, but this one just rode me and drove me nuts, so I really appreciate the time you took to answer. I had been playing around with the hover stuff, thinking it was the "underline" function.

Thanks very much !
Lori