Ian Young wrote:
> Ian Young wrote:
>   
>> However, the images disappear in the sidebar about half way down the
>> page in IE6
>> http://www.venachar.org.uk/members-new/template.php
>>
>>     
The fix Georg offered is working like a charm. However, at font-size 
largest, the fonts go goofy in IE (ie font re-size bug) causing the 
float to drop. Adding and changing this /may/ help that:
html { font-size: 100%; } <<<add 100% percent
body {
font:  normal 1em/normal  verdana, arial, helvetica, sans-serif;<<<add 
1em (first 'normal' is font-weight, second 'normal' is line-height)
/*font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;*/
color: #333333;
background:#8494f7;
}
Best,
~dL
-- 

http://chelseacreekstudio.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