•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 374,634 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,456 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 470 | Replies: 5
![]() |
•
•
Join Date: Oct 2007
Posts: 9
Reputation:
Rep Power: 0
Solved Threads: 0
I have a asp forum and now i whant to make some tooltip on this one.
I whant to show was in the forum when i hit a link.
Se the images and then you understand what i meen
One more thing is if here are someone that can give me some information
how i put in it in the code. I am a dummie on this.
big thanks
Jogge
I whant to show was in the forum when i hit a link.
Se the images and then you understand what i meen
One more thing is if here are someone that can give me some information
how i put in it in the code. I am a dummie on this.
big thanks
Jogge
•
•
Join Date: Jan 2008
Location: Bangalore, India
Posts: 327
Reputation:
Rep Power: 0
Solved Threads: 31
hi
use div element, and define following style:
these property is to set opacity.
see ex:
similaly other thing also you can design.
remeber left and top is to set the x,y postion of div in screen.
use div element, and define following style:
filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; -khtml-opacity:0.5;
these property is to set opacity.
see ex:
html Syntax (Toggle Plain Text)
<html> <head> <style> .opec{ background-color:blue; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; -khtml-opacity:0.5; position:absolute; color:red; height:50; width:50; left:2; top:5; } </style> </head> <body> hi this is in body <div class="opec"> hi </div> </body> </html>
similaly other thing also you can design.
remeber left and top is to set the x,y postion of div in screen.
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
~Mitch Ratcliffe
~Mitch Ratcliffe
•
•
Join Date: Oct 2007
Posts: 9
Reputation:
Rep Power: 0
Solved Threads: 0
thanks for the tip DangerDev,
but i have a asp forum and there is no html and so on
and i whant that if the forum is like this
text here...... and when i hit this there shall be the text in that post
text here......other text here, and so on
So i meen the forum post shall have a popup and tell what is on in that post,
so it make different for eash post.
It´s the same as the have here on this forum. Hit different links and you have diff. texr
Hope someone understand this
big thanks
jogge
but i have a asp forum and there is no html and so on
and i whant that if the forum is like this
text here...... and when i hit this there shall be the text in that post
text here......other text here, and so on
So i meen the forum post shall have a popup and tell what is on in that post,
so it make different for eash post.
It´s the same as the have here on this forum. Hit different links and you have diff. texr
Hope someone understand this
big thanks
jogge
Last edited by Jogge : Mar 12th, 2008 at 9:21 am.
•
•
Join Date: Jan 2008
Location: Bangalore, India
Posts: 327
Reputation:
Rep Power: 0
Solved Threads: 31
you can embade html/javascript code in jsp. try to fine how in google.
using div element you can create magic.
see this
using div element you can create magic.
see this
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
~Mitch Ratcliffe
~Mitch Ratcliffe
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: textarea with formatting
- Next Thread: Substitute for clip Property


Linear Mode