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

Recommended Answers

All 3 Replies

Try setting the attributes for table as border="0" cellpadding="0" cellspacing="0"
This will remove all the borders from the table

Then make appropriate changes to above CSS and apply them to rows and columns of the table to give the desired effect

Thank you for attention but i dont want to remove all borders
i would like let my table displays in firefox as in IE

ok. i solved this problem i did as you said
thank you very much

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.