Re: Browser Compatibility issues

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