> Humbling List,
> 
> Please see http://www.andrew.cmu.edu/user/bleber/css/test.html
> 
> I'm looking to center two horizontal boxes (simple enough 
> task). It looks fine in Mozilla, while IE 7 staggers the two 
> boxes so one is lower than the other. I'm using standalone 
> IE6, but that seems to have fallen back to the IE7 beta 
> renderer. Maybe someone with non-IE7 setup can advise how to 
> get those two boxes to be in a straight horizontal line.
> 
> Thanks,
> 
> Brett

Brett,

Try this:

#container ul li {
        display: inline;
        float: left;
}

That should work in all IEs, I believe.

--Bill






|================================|
| Bill Brown                     |
| Webmaster, MacNimble.com       |
| http://www.macnimble.com       |
| mailto:[EMAIL PROTECTED]      |
| Phone: 215-237-2037            |
|================================|



___________________________________________________________
$0 Web Hosting with up to 200MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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