English 中文(简体)
• 为什么在我家住的老年家庭破裂时会出现新情况? 我如何能够避免这种情况?
原标题:Why do newlines in my CSS font-family break IE? How can I avoid this?

我的设计者希望的世纪之光是:而不是网络安全”,因此,我们决定Lucida是大韩民国的支持者,我写了一幅长串 fall的背信条:

body {
font-family: "Century Gothic",
             "URW Gothic L",
             "Apple Gothic",
             "Lucida Grande",
             "Lucida Sans Unicode",
             "Trebuchet MS",
             "Lucida Sans",
              sans-serif;
}

fine、FF、Safari将罚款。 当我检查IE(6、7和8)时,就没有ice。 该网站各处都有一只 Font门。 我向第8号国际电子格式开发工具开火,看到宣言中似乎偏离了线的细微特征。 我订正了我的安保部。

body {
font-family: "Century Gothic", "URW Gothic L", "Apple Gothic", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Lucida Sans", sans-serif;
}

以及这一工程。 问题已经解决,但如果我想要把我的安保部安排为可读性,那么我为什么应该能够这样做? 我的白色空间为何重要? 难道这是一个ut子/同位素问题吗? 我是否只得让很长的路要走?

问题回答

这是否是一种单独的风格,或是你在标签上创造的风格? 你们也许能够把它引出一.cs案,并可能停止这一问题。

海事组织请大家不要这样做。 这应该是例外,而不是你有如此之久的规则。

或许,您的主编正在保存带有特殊线性(伤病)的剪辑。 改变界线,使之不定(按线计算),看看看看看看看看看看你如何。





相关问题
Image rendered with wrong colors in IE8

I have a gradient image as a PNG (no transparency) in a web-page. By taking a screenshot of Chrome showing the page and cropping the image from the page, I see the exact same colors are drawn as the ...

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...

CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

Internet Explorer only part loading JavaScript/CSS

I m having trouble with my local development environment where IE (6 through to 8) is only part loading JavaScript/CSS files. It throws random errors at random places in jquery.min.js every time I ...

IE doesn t run Javascript when you click back button

I ve built a shop with tons of JS running. One of the pieces of the cart, is a zip code field which is required to calculate shipping cost. This works fine going through the cart. Now clicking ...

热门标签