Please bear with me ... I am a newbie to DIVs.
Why does the following work in IE6, but not in NS7?
[color=blue]
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
><HTML>
>
><HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
> <TITLE>DIV float Example</TITLE>
> <style type="text/css">
> <!--
> div.floater {float: left}
> -->
> </style>
>
></HEAD>
>
><BODY>
><DIV CLASS="floater" >this is a test </DIV>
><DIV CLASS="floater" >the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy
>dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown
>fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the
>lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick
>brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog</DIV>
></BODY>
>
></HTML>[/color]
I am just starting to play with DIVs.
--
Dennis
Why does the following work in IE6, but not in NS7?
[color=blue]
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
><HTML>
>
><HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
> <TITLE>DIV float Example</TITLE>
> <style type="text/css">
> <!--
> div.floater {float: left}
> -->
> </style>
>
></HEAD>
>
><BODY>
><DIV CLASS="floater" >this is a test </DIV>
><DIV CLASS="floater" >the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy
>dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown
>fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the
>lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog the quick
>brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog</DIV>
></BODY>
>
></HTML>[/color]
I am just starting to play with DIVs.
--
Dennis
Comment