最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

关于HTML/CSS布局问题初学者学习问题_html/css_WEB-ITnose

来源:懂视网 责编:小采 时间:2020-11-27 16:32:13
文档

关于HTML/CSS布局问题初学者学习问题_html/css_WEB-ITnose

关于HTML/CSS布局问题初学者学习问题_html/css_WEB-ITnose: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%
推荐度:
导读关于HTML/CSS布局问题初学者学习问题_html/css_WEB-ITnose: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%

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浏览器看的 结果在高速模式下没有效果,闹笑话了 谢谢大家

文档

关于HTML/CSS布局问题初学者学习问题_html/css_WEB-ITnose

关于HTML/CSS布局问题初学者学习问题_html/css_WEB-ITnose: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%
推荐度:
标签: 初学者 入门 html
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top