show/hide div based on browser size using ONLY css?

穿精又带淫゛_ 提交于 2019-11-28 18:22:16

class name can't start with the digit. change it to e.g. x700,x490,x290 and it should work

Hushme

class name can't be a number, and cannot start with a number in CSS. Here is an example where I changed the class name and it's working good

http://jsfiddle.net/RtTsy/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!