472,145 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Mispositioned Text

See my home page (per my signature below).

With a Mozilla-based browser, the text beginning "Your call is important
to us." appears to the left of the sidebar box titled "Statistics".
This is what I intended.

With an IE-based browser, the text appears below the sidebar box.

Is this a bug in IE, or is there something wrong with how I created the
page?

--

David E. Ross
<http://www.rossde.com/>
Apr 25 '06 #1
3 1310
David E. Ross wrote:

With a Mozilla-based browser, the text beginning "Your call is important
to us." appears to the left of the sidebar box titled "Statistics".
This is what I intended.

With an IE-based browser, the text appears below the sidebar box.

Is this a bug in IE, or is there something wrong with how I created the
page?

Remove the "width: 90%" in .quote.
IE did not flow the text around the floated element. Rather it decided
that the specified width took precedence and moved the block to where
there was enough width to display it.
Use "margin-left: 5%" to set the indent for that <p>.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Apr 25 '06 #2
To further the education of mankind, "David E. Ross" <no****@nowhere.not>
vouchsafed:
See my home page (per my signature below).

With a Mozilla-based browser, the text beginning "Your call is important
to us." appears to the left of the sidebar box titled "Statistics".
This is what I intended.

With an IE-based browser, the text appears below the sidebar box.

Is this a bug in IE, or is there something wrong with how I created the
page?


It's because of class=quote in the <p> following the float. Apparently IE
interprets the class width one way and Mozilla another. Dunno who's right,
but historically IE is the culprit.

However, as I think about it now, IE seems to take a percentage of the
whole page and Mozilla a percentage of the remaining space. I just might
go with IE on this one...

--
Neredbojias
Infinity has its limits.
Apr 25 '06 #3
Mon, 24 Apr 2006 21:31:23 -0700 from David E. Ross
<no****@nowhere.not>:
With a Mozilla-based browser, the text beginning "Your call is important
to us." appears to the left of the sidebar box titled "Statistics".


Presumably the full-disclosure text, "but not important enough that
we hire people to actually answer it" is styled with display:none.
:-)

Sorry -- I don't know your operation so I shouldn't make assumptions.
But every darn time I hear "your call is important to us", it means
I'm in for a long wait.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Apr 25 '06 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Xerxes | last post: by
2 posts views Thread by Macsicarr | last post: by
4 posts views Thread by Arif Çimen | last post: by
3 posts views Thread by jweinberg1975 | last post: by
3 posts views Thread by bbepristis | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.