URL: https://www.overclockers.at/coding-stuff/leuchten_40872/page_1 - zur Vollversion wechseln!
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
Zitat von BobbyPIwie 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
oki mal suchn .....
ich find es einfach nicht .... und was soll ich da bitte schaun ?! ....
ich dachte an soetwas ....
javascriptnMouseover(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 ...
javascript dafür? wozu denn?
nimmst a css - ":hover" attribut und rennt scho.
schaust auf http://www.meyerweb.com/eric/css/
hast wer ne ahnung wie ich ein feld einer tabelle mit hover ausstatte ?
sowas ?! ... oder ganz anders ??
<td td:hover { bgcolor:#FFFFFF }>
plz lies ein css-guide
http://www.w3.org
<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 ...
Zitat von BobbyPIhab das ganze so gelöst ....
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">
Zitat<td class="farbig"> tabellenzelleninhalt </td>
Zitat<style type="text/css">
td.farbig { background-color:#112233; }
td.farbig:hover { background-color:#AABBCC; }
</style>
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025