English 中文(简体)
失踪 DIV 或 DIV 边框
原标题:Disappearing DIV or DIV border
  • 时间:2012-05-24 04:20:36
  •  标签:
  • html
  • css

我在进行轨道模拟工作时,我有行星在轨道上运行。当您在(单击 + 符号)中一直放大(单击 + 符号)并选择海王星(右侧最后一个行星—可能必须卷动顶层行星条)时,其轨道(破折线)就会消失。如果放大1号,则其轨道会可见,有时会出现。再次或更远地放大,而且总是可见。有办法防止其消失吗?

您可以看到一个工作示例

如果重要的话, 我在最新的铬中为 MAC 。 我下载并在最新的Firefox 上为 MAC 试用了这个, 问题不在其中。 我在最新的Safari 也尝试了它, 但没有尝试过, 所以这一定是个Chrome特定的问题, 而不是 Webkit 问题 。

这可能是铬中的臭虫。 我提交了一份< a href=>" https://code.google.com/p/chromium/issues/detail?id=129534" rel="nofollow">report

最佳回答

如果给 div 提供一个背景颜色, 你会看到它就是消失的边界。

作为一种变通办法,如果将边界宽度改变为 3px(至少在我的 Chrome 19 (Linux) 上), 边框将保持可见度。 也许你可以设定最大缩放水平的宽度更厚 。

问题回答

暂无回答




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

热门标签