"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

leuchten .....

BobbyPI 12.07.2002 - 12:12 751 9
Posts

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
wie kann man das machen .... das bei nem mouseover ... das feld ner tabelle ne andere farbe bekommt ?!

ps : wusste nicht so ganz ob das coding und css etc ist ... drum post ich mal hier ....

thnx schonmal ....

mfg

BobbyPI

Red

OC Addicted
Avatar
Registered: Jan 2002
Location: vienna
Posts: 2170
Zitat von BobbyPI
wie kann man das machen .... das bei nem mouseover ... das feld ner tabelle ne andere farbe bekommt ?!

ps : wusste nicht so ganz ob das coding und css etc ist ... drum post ich mal hier ....

thnx schonmal ....

mfg

BobbyPI


steht so viel ich weis auf selfhtml

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
oki mal suchn .....

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
ich find es einfach nicht .... und was soll ich da bitte schaun ?! ....

ich dachte an soetwas ....

javascript:onMouseover(bgcolor="#FFFFFF")

mfg

BobbyPI

sorry kenn mich mit java skript nicht so aus .... das man es so nicht schreiebn kann weiss ich auch ... hoffe ihr habt da ne idee ... ;)
Bearbeitet von BobbyPI am 12.07.2002, 13:00

Guest

Deleted User
Registered: n/a
Location:
Posts: n/a
javascript dafür? wozu denn?
nimmst a css - ":hover" attribut und rennt scho.

schaust auf http://www.meyerweb.com/eric/css/

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
hast wer ne ahnung wie ich ein feld einer tabelle mit hover ausstatte ?

sowas ?! ... oder ganz anders ??

<td td:hover { bgcolor:#FFFFFF }>

Guest

Deleted User
Registered: n/a
Location:
Posts: n/a
plz lies ein css-guide ;)
http://www.w3.org :eek:

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
<td onMouseover="this.style.backgroundColor='#E1E1E1'" onMouseout="this.style.backgroundColor='#FFFFFF'"><ilayer width="100%"><layer width="100%" onMouseover="this.bgColor='#E1E1E1'" onMouseout="this.bgColor='#FFFFFF">

hab das ganze so gelöst .... trotzdem thnx ... ;)

noledge

CWNE #540
Avatar
Registered: Apr 2001
Location: ::1
Posts: 6837
Zitat von BobbyPI
hab das ganze so gelöst ....

:eek: :(

bitte machs mit css - wirst sehn, wenn mans einmal gesehn hat wie es geht, isses weit einfacher.

Binärmensch

Banned
Avatar
Registered: Dec 2001
Location: österreich / ni..
Posts: 724
Zitat von BobbyPI
<td onMouseover="this.style.backgroundColor='#E1E1E1'" onMouseout="this.style.backgroundColor='#FFFFFF'"><ilayer width="100%"><layer width="100%" onMouseover="this.bgColor='#E1E1E1'" onMouseout="this.bgColor='#FFFFFF">


ahhh hilfe was isn das fürn monstercode..

machs so:
Zitat
<td class="farbig"> tabellenzelleninhalt </td>

und das kommt in den head-teil
Zitat
<style type="text/css">

td.farbig { background-color:#112233; }
td.farbig:hover { background-color:#AABBCC; }

</style>

mit diesem code is der hintergrund normal in #112233, wenn du mit der maus drüberfährst in #AABBCC. wenn die mit der maus wieder rausfährst natürlcih wieder in #112233.


ps: css rult. setz dich damit n bisl auseinander, und du wirst sehn das vieeles einfacher wird :)
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz