View Single Post
Old 11-03-2004, 10:06 AM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
honestly i tried and was going to suggest that, but it didn't work.

i tried something like this ( this doesn't work totally )
HTML Code:
<html>
<body>
<script language=javascript>
document.getElementById('test').style.font-size=20px;
</script>
<div id='test'>
testing 1 2 3 
</div>
</body>
</html>
now if you try some other attributes besides font-size, it works, .. i.e. document.getElementById('test').style.visibility=' hidden';

go figure, .. i don't know. let us know if you figure it out.
__________________
Mike
sde is offline   Reply With Quote