|
|
|
สอบถามเรื่อง การแสดงผลของ Chome กับ IE หน่อย ครับ ผมอยากให้ IE แสดงผลเหมือน Chome ครับ พอมีแนวทางรึเปล่าครับ |
|
|
|
|
|
|
|
ลองใช้ css เข้ามาจัดการดูครับ
<style type="text/css">
table td{
border:1px solid #E5E5E5;
width:500;
font-size:90%;
}
</style>
<table cellspacing="0">
<tr>
<td height="120" align="center" valign="middle">TEST</td><td height="120" align="center" valign="middle">TEST</td>
</tr>
</table>
|
|
|
|
|
Date :
2013-06-25 09:40:42 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอคำแนะนำอีกนิดน่ะ ครับ
ถ้าเราต้องการให้เป็นแค่ ตารางเดียว พอจะทำได้รึเปล่าครับ
|
|
|
|
|
Date :
2013-06-25 09:59:49 |
By :
Mix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ css สร้างเป็น class หรือ id ครับ (. แทน class) (# แทน id)
<style type="text/css">
.table td{
border:1px solid #E5E5E5;
width:500;
font-size:90%;
}
</style>
จากนั้นตรง
<table cellspacing="0" class="table">
<tr>
<td height="120" align="center" valign="middle">TEST</td>
</tr>
</table>
|
|
|
|
|
Date :
2013-06-25 10:16:24 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ มาก ครับ คุณ GuEmboy
|
|
|
|
|
Date :
2013-06-25 11:03:03 |
By :
Mix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2013-06-25 11:05:31 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|