954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

VB transparent box over thread

I see when i put my cursor over your subject/title of your threads in many forums at daniweb (but not all), a transparent cream/yellow box comes up with the first few sentences (or is it the first few paragraphs?) of the thread/post.

I have vb 3.0.3 installed for my group, but this action isn't happening.

How did you get that to happen... is it some php coding, or is it done/activated from the cpanel, a hack or what? and how do i do it for my site if i have no computer or programming or php knowledge or skills?

Thanks. jos

PS. also i see that some pages here at Daniweb have a box at the bottom titled similar threads... how does one get that? It's a cool and very user friendly feature which enhances the viewers knowlege and ease of navigation. whoever thought of that was right on!! :cool:

jos
Newbie Poster
2 posts since Nov 2004
Reputation Points: 10
Solved Threads: 0
 

The yellow box you're talking about is simply alt text. It's a default feature of HTML. For example, you can use the following HTML tag to insert an image, where if you hover over the image, "alternate" text will appear.

<img src="file.gif" alt="Hover Text" />

I simply used alt within the td tag of my table. For example:

<table><tr><td alt="Hover Text">Table Row</td></tr></table>

will show the hover text whenever you hover over the given HTML table row.

As for the similar threads feature, it's actually a default feature of vBulletin, the forum system which powers DaniWeb. ( www.vbulletin.com for more information)

cscgal
The Queen of DaniWeb
Administrator
19,428 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You