A
alexjaquet
Hi,
I've in my web pages an affectation to this property but it's doesn't
work (same for all the others properties I'm trying to update):
here is the complete function I call on mouseover :
<script language="javascript">
function highLigth (x) {
x.style.borderWidth = '5px';
x.style.borderStyle = 'dotted';
x.style.backgroundColor ='red';
x.style.borderTop = '5px solid #BCC3F8';
x.style.borderBottom = '5px solid #BCC3F8';
}
function highLigthOut (x) {
x.style.backgroundColor = 'white';
}
</script>
and the result on my webpage :
http://avant-garde.no-ip.biz/cgi-bin/recordz.cgi?lang=FR (slow dev
server)
I've in my web pages an affectation to this property but it's doesn't
work (same for all the others properties I'm trying to update):
here is the complete function I call on mouseover :
<script language="javascript">
function highLigth (x) {
x.style.borderWidth = '5px';
x.style.borderStyle = 'dotted';
x.style.backgroundColor ='red';
x.style.borderTop = '5px solid #BCC3F8';
x.style.borderBottom = '5px solid #BCC3F8';
}
function highLigthOut (x) {
x.style.backgroundColor = 'white';
}
</script>
and the result on my webpage :
http://avant-garde.no-ip.biz/cgi-bin/recordz.cgi?lang=FR (slow dev
server)