日期:2014-05-17  浏览次数:20527 次

DIV层中图片混乱,求解
DIV层中只要出现图片,在IE9和火狐中就会出现文字在图片上面,求大神帮忙

<html>
<head>
<title>单项选择题_智慧库</title>
<style type="text/css">
body{
margin:20px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 120%;
}
.questionText{
width: 800px;
height: 100px;
margin: 0px auto;

border:1px solid #92B0DD;
background-color: #FFFFFf
}
.questionText h5{
margin: 1px;
background-color: #E2EAF8;
color:#333333;
height: auto;
width:800px;
}
.content
{
font-size:12px;
}
.submit{margin-left:350px;border:none;width:70px; height:28px;background:transparent url(images/lg_buttom.gif) no-repeat;cursor: pointer;font-size:14px;color:#fff;font-weight:bold;}
</style>
    <link rel="stylesheet" type="text/css" href="jquery-easyui-1.2/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="jquery-easyui-1.2/themes/icon.css">
</head>
<!--  
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false" onbeforecopy="return false" oncopy=document.selection.empty() onselect=document.selection.empty()>
-->
<body>

<table class="alarmlist-top" style="width: 100%;" cellspacing="0"
cellpadding="0" border="0">
<tr>
<td style="font-size: 12px;" valign="middle" align="left">
当前位置:
<img src="Admin/images/next.gif" />
单项选择题列表
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td height="10"
style="background-image: url(Admin/images/panel_title.png); background-repeat: repeat-x;"></td>
</tr>
</table>

<div class="questionText">
<h5>1:在百度搜索引擎中使用相同的关键字进行多次搜索,每次搜索得到的结果网页不完全相同,这可能是因为该网站采用了( )。</h5>
  <div class="content">
    <label><input type="radio" name="81629" value="A"/>A、域名解析技术</label><br/>
    <label><input type="radio" name="81629" value="B"/>B、静态网页技术</label><br/>
    <label><input type="radio" name="81629" value="C"/>C、动态网页技术</label><br/>
    <label><input type="radio" name="81629" value="D"/>D、Ajax 技术</label>
  </div>
</div>

<div class="questionText">
<h5>2:某公司的销售部门在年底需要对全年的销售情况进行统计、分析,了解每种产品每个月的销售量变化趋势,总结出经验以便来年采取相应的措施改进!你认为销售部门应按( )的顺序进行。<br />
①统计每种产品的全年销售总量、月平均销售量<br />
②建立表格,录入每种产品全年每个月的销售量<br />
③形成分析报告,得出结论<br />
④建立图表展示出销售量趋势图<br />
<span style="font-size: 9px">(信息技术学业水平考试模拟题 MakeByLiuYang(CopyRight@洋哥)</span> </h5>
  <div class="content">
    <label><input type="radio" name="81630" value="A"/>A、①②④③</label><br/>
    <label>