Sent by Merlin Emrys on 20 February 2002 11:11
> div.content { width: 300px; } /* for browsers with no escapes at all */
> div.content { \width: 400px; } /* for IE5/Win */
> div.content { w\idth: 300px; } /* for good browsers */
>
>>Someone else was talking on the list recently about a
>>simplified bmh.
I am wondering, since I almost always use --
<style type="text/css" media="all">
@import "styles/mystyle.css";
</style>
is the first part of this bmh necessary? Also, what browsers will read the
first part (no escapes at all)?
Thanks... merlin