查看: 950|回复: 6
|
为何同样的source code 再不同的browser会不一样的look..请帮帮忙
[复制链接]
|
|
我的code在IE 是好好的,但在Mozilla Firefox的browser run 时就走完样了。请问要如何解决这问题呢??
comment.php
<?php
session_start();
?>
<html>
<head>
<title>OnlineCinema.com--CinemaBox|User Site|Comment Screen</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="tabs">
<ul>
<!-- CSS Tabs -->
<li><a href="login.php"><span>Member Login</span></a></li>
<li><a href="register.php"><span>Registration</span></a></li>
<li><a href="tryhtml_contents.php"><span>Showtimes</span></a></li>
<li><a href="doc.php"><span>E-Ticketing</span></a></li>
</ul>
 
<table border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="index.php">Home  </a>
<a href="contact.php">Feedback</a>
<a href="help.php">Contact </a> </td>
</tr>
</table>
<br>
</div>
<hr />
<table border=0 cellpadding=10 width=100%>
<tr>
<td bgcolor="#FOF8FF" align=center valign=top width=17%>
</td>
<td bgcolor="#FFFFFF" align=left valign=top width=83%>
<form action="db_logentry.php" method="POST">
<input type=hidden name="user_name" value="<? echo $_SESSION['user_name']; ?>"></p>
<b>Select movie:</b><br />
<select name ="movie">
<option value="">Choose....</option>
<option value="Superman return">Superman return</option>
<option value="Pirate of the carribean 2">Pirate of the carribean 2</option>
<option value="Lady in the water">Lady in the water</option>
</select>
<p><b>Please write your comment here:</b><br>
<textarea name="comment" cols=50 rows=10
wrap="virtual"></textarea></p>
<input type="hidden" name="time" value='<? echo date("g:i a"); ?>'>
<input type="hidden" name="password1" value="$password1">
<input type="SUBMIT" name="Submit" value="Enter"></P>
</td>
</tr>
</form>
</table>
</body>
</html>
style.css
body {
margin:0;
padding:0;
font: bold 11px/1.5em Verdana;
}
h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}
/*- Menu Tabs--------------------------- */
#tabs {
float:left;
width:100%;
background:#BBD9EE;
font-size:93%;
line-height:normal;
}
#tabs ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
background:url("tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs a span {
float:left;
display:block;
background:url("tabright.gif") no-repeat right top;
padding:8px 35px 10px 30px;
color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#FF9834;
}
#tabs a:hover {
background-position:0% -42px;
}
#tabs a:hover span {
background-position:100% -42px;
}
#tabs #current a {
background-position:0% -42px;
}
#tabs #current a span {
background-position:100% -42px;
}
谢谢帮忙。。。。 |
|
|
|
|
|
|
|
楼主 |
发表于 3-10-2006 06:42 PM
|
显示全部楼层
回复 #1 小今 的帖子
要如何使到IE 和 Mozilla Firefox 有同样的look and feel 呢?
谢谢指教...... |
|
|
|
|
|
|
|
发表于 3-10-2006 06:53 PM
|
显示全部楼层
|
|
|
|
|
|
|
楼主 |
发表于 3-10-2006 11:31 PM
|
显示全部楼层
回复 #3 红发 的帖子
你是指什么source code?以上是我的source code 呀.
comment.php 和 style.css。。。
谢谢发哥. |
|
|
|
|
|
|
|
发表于 4-10-2006 12:35 PM
|
显示全部楼层
原帖由 小今 于 3-10-2006 11:31 PM 发表
你是指什么source code?以上是我的source code 呀.
comment.php 和 style.css。。。
谢谢发哥.
你的CSS结构有点问题。最快的方法是加
hr{
clear:both;
}
在你的style.css里,基本上就可以看到同样的画面。 |
|
|
|
|
|
|
|
楼主 |
发表于 4-10-2006 11:46 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 6-10-2006 04:52 PM
|
显示全部楼层
要小心应付HTML 2.0 的推出,
基本上FIREFOX 和IE6.0 已经不相同了,现在听说IE 7.0 又和IE 6.0 不一样,
有我们忙的了 -.- |
|
|
|
|
|
|
| |
本周最热论坛帖子
|