HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
td border-width problem in firefox
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
BlackStef



Joined: 02 Jul 2005
Posts: 1

PostPosted: Sat Jul 02, 2005 4:08 am     td border-width problem in firefox Reply with quote

I have a table, but in one row, the td's have to have no borders.

So for example i have this:

Code:

css:
table { border-width: 1px;
}
td { border-width: 1px;
}
td.noborder { border-width: 0px;
}

html:
<table>
 <tr>
  <td></td>
  <td></td>
 </tr>
 <tr>
  <td class="noborder">test1</td>
  <td class="noborder">test2</td>
 </tr>
 <tr>
  <td></td>
  <td></td>
 </tr>
</table>



In IE, the row in the middle has no border, in firefox, it has borders!

Anyone solution?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8257
Location: Castle Rock CO USA

PostPosted: Sat Jul 02, 2005 5:02 am     Reply with quote



What DOCTYPE are you using?
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial