Click here to Skip to main content
16,011,436 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Changing class atttribute with JavaScript Pin
Paul Riley4-Oct-02 3:22
Paul Riley4-Oct-02 3:22 
GeneralRe: Changing class atttribute with JavaScript Pin
leppie4-Oct-02 3:52
leppie4-Oct-02 3:52 
GeneralRe: Changing class atttribute with JavaScript Pin
Paul Riley4-Oct-02 3:59
Paul Riley4-Oct-02 3:59 
GeneralRe: Changing class atttribute with JavaScript Pin
leppie4-Oct-02 14:33
leppie4-Oct-02 14:33 
GeneralRe: Changing class atttribute with JavaScript Pin
Paul Riley4-Oct-02 23:24
Paul Riley4-Oct-02 23:24 
GeneralRe: Changing class atttribute with JavaScript Pin
leppie5-Oct-02 2:07
leppie5-Oct-02 2:07 
GeneralRe: Changing class atttribute with JavaScript Pin
Paul Riley5-Oct-02 4:45
Paul Riley5-Oct-02 4:45 
GeneralRe: Changing class atttribute with JavaScript Pin
alex.barylski4-Oct-02 15:12
alex.barylski4-Oct-02 15:12 
<style>
  .myClass1 { font-size: 8px; color: white }
  .myClass2 { font-size: 10px; color: blue }
</style>

... HTML and BODY tags
<div class="myClass1" id="test" onMouseover="this.className='myClass1'" onMouseout="this.className='myClass2'">
  Some weird text
</div>


MSSD (debugger) sux!!! alert() is your best option...plus use syntax hilight so you can catch missing closing quotes and stuff of that nature...that'll save you hours...compared with notepad

Cheers Smile | :)


"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralRe: Changing class atttribute with JavaScript Pin
leppie4-Oct-02 15:32
leppie4-Oct-02 15:32 
GeneralRe: Changing class atttribute with JavaScript Pin
alex.barylski14-Oct-02 20:16
alex.barylski14-Oct-02 20:16 
GeneralInterDev won't start! Pin
code dope4-Oct-02 2:42
code dope4-Oct-02 2:42 
GeneralRe: InterDev won't start! Pin
Roger Wright5-Oct-02 5:23
professionalRoger Wright5-Oct-02 5:23 
GeneralRe: InterDev won't start! Pin
code dope6-Oct-02 1:47
code dope6-Oct-02 1:47 
GeneralRe: InterDev won't start! Pin
Roger Wright6-Oct-02 3:32
professionalRoger Wright6-Oct-02 3:32 
GeneralRe: InterDev won't start! Pin
leppie6-Oct-02 11:11
leppie6-Oct-02 11:11 
Generalfavicon - help pls :) Pin
Megan Forbes4-Oct-02 2:37
Megan Forbes4-Oct-02 2:37 
GeneralRe: favicon - help pls :) Pin
leppie4-Oct-02 14:42
leppie4-Oct-02 14:42 
GeneralRe: favicon - help pls :) Pin
Nick Parker4-Oct-02 18:22
protectorNick Parker4-Oct-02 18:22 
GeneralRe: favicon - help pls :) Pin
Shog94-Oct-02 19:00
sitebuilderShog94-Oct-02 19:00 
GeneralRe: favicon - help pls :) Pin
leppie5-Oct-02 2:18
leppie5-Oct-02 2:18 
GeneralRe: Thanks all Pin
Megan Forbes4-Oct-02 21:09
Megan Forbes4-Oct-02 21:09 
Questionhow to view SOAP/HTTP messages sent by .NET client Pin
Anonymous3-Oct-02 21:08
Anonymous3-Oct-02 21:08 
GeneralUserControl problems, take two Pin
afronaut3-Oct-02 11:45
afronaut3-Oct-02 11:45 
GeneralRe: UserControl problems, take two Pin
leppie3-Oct-02 12:04
leppie3-Oct-02 12:04 
GeneralPreserving a variable accross frames Pin
BarryW3-Oct-02 7:53
BarryW3-Oct-02 7:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.