Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. michaelmuller

    modify div class through js

    Actually, this seems to only work when the style is something like ... div.box_members ... and not ... div.box_members div.content Ah well. I guess what I'd really like to do is be able to pass a full style name (such as 'div.box_members div.content a:hover' for instance) and the...
  2. michaelmuller

    modify div class through js

    Beautiful. It works. However, hmmm... anyway to make the style attribute change temporary? I have it set onmouseover. When I mouse-out, it should revert back. I guess I can just remove the border, but it may not be what was originally there. Any ideas? Also, I'm thinking that I want to change...
  3. michaelmuller

    modify div class through js

    Hey all, I'm trying to add some functionality to a web-based stylesheet editor. I'd like the style that the editor is working on to highlight the page area it will effect. This is what I have, but it only works on style IDs and not style CLASSes. How can I effect styles by class? Thanks for...

Part and Inventory Search

Back
Top