Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] mozilla & doctype Bug


  • From: massimo at amila.ch (Massimo Foti)
  • Subject: [Javascript] mozilla & doctype Bug
  • Date: Wed Aug 24 07:47:41 2005

> document.getElementById('myDiv').style.width = '100';

This should work:
document.getElementById('myDiv').style.width = '100px';

----------------------------  
Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com
----------------------------