求助关于CSS浏览器变形问题,很急,在线等!有些难度……

来源:百度知道 编辑:UC知道 时间:2024/07/07 23:30:14
===================================HTML代码如下===================================

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="css/Untitled-3.css" rel="stylesheet" type="text/css">
</head>

<body>

<div class="middle_box1_left"><div class="contents_mb1">
<table width="200" height="232" border="0">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td width="35"> </td>
<td width="155"> </td>
</tr>
<tr>
<td> </td>
<td><span class="contents_t2"></span></td>
</

浏览器兼容。。。。。

一般是没有设置好,所以会出现这样的情况。。

具体是哪没设置好,我就懒得看了。。

margin-left:20px; *margin-left:20px; _margin-left:10px。

这样的一般定义好了的话,就写的很少了。

IE6,IE7,FIRFOX的区别
hack模型,上网搜搜

加个display:"inlne"看看行不

contents_mb1中加入
display:inline; 试试