so good

2009-03-09 



godzeye 



发件人: gabe 
发送时间: 2009-03-09  22:41:44 
收件人: Design the Web with CSS 
抄送: 
主题: [Design with CSS 2089] Re: Link formatting 
 
Try adding and html hack like:
*html a.menuitems:link {
height:  1px;
}
Do this within you CSS page.  If you are running external style sheets
you can create a conditional call out in the header (before the </
head> tag):
<!--[if IE]>
<style>
<link href="link to you style sheet" rel="stylesheet" type="text/css" /
>
</style>

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to