Tom Livingston wrote:
>> Hi listers,
>>
>> http://66.155.251.18/mlinc.com/06/clients/
>>
>> Anyone see why IE7 is adding extra space to the right, causing horizontal
>> scroll when _above_ my min-width?
>

IE 7 seems to have problems with the right floating ul and li with 
negative text-indent.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

   <title></title>
</head>

<body>
   <ul style="float: right">
     <li style="text-indent: -1px">right</li>
   </ul>
</body>
</html>


This gives a huge scrollbar.

Disappointing.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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