Re: Simple! Just say True or False.

Sathish Kumar Rangarajan <sathish@lantana.tenet.res.in> schrieb:
> 		2.	I don't understand what this non-CSS
> 			*compliant* and non-CSS *supporting*
> 			funda is. Could you give me exmpls.

Well, if you look at Netscape Navigator Ver. 4.00 to 4.05 (?)  or  
Internet Explorer 3.x, you will find out that for example the statement:

  H1 { background: black; color: white; textalign: center; }

will produce (the lines -| give the border of the area that is black, !  
is the border of the browser window or the enclosing element):

!      ---------        !
!    --|This is|---     !
!    |the headline|     !
!    --------------     !

instead of:

!-----------------------!
!|      This is        |!
!|    the headline     |!
!-----------------------!

which is more ugly than if the browser would not support CSS at all:

!                       !
! This is               !
! the headline          !
!                       !

-- 
Claus André Färber <http://www.muc.de/~cfaerber/> Fax: +49_8061_3361
PGP: ID=1024/527CADCD FP=12 20 49 F3 E1 04 9E 9E  25 56 69 A5 C6 A0 C9 DC

Received on Thursday, 7 May 1998 09:41:13 UTC