Új hozzászólás Aktív témák

  • hiperFizikus

    senior tag

    A jóval bonyolultabb CSS kódom a következő:

    <HTML>
    <HEAD><title>EA próba 01</title>
    </HEAD>
    <BODY>
    <br>
    <br><spAn id="a1"  " title="+ ..." onClick=' z00thval=this.id ; z00() ' onmouseover=' this.style.cursor="hand" ; this.style.textDecoration="underline" ' onmouseout=' this.style.cursor="" ; this.style.textDecoration="" '>alma</spAn>
    <br><spAn id="a2"  " title="+ ..." onClick=' z00thval=this.id ; z00() ' onmouseover=' this.style.cursor="hand" ; this.style.textDecoration="underline" ' onmouseout=' this.style.cursor="" ; this.style.textDecoration="" '>körte</spAn>
    <br><spAn id="a3"  " title="+ ..." onClick=' z00thval=this.id ; z00() ' onmouseover=' this.style.cursor="hand" ; this.style.textDecoration="underline" ' onmouseout=' this.style.cursor="" ; this.style.textDecoration="" '>szilva</spAn>
    <br><spAn id="a4"  " title="+ ..." onClick=' z00thval=this.id ; z00() ' onmouseover=' this.style.cursor="hand" ; this.style.textDecoration="underline" ' onmouseout=' this.style.cursor="" ; this.style.textDecoration="" '>dió</spAn>
    <br>
    </BODY>
    </HTML>

    Ez rendben megy, de ennek a következő rokon kódja viszont nem :

    <HTML>
    <HEAD><title>EA próba 02</title>
    <style>
    spAn.LDSevent     { onClick=' z00thval=this.id ; z00() ' onmouseover=' this.style.cursor="hand" ; this.style.textDecoration="underline" ' onmouseout=' this.style.cursor="" ; this.style.textDecoration="" ' }
    </style>
    </HEAD>
    <BODY>
    <br>
    <br><spAn id="a1"  " title="+ ..." class="LDSevent" >alma</spAn>
    <br><spAn id="a2"  " title="+ ..." class="LDSevent" >körte</spAn>
    <br><spAn id="a3"  " title="+ ..." class="LDSevent" >szilva</spAn>
    <br><spAn id="a4"  " title="+ ..." class="LDSevent" >dió</spAn>
    <br>
    </BODY>
    </HTML>
    Kérlek titeket, hogy ha tudjátok, akkor tegyétek helyre ezt a második kódomat, mert egy 130 oldalas fontos programhoz lesz rendelve.

Új hozzászólás Aktív témák