English 中文(简体)
插入 h2 中 span - 无法应用内嵌样式
原标题:Span inside h2 - can t apply inline styles
  • 时间:2012-05-25 12:03:24
  •  标签:
  • html
  • css

我的页面上有这个标题:

<h2 style= color:#33bbff; >Los Angeles, <span style= font-size:10px;color:black; >Unites States</span></h2>

正如你们所看到的,我希望这个国家的颜色和大小与城市不同。现在,我做了类似的事情,大概有一百次,但是,由于某种原因,这里没有应用过宽幅样式——这个国家看起来和城市一样。我做错什么了?

我尝试了像 h2 横幅 {...} 那样写字样式, 而不是在内部做这些样式, 没有帮助 。

最佳回答

你的代码似乎很好(见这里)。

也许您已经缓存了旧版本。 在您的测试浏览器中, 点击 CTRL+F5 强制重新装入所有文件 。

否则, 请尝试检查您是否使用了 < code>! important; 来强制使用样式, 忽略其他样式 。

问题回答

使用“强势”开发者工具栏 FireBug ,并追踪所应用的型号,也许还有其他东西压倒了样式。 ( http://jsfiddle.net/unVNN/ )

没有错误, 只要在您的浏览器 CTRL+F5 中删除现金即可 。





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

热门标签