skip to main
|
skip to sidebar
Java, J2EE, Struts, Html, Spring, Hibernate ...
10/16/2009
How i can change the colors of rows in one table ... (css)
First write in file .css the following code:
.buttonRollover {
background-color: #CCFFFF;
border: 1px #000000 solid;
}
Affter this you can reference your table in Html file like that:
Example
line 1
line 2
"<table><tbody><tr class="buttonRollover " onmouseover="style.backgroundColor='#CCCCCC';" onmouseout="style.backgroundColor='#CCCCFF'" style="background-color: rgb(204, 204, 255); "><th>Example</th></tr><tr class="buttonRollover " onmouseover="style.backgroundColor='#CCCCCC';" onmouseout="style.backgroundColor='#CCCCFF'" style="background-color: rgb(204, 204, 255); "><td>line 1</td></tr><tr class="buttonRollover " onmouseover="style.backgroundColor='#CCCCCC';" onmouseout="style.backgroundColor='#CCCCFF'" style="background-color: rgb(204, 204, 255); "><td>line 2</td></tr></tbody></table>"
Transfer your domain for just $8.95 and get a year free!
Sem comentários:
Enviar um comentário
Mensagem mais recente
Página inicial
Subscrever:
Enviar feedback (Atom)
Search in this blogue:
Titles
Java - How i can ... Iterator List Example
(1)
java How i can ... Iterator List (another example now with loop "for")
(1)
Java How i can parse String to Integer
(1)
java-j2ee
Archive
►
2011
(4)
►
maio
(4)
►
2010
(4)
►
setembro
(1)
►
agosto
(2)
►
julho
(1)
▼
2009
(6)
►
dezembro
(4)
▼
outubro
(2)
PPH(NuSoap): SOAP Error: HTTP Error: socket read o...
How i can change the colors of rows in one table ....
Sem comentários:
Enviar um comentário