Forum Moderators: not2easy

Message Too Old, No Replies

A floating panel sunk by Netscape

         

zonkd

3:47 pm on Jun 24, 2004 (gmt 0)

10+ Year Member



This panel floats right among text very pleasantly in IE and Opera. But Netscape doesn't want to know. (I used to like Netscape, too.)

Be grateful if the experts could say how I get round that problem, please.

the html
<div id="thought"><strong>Thought for the week</strong><br>
"Working Together. A
<img src="../images/ibsen.gif" alt="The dramatist, Henrik Ibsen" width="58" height="66" align="right">
community is like a ship; everyone ought to be prepared to take the helm." -
<a href="http://www.ibsen.net/index.db2?id=83" title="One of the great sites dedicated to Ibsen">
<em>Henrik Ibsen</em></a> </div>


the css
#thought {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
line-height: 125%;
color: #333333;
border-top-width: medium;
border-top-style: dashed;
border-top-color: #008500;
border-bottom-width: medium;
border-bottom-style: dashed;
border-bottom-color: #008500;
float: right;
width: 215px;
padding: 5px;
margin: 5px;
}

drbrain

4:06 pm on Jun 24, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Which Netscape?

Netscape 4.x, 6.x, or 7.x?

zonkd

7:47 am on Jun 25, 2004 (gmt 0)

10+ Year Member



Sorry, Dr Brain, so disturbed I forgot to say Netscape 7.1. Any help would be appreciated.