我正在开发一个新的响应式网站...看看 > www.living-heart.nl/txp的主页
一切都(几乎)按照这种 IR 技术工作 > www.zeldman.com
我有两个问题:
1) 我仍然可以在右侧看到一点点 H1(Firefox/Mac)……你也是吗?可以通过给 H1 更多的文本缩进来隐藏它...... 101% 就足够了。这样做可以吗?
2)如果我禁用图像......我怎样才能让我的文字(H1)回来?
谢谢你帮助我。
/* New Image Replacement > http://wp.me/p4WtR-2xq */
hgroup {
padding: 1em 0 0 0;
}
h1 {
font-family: lavanderia_sturdysturdy, cursive;
color: #fff;
font-size: 4em;
line-height: 100%;
background: url(../design/living-heart_logo-05.gif) no-repeat center 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
padding-bottom: 1.2em;
}
h2 {
text-align: center;
font-size: 2.8em;
color: #6d8677;
line-height: 1.2em; /* 120% van 16px */
margin-bottom: 0;
font-family: 'IM Fell English', Georgia, Times, "Times New Roman", serif;
}