• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using CSS Class for Mouse Rollover text

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a CSS class which is used in the existing application to display a mouse rollover text for some hyperlinks. I want to use the similar class (or any other method) to dislay mouse roll over text when the user rolls over his mouse on the text corresponding to the checkboxes (instead of hyperlinks.

I have copied a relevant portion of the code. I am trying to dispaly some text when users moves his mouse over the text "Existing Users". The current css class modifies 'a" element, so the same will not work and I guess I need to modify.As this is regular element, I am not sure replace "a" with what in the CSS class.

if you have some other method to display mouseover text, please feel free to advise.

[ August 08, 2008: Message edited by: Neal Pressley ]
 
Neal Pressley
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Though I have resolved that problem after seeing CSS tutorial on Tizag.com, but I have now different problem. To see the problem, just copy paste the code in html and view it. When you move your mouse over various check boxes, you see the popup. This popup background need to be opaque. Though its opaque when it spreads over the submit button, but its transparent when it spreads over other check boxes. How to fix this problem so that it is always opaque.


[ August 08, 2008: Message edited by: Neal Pressley ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be sure to use UBB code tags when posting code to the forums. Unformatted code is extremely hard to read and many people that might be able to help you will just move along to posts that are easier to read. Please read this for more information.

You can go back and change your post to add code tags by clicking the .
 
reply
    Bookmark Topic Watch Topic
  • New Topic