- From: Lachlan Hunt <lachlan.hunt@iinet.net.au>
- Date: Tue, 20 Jul 2004 08:03:05 +1000
- To: Jason Davidson <jdavidson@zworg.com>
- Cc: www-style@w3.org
Jason Davidson wrote:
> Hi, im having a problem with a real simple task. :)
This list is *NOT* for how to... style questions, it is for technical
discussion about stylesheets only.
> div.clipCell {
> width: expression(this.parentNode.clientWidth-5);
That is not valid CSS. There is currently no expression function
available, and that appears to be some kind of mixed up example of both
CSS and JavaScript.
Try asking how to... questions, such as this, in the
comp.infosystems.www.authoring.stylesheets newsgroup, or some other
forum/mailing list.
--
Lachlan Hunt
http://www.lachy.id.au/
lachlan.hunt@lachy.id.au
Received on Monday, 19 July 2004 18:04:04 UTC