关于HTML/CSS布局问题 初学者学习问题_html/css_WEB-ITnose
程序员文章站
2024-04-05 22:48:55
...
div
初学者……这些是我的代码 目的就是布局一个系统自带计算器框架,但是陷在遇到的问题就是在制作按键的时候,鼠标无法点击按钮,光标移动到按钮上也毫无变化,甚至连小手都没有,本人没学几天,求高手指点
body { margin:0px; padding:0px; font:12px arial,宋体; text-align:center;}.zong { float:left; width:214px; height:266px; background:rgb(220,232,244); position:absolute; left:50%; top:50%; margin-top:-133px; margin-left:-107px; border:1px outset black; z-index:-100;}.kuang { float:left; margin-top:10px; margin-left:11px; width:192px; height:52px; background:url(../images/0000000.jpg) no-repeat left top; z-index:-98;}.gongneng { float:left; margin-top:4px; width:214px; height:61px; z-index:-99;}.buttom a{ float:left; width:36px; height:29px; background:url(../images/MC.jpg) no-repeat top left; margin-top:1px; margin-left:11px;} .buttom a:hover { float:left; background:url(../images/MC1.jpg) no-repeat top left; width:36px; height:29px; margin-top:1px; margin-left:11px;}.buttom a:active { float:left; background:url(images/MC2.jpg) no-repeat top left; width:36px; height:29px; margin-top:1px; margin-left:11px;}
初学者……这些是我的代码 目的就是布局一个系统自带计算器框架,但是陷在遇到的问题就是在制作按键的时候,鼠标无法点击按钮,光标移动到按钮上也毫无变化,甚至连小手都没有,本人没学几天,求高手指点
回复讨论(解决方案)
使用Chrome打开文件,右键,审查元素,感觉是你的样式没有生效。
不知道楼主的 问题是在哪个浏览器下 有问题。我在火狐 ie7 8 是正常的。
我发现问题所在了 的确 IE FIREFOX下全正常 但是我图方便用sougou浏览器看的 结果在高速模式下没有效果,闹笑话了 谢谢大家
上一篇: php函数连续调用实例分析
推荐阅读
-
关于HTML/CSS布局问题 初学者学习问题_html/css_WEB-ITnose
-
解决HTML表单的input的在F5刷新后依然存在记录的问题_html/css_WEB-ITnose
-
求教前端导入数据问题_html/css_WEB-ITnose
-
遇到一个奇葩问题_html/css_WEB-ITnose
-
请教一个样式的布局问题_html/css_WEB-ITnose
-
CSS使用问题_html/css_WEB-ITnose
-
网页切片+div+css问题_html/css_WEB-ITnose
-
请教大家一个CSS排版问题_html/css_WEB-ITnose
-
吐槽一下百度系网站图片的一些问题_html/css_WEB-ITnose
-
再发-关于CSS+DIV首页的问题(入门级别)_html/css_WEB-ITnose