Re: Question: Netscape Navigator...
by Thomas James Allen <tjallen(at)pipeline.com>
|
Date: |
Tue, 28 Dec 1999 14:25:44 -0500 |
To: |
EMSLt27(at)aol.com |
Cc: |
hwg-basics(at)hwg.org |
|
todo: View
Thread,
Original
|
|
At 12:07 PM 12/28/99 EST, you wrote:
>Don't know if I would be better off asking this of the advanced group, but
>does anyone know why Netscape Navigator/Communicator (4.08) doesn't recognize
>any of the text-wrap attributes as they are set up in CSS? Specifically, I
>can't seem to get "float:..." to work with NN. Works fine under Internet
>Explorer, but I am trying to make my website more "browser-friendly", and it
>crashes under NN when it gets to a page that has images with text wrapping
>around, either right or left. Any help/suggestions would be appreciated.
>Don Street
>(emslt27(at)aol.com)
--------------------------------
Don,
Try this.
Using a stylesheet and float with "class" works in NN4.5,
Using a stylesheet and float with an "id" does not. Both work in IE.
Let me be clearer: This works in NN-
<STYLE type="text/css">
IMG.testa {float: left}
</STYLE>
<img src="myimage1.gif" class="testa"> Text text text text
And this does not work in NN-
<STYLE type="text/css">
IMG#testb {float: left}
</STYLE>
<img src="myimage2.gif" id="testb">Text text text text
Hope this helps,
jimmy
(By the way, NN4.08 is buggy, you should upgrade to 4.6 or better)
-----------
---
Jimmy Allen (Thomas James Allen)
Business - Get Your Website Here
http://www.getyourwebsitehere.com
Personal - Eclecticity
http://www.getyourwebsitehere.com/personal
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA