Dear CSSers:

This floating problem is driving me crazy.  The layout works fine in IE (so
of course there's a problem...), and for some odd reason the left content
box gets pushed below the floated right element in all the other browsers.
I know some of my code doesn't validate (it happens with content management
systems, I have no control over it), but I don't see anything that would
cause it to not let the left box float next to the box on the right
(although when I hide the #xmlfeed1, there's no problem, so I think that's
the problem).  Grrr...

Can anyone see something that I am not seeing?  It's at:
http://new.jocolibrary.org/default.aspx?id=2173

The code in question is:

.article, #xmlfeed1, #contentbox2 {
  clear:right;
  float:right;
  width:45%;
  margin-bottom:2%;
}

#contentbox1 {
  float:left;
  width:52%;
}

Thank you so much in advance!!


-- 
In peace,

Amy M. Drayer
Web Interface Designer
[EMAIL PROTECTED]
http://www.puzumaki.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to