Jump to content

border-bottom: 2px solid; not working for ie


dadamssg

Recommended Posts

i have a table and i'm trying to display a bottom border from every table cell. here is the html

<table border="0">
	 <tr><td class=tablew> </td><td class="tablecw"> </td></tr>
	 <tr><td class=tablew> </td><td class="tablecw"> </td></tr>
	 <tr><td class=tablew> </td><td class="tablecw"> </td></tr>
	 <tr><td class=tablew> </td><td class="tablecw"> </td></tr>
	 <tr><td class=tablew> </td><td class="tablecw"> </td></tr>
	 <tr><td class=tablew> </td><td class="tablecw"> </td></tr>
	 <tr><td class=tablew> </td><td class="tablecw"> </td></tr>
	 <tr><td class=tablend> </td><td> </td></tr>
	 </table>

 

and the css

table
{

clear: left;
width: 590px;
}

.tablew
{
width: 90px;
height: 80px;
border-bottom: 2px solid #640E27;
}

.tablecw
{
border-bottom: 2px solid #640E27;;
}

.tablend
{
height: 60px;
}

 

it displays correctly in firefox but not in ie

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.