English 中文(简体)
显示独立实体背景形象而不是FF
原标题:Text showing over CSS background image in IE, not FF
  • 时间:2011-03-31 12:50:22
  •  标签:
  • html
  • css

我试图把论文的主题放在言语中,这几乎是完美的。 对于航行菜单,我想使用图像而不是文字。 我的解决方案是,通过 c树立一个背景形象:

ul.menu .tab-2 a {background:url(images/myimage.jpg) no-repeat;background-color:transparent;width:81px;height:60px;margin:0px;padding:6px;border-style:none;}

该公司在各地都做了罚款,但IE公司除外。 你们只看一看图像,而不要看论文中写出的那 item:

<li class="tab tab-2"><a href="http://www.mysite.com/about" title="About Us">About Us<!--[if gte IE 7]><!--></a><!--<![endif]--> 
<!--[if lte IE 6]><table><tr><td><![endif]--> 

然而,在独立实体中,原始文字确实显示了背景形象。 我认为,这是我预计会发生的事情,因此,我非常惊讶地看到,我不像在所有其他浏览器中那样工作。

我想要看到的是,如果能够让背景图象上列,从而有效地将其排出。 我试图打黑客座,以删除案文,因为案文除一外,在所有菜单项目上都使用,这是因为我书写的是类别而不是页。

我真心全意地使用“The ”、“the”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”和“我”等,因为“I”和“I”会遇到更多的麻烦。 并且,我不在场,是一条途径:

我在数小时的时间里一直在挨饿,而且显然不会再清楚地思考这个问题。

最佳回答

添加:

display:block;
text-indent:-5000em;
overflow:hidden;

......

一些民间人士倾向于以其他方式替代形象,但这是海事组织最常见的方式。

问题回答

暂无回答




相关问题
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....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签