Recent content by aranaxon

  1. A

    "Live" style switching in HTML/JS

    The concept is very similar to bodyswitchers, but rather than applying a global style sheet, I want to change the style applied to a specific cells with a table - for example, i might want to change the style on cells A, D, and F so that its a bright neon pink, using the style class...
  2. A

    "Live" style switching in HTML/JS

    I'll look into it; my concern is I'm learning it all from scratch and just using wordpad to write it (I'm working in an engineering dpt, w/ no real software-people here) so new things take a while for me to get my head around. edit: as a note I was planning on using classes, so that all...
  3. A

    "Live" style switching in HTML/JS

    Is there something wrong with the existing logic that I'm using?
  4. A

    "Live" style switching in HTML/JS

    bump, help is greatly appreciated!
  5. A

    "Live" style switching in HTML/JS

    Hi, I was looking to verify that the logic for a script i'm about to write is correct and would likely work before I embark on writing it. I have a table with many cells, whose styles i'd like to change, depending on a menu clicked (to help with visualization). So for example, if the enduser...
  6. A

    Mouseover behavior in CSS/JS?

    I ended up defining everything, so that the browser wouldn't make any mistakes, e.g.
  7. A

    Mouseover behavior in CSS/JS?

    Thanks Statik, I fixed the problem(s) that were present. I may have made some syntax errors or something, but I got help and fixed it :) onto my positioning problem now! yay :D
  8. A

    Mouseover behavior in CSS/JS?

    still having some problems, here is the xample code I am using:
  9. A

    Mouseover behavior in CSS/JS?

    with regard to this:
  10. A

    Mouseover behavior in CSS/JS?

    I'll try it, if this works you are my fav poster du jour.
  11. A

    Mouseover behavior in CSS/JS?

    based from my thread at Hardforum I have a pair of DHTML menus right now, and when I mouseover the individual links in the menu, I want a different image (per link!) to load in a seperate DIV upon mouseover. (I'm having positioning issues also, but that is a seperate problem) I know how...