David Laakso wrote:
> Schalk wrote:
>
>> Greetings All
>>
>> Please have a look at the following site in IE: www.volume4.com/scq/
>>
>> You will see that the last line 'dealer portal' wraps to two lines. 
>> Why is this? I have tried a variety of things but nothing works. The 
>> CSS files used are:
>> default: www.volume4.com/scq/css/default.css
>> forms: www.volume4.com/scq/css/forms.css
>> landing: www.volume4.com/scq/css/landing.css
>>
>> IE specific
>> default: www.volume4.com/scq/css/ie.css
>>
>> In Firefox I do not experience this problem. Thanks!
>>
>>  
>>
> Either you have fixed this, or I am out to lunch. The problem you are 
> experiencing with fonts in ie is the extreme font-size bug:
> This corrects it:
> html, body {
>    margin:0;
>    border:0;
>    padding:0;      /*font:.9em/120% Verdana,Arial,Helvetica,sans-serif;*/
> font:.90%/1.2 Verdana,Arial,Helvetica,sans-serif;
> }
> Percent(not em) on body corrects the ie bug. Some say one should use a 
> raw number for line-height.
> Regards,
> ~dL
>
Applied it but, still experiencing the same problem in IE.

-- 
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers


______________________________________________________________________
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