i have a very simple html doc using the following style:
<style type="text/css">
..x-note {background-color:#afeeee; margin:1ex; padding:1ex;
float:right; line-height:130%; width:60ex; clear:both;}
p {line-height:130%; width:70ex;}
</style>
typically, the <p> is main text of novels, and in between is <div
class=x-note>...</div> that are annotations floating on the right side.
My problem is that in Microsoft IE under Windows XP the annotation does
not seems to float. That is, on its left side are huge gaps of
blankness.
Firefox browser is fine as well as other browsers in Mac. (but i'm
concerned with IE as it's got ~80% users)
what could cause the problem in IE?
here's page in question:
Thanks.
Xah
xah@xahlee.org
∑ http://xahlee.org/
<style type="text/css">
..x-note {background-color:#afeeee; margin:1ex; padding:1ex;
float:right; line-height:130%; width:60ex; clear:both;}
p {line-height:130%; width:70ex;}
</style>
typically, the <p> is main text of novels, and in between is <div
class=x-note>...</div> that are annotations floating on the right side.
My problem is that in Microsoft IE under Windows XP the annotation does
not seems to float. That is, on its left side are huge gaps of
blankness.
Firefox browser is fine as well as other browsers in Mac. (but i'm
concerned with IE as it's got ~80% users)
what could cause the problem in IE?
here's page in question:
Thanks.
Xah
xah@xahlee.org
∑ http://xahlee.org/
Comment