Thread: The HTML Thread

  1. #16
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    I went from HTML->JavaScript->C++, I have a pretty firm grasp on DHTML (CSS + JS + HTML) So if you need any help

    The onMouseOver which changes a tables background is browser dependant... (along with almost EVERYTHING to do with DHTML) I think its onMouseOver="getElementById(IdOfElementDefinedbyTh eIDattribute).style.backgroundColor = '#CCCCCC';" or something similar for IE...

    Awesome PERL, JavaScript and CSS tutorials at: http://www.webmonkey.com
    Last edited by Dual-Catfish; 05-16-2002 at 05:51 PM.

  2. #17
    You can also ask questions about all programming or web languages at Programming discussions/help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 02-26-2009, 11:48 PM
  2. Terminating secondary thread from another thread
    By wssoh85 in forum C++ Programming
    Replies: 13
    Last Post: 12-19-2008, 05:14 AM
  3. Thread Prog in C language (seg fault)
    By kumars in forum C Programming
    Replies: 22
    Last Post: 10-09-2008, 01:17 PM
  4. Calling a Thread with a Function Pointer.
    By ScrollMaster in forum Windows Programming
    Replies: 6
    Last Post: 06-10-2006, 08:56 AM
  5. Critical Sections, destroying
    By Hunter2 in forum Windows Programming
    Replies: 4
    Last Post: 09-02-2003, 10:36 PM