Why does the first span's display set to none? Are there any set widths applied to the spans? If you set both of the spans to 'display: inline;', they will appear in line with each other.
On Mon, May 18, 2009 at 1:18 PM, Me <[email protected]> wrote: > > Howdy, I have a div with 2 spans inside. For some reason the second > span is dropping below where it should be. > > <div id="pageheader" > > <span id='autosave' style="float: left; display: none; clear: > right;"> </span> > <span id="status" style="float: right;clear:left;"><%= label_tag > 'Status:' %> <%= @mop.state.humanize %></span> > </div> > > If I float: left it is fine but when it goes to the right it drops. > > any ideas? > > > > -- Thanks, Andy Baughman --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] -~----------~----~----~----~------~----~------~--~---
