Originally posted by Tippy
lol, if its annoying just dont hover your mouse over the thread description, scroll/hover over the thread starter name... annoyance solved...
In dnForum's vbhack, it appears *instantly* as your mouse moves over any link on the listing page.
Think about it this way. You're looking at the list of new threads, and you go to click on the 6th link down. If you're a normal person, you don't come in from the LEFT, and hover over JUST the 6th link before clicking, you come in from the TOP of the screen and possibly pass 5-6 other links on your way down. You get 6 flashing boxes before you get to the link you would have clicked, preview or not. Maybe you change your mind and decide to go up two links... more flashing. If you don't like the feature, you're kind of out of luck.
If it popped up after a timeout of .25/.5 seconds, I'd agree with you that you could "just not hover". As it stands, it pops up instantly, so that any link you go to click on, you get a blinkly little pop-up. It's a basic user interface thing. There is a javascript function called "setTimeout" that could adjust the "instant" nature of the feature very easy. You just put the feature inside of it and tell it how many milliseconds to wait before excuting it. Like this:
setTimeout('menuPop()',600)
Making sure you escape all your quotes, etc...
As an update... I mentioned earlier that I preferred the way its implemented in vb3.0, and I've realized why. It's not implemented at all. They haven't created the feature, they're just using the same built-in capability of IE. If you use a "TITLE" attribute in the HREF tag, hovering over that link will cause that title to appear in a box... after about 1/2 of a second.
Food for thought anyway.
~ Nexus