.left { float: left;  }
.right { float: right; }

On 5/10/05, Daniel Elmore <[EMAIL PROTECTED]> wrote:
<style type="text/css">
.left { }
.right { float: right; }
</style>
</head>

<body>
<h1 class="left">I'm left</h1>
<h1 class="right">I'm right</h1>
</body>

The right side jumps down a line until I put "float:left" in the left style.
Why do I have to float left and right just to get these things on the same
line? Shouldn't I be able to just float right???

- Daniel

----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe:
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe:
   http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to