- From: jonathan chetwynd <j.chetwynd@btinternet.com>
- Date: Sun, 1 Sep 2002 11:57:32 +0100
- To: <www-style@w3.org>
Received on Sunday, 1 September 2002 06:58:44 UTC
I'd like to change CSS class values using javascript, what works?
html
<a href=http://www.sugababes.com><img
src="http://www.peepo.com/copyright/bands/sugababes.jpg" class="myLong"
/></a>
css
.myLong {width:30%;}
js
myLong.style.width=10%
except this js doesn't work.
what would?
thanks
Jonathan
Received on Sunday, 1 September 2002 06:58:44 UTC