- From: Chris Lilley <chris@w3.org>
- Date: Wed, 19 Aug 1998 15:01:24 +0200
- To: Sandeep Hundal <Sandeep.Hundal@digital.com>
- CC: "'www-style@w3.org'" <www-style@w3.org>
Sandeep Hundal wrote: > I'm trying to get something to work purely with CSS but it doesn't render in > mybrowser (NN4.5) on Win 95... > -------------------------------------- | > |link text,text,text,text,text,text | > |link text,text,text,text,text,text | > |link text,text,text,text,text,text | > | | > |link text,text,text,text,text,text | > |link text,text,text,text,text,text | > |link text,text,text,text,text,text | > |__________________________ | > > right now I have to use tables to have them side by side.... You have two real choices - use float, or use absolute positioning. I would try float first as it is likely to be more robust with different window sizes. -- Chris Lilley, W3C http://www.w3.org/ Graphics and Stylesheets Guy The World Wide Web Consortium http://www.w3.org/people/chris/ INRIA, Projet W3C chris@w3.org 2004 Rt des Lucioles / BP 93 +33 (0)492 387 987 06902 Sophia Antipolis Cedex, France
Received on Wednesday, 19 August 1998 08:59:53 UTC