|
藍森林 http://www.lslnet.com 2006年8月25日 8:28
表格出現問題!!!help!!!!
代碼如下:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
</head>
<body>
<table width="75%" cellspacing="0" cellpadding="0">
<tr>
<td style="BORDER-top: rgb(0,255,255) 1px groove; BORDER-bottom: rgb(0,255,255) 1px groove; BORDER-left: rgb(0,255,255) 1px groove; BORDER-right: rgb(0,255,255) 1px groove"> </td>
</tr>
<tr>
<td style="BORDER-bottom: rgb(0,255,255) 1px groove; BORDER-left: rgb(0,255,255) 1px groove; BORDER-right: rgb(0,255,255) 1px groove"> </td>
</tr>
</table>
</body>
</html>
來看看效果:::
[img]http://us.f1.yahoofs.com/users/203e5cde/bc/%ce%b4%b9%e9%b5%b5%cf%e0%c6%ac/__sr_/a1b3.jpg?phPOrqABAbrC9w9H[/img]
爾換成dotted就沒這毛病了!!! :eek:why???? :confused:
幫我看看 3q |
[html]
<head>
<title>無標題文檔</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.unnamed1 { border: #0000FF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="unnamed1">
<tr>
<td > </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
[/html] |
有什麼問題,圖片看不到 |
謝謝lh757指點,方法值得一試。。。。不過我想知道出現這種問題原因在什麼地方!!
|
Poorfish在上個帖子中說
試過N多的頁面,都出現此問題。。用style="BORDER-top: rgb(21,122,179) 1px groove; BORDER-bottom: rgb(21,122,179) 1px groove; BORDER-left: rgb(21,122,179) 1px groove; BORDER-right: rgb(21,122,179) 1px groove" 這個CSS樣式。。出來的表格總是top和left是黑色。不只為什麼!!! |
哈哈 ,你看看你的IE是6。0的不咯 ,不是的就升級吧,問題就解決拉 |
groove就是這樣的特性,查英文字典,表現在表格上類似於暗邊和亮邊 |
不是吧 我的IE是6.0.2600.0000
已經是6.0了。不知為什麼!! |
|