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!
wrong colors in my borders
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
avator



Joined: 30 Nov 2007
Posts: 3

PostPosted: Fri Nov 30, 2007 1:19 am     wrong colors in my borders Reply with quote

Hi
I have a problem with my borders

When i choose border-color: white;
my left and up border is mixed with the other color that you see outside it.
I made already the whole site again, but the issue appears again.

Only the right and below border gets the white color.

You know maybe why this happens? or how to solve this?

Thx Peter
sticks464



Joined: 31 Dec 2006
Posts: 1123

PostPosted: Fri Nov 30, 2007 5:07 am     Reply with quote

That styling will not work for a table. The default style border-type is 'inset' which gives it two colors. Putting an inline style will only work for the table outside border. Put this in your head section and remove the inline border styling.
Code:
<style type="text/css">
table {
border:5px solid #fff;
}
td, th {
border:5px solid #fff;
}
</style>
avator



Joined: 30 Nov 2007
Posts: 3

PostPosted: Fri Nov 30, 2007 7:31 am     Reply with quote

thx
It works
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table 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