Christine Ce wrote:
> On 6/24/06, David Laakso <[EMAIL PROTECTED]> wrote:
>
> Do you mean I should not have the pop-up? I'm afraid I can't do that, my
> client is adamant she wants a pop-up.
>   
RE:

 <http://www.wuongean.com/beta/index.htm>

Given that you must have the pop-up, it might help to bring the 
font-size up a bit as it is very tiny. And in IE, the fonts get really 
crazy on zoom because of its font re-size bug.
IE needs percent set on the body when em's are used for font-sizing. So 
you might try this:
body {  
    /*font-size: 0.8em;*/
font-size: 100%;  
}
And then re-set the  font-size on this selector to increase its size:
#kanji a {  
    /*font-size: 0.8em;*/ 
font-size: 0.95em;
}

Others on the list may have a better way of resoling the font issue.
Regards,
~dL



-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

______________________________________________________________________
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