如何把logo图片用文字替换_百度知道
如何把logo图片用文字替换:举例说明: 上海seo 下面是css代码 #header h1 a { text-indent: -9999em; /*文字缩进,在屏幕里面看不到*/ display: block; /*...更多关于用图片背景代替文本时,为什么不推荐用 text-indent: -9999em?的问题>>
五条非常重要的CSS技巧 - 站长之家
2008年12月25日 - 一、图像替换文本 以下为引用的内容: #header h1 a{ display:block; text-indent:-9999em; background:(images/logo.png) no-repeat 0 0; heigh...