I think a better solution would be to take the second header div out of the
group, and then absolute position it on the page, so it sits on top of the
other stuff. You can do:

<div> <div id="headerleft"> </div> </div>

<div id="headerright"> </div>

Then:

#headerright { position:absolute; top:0; right:0; }

It will then naturally be on top of everything else, and not wrap like that.


--
- C Montoya
rdpdesign.com <http://rdpdesign.com> ...
liquid.rdpdesign.com<http://liquid.rdpdesign.com>...
montoya.rdpdesign.com <http://montoya.rdpdesign.com>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to