- From: Jason Davidson <jdavidson@zworg.com>
- Date: Mon, 19 Jul 2004 15:42:15 -0700
- To: www-style@w3.org
Ive decided to rephrase my mail, to create some discussion on this
topic.. i must be more precise to the point apparently anyways
Using mozilla, i can clip overflowing text in a element that has been
sized relatively, in IE however i cannot, i must absolutely size the
element. Is this appropriate behavor of IE, or Mozilla?
lachlan.hunt@lachy.id.au wrote:
>
>
> 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:42:24 UTC