hi All
I hace created job site i writed to my own CSS. but it displays in IE fine like i want. but in Mozilla it displays all borders. how can i do that in displays table like in IE.
Thank you very much.
this is my site http://www.karyeram.com
my table style code is below.
<style>
.mytable {
border-collapse: collapse;
}
.mytable1 {
border-collapse: collapse;
width:70%;
border:0px;
}
.li {
color:black;
}
#xana0 {
border-color: #cccccc;
border-style: solid;
border-right-width:0px;
border-left-width:1px;
border-top-width:0px;
border-bottom-width:1px;
width:65px;
padding-right:25px;
}
#xana {
border-color: #cccccc;
border-style: solid;
border-right-width:0px;
border-left-width:1px;
border-top-width:0px;
border-bottom-width:1px;
}
#xana1{
border-color: #cccccc;
border-style: solid;
border-right-width:0px;
border-left-width:0px;
border-top-width:0px;
border-bottom-width:1px;
color:black;
}
#xana2 {
border-color: #cccccc;
border-style: solid;
border-right-width:1px;
border-left-width:0px;
border-top-width:0px;
border-bottom-width:1px;
}
</style>
Thank you for attention