User Name Password Register
DaniWeb IT Discussion Community
All
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
Reply
Join Date: Oct 2007
Posts: 9
Reputation: Jogge is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Jogge Jogge is offline Offline
Newbie Poster

Help Please

  #1  
Mar 12th, 2008
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
Attached Images
File Type: gif winup.gif (8.8 KB, 4 views)
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jan 2008
Location: Bangalore, India
Posts: 327
Reputation: DangerDev is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 31
DangerDev's Avatar
DangerDev DangerDev is offline Offline
Posting Whiz

Re: Help Please

  #2  
Mar 12th, 2008
hi
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:
  1. <html>
  2. <head>
  3. <style>
  4. .opec{
  5. background-color:blue;
  6. filter:alpha(opacity=50);
  7. -moz-opacity:0.5;
  8. opacity:0.5;
  9. -khtml-opacity:0.5;
  10. position:absolute;
  11. color:red;
  12. height:50;
  13. width:50;
  14. left:2;
  15. top:5;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. hi this is in body
  21. <div class="opec">
  22. hi
  23. </div>
  24. </body>
  25. </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
Reply With Quote  
Join Date: Oct 2007
Posts: 9
Reputation: Jogge is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Jogge Jogge is offline Offline
Newbie Poster

Re: Help Please

  #3  
Mar 12th, 2008
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
Last edited by Jogge : Mar 12th, 2008 at 9:21 am.
Reply With Quote  
Join Date: Jan 2008
Location: Bangalore, India
Posts: 327
Reputation: DangerDev is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 31
DangerDev's Avatar
DangerDev DangerDev is offline Offline
Posting Whiz

Re: Help Please

  #4  
Mar 12th, 2008
you can embade html/javascript code in jsp. try to fine how in google.
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
Reply With Quote  
Join Date: Oct 2007
Posts: 9
Reputation: Jogge is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Jogge Jogge is offline Offline
Newbie Poster

Re: Help Please

  #5  
Mar 12th, 2008
thanks for the link, but i am lost here now

thanks
Reply With Quote  
Join Date: Oct 2007
Posts: 9
Reputation: Jogge is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Jogge Jogge is offline Offline
Newbie Poster

Re: Help Please

  #6  
Mar 13th, 2008
Isn´t here anyone that understand what i meen and can give me a hand on this one.

thanks
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb JavaScript / DHTML / AJAX Marketplace
Thread Tools Display Modes

Other Threads in the JavaScript / DHTML / AJAX Forum

All times are GMT -4. The time now is 10:08 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC