English 中文(简体)
采用何种最佳方法计算超文本元素
原标题:Best method to scale HTML elements

寻找一些备选办法,将一些超文本部分用于大型屏幕上(如一个卫星)。 I m目前使用CSS3级(CSS3)比额表,以获得相对相对的交叉增长规模(希望放弃),但看到是否有任何其他建议。

最主要的是,Im 寻找大规模(例如400x200px至800x500)的植被(超额、j和图像)。 虽然我可以把每个植被改造成更大的规模,但我认为我可以检查我的选择。

Is there something that SVG can do, or canvas? CSS3 scale() is okay, but images need to be replaced with high-res versions. Text spacing seems to also be slightly off.

感谢!

最佳回答

CSS3 改革仍然是我所希望的最佳选择,特别是在浏览器性能方面。

问题回答

不知道你是否正确,但如果你需要你的网站、图像、录像等,看看看任何屏幕(有决议),你可以尝试进行响应性设计。 你可以选择使用剪辑媒体查询,以调整网站,以适应不同的屏幕决议,并保持原有的形象质量等。

http://webdesignerwall.com/tutorials/responsive-design-in-3-steps

http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries

我发现这些网站非常全面,一旦你进入,就很容易建立可扩展的网站。

这可能是一种广泛的适应措施,但你可能能够用胚胎来界定你的层面,然后利用媒体的问询来增加不同屏幕尺寸的体积。 因此,如果您的体积为16px,则主栏为47em,旁边12em,大约为1,000px。 然后,你可以使用媒体查询,以发现一个较大的浏览器,而你需要做的就是将基体大小提高到20px,而你的网站现在则增加了25%。





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

热门标签