开发者

Normalized CSS, option in JSFiddle, how to add it to document

We have had an applet built for us in JSFiddle. It only works though when o开发者_JS百科ne ticks the box that says normalized CSS. How do we activate that on our website. I have never heard of it.

Any ideas?

Marvellous


http://doc.jsfiddle.net/basic/introduction.html?highlight=normalized#choose-framework

Next is the Normalized CSS checkbox, selected by default. If selected, the fiddle will be rendered with normalize.css which is removing most of the browser styling of many HTML tags.

You'd want to include the following file in your template/pages.

http://jsfiddle.net/css/normalize.css

I'd recommend copying it and referencing a local copy rather than referencing it on their server though, that's bad form :)


What the normalized CSS is on jsfiddle is a CSS Reset

To add it on your site, copy in paste the following code: CSS Reset

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜