|  | Posted by Neredbojias on 11/06/05 11:02 
With neither quill nor qualm, miguelco01blue@gmail.com quothed:
 > Hi, i need some help..
 >
 > I'm trying to make a table with a color border, and it works fine in
 > Internet explorer but in firefox looks different the border is not
 > consistent (it appears in 2 colors). how do I make a table border look
 > as it looks in internet explorer for firefox.
 >
 > Thanks,
 
 Use css, to wit:
 
 table {
 border:1px solid #808080;
 }
 
 The "1px" is the (arbitrary) thickness, the "solid" is the type (-and
 prevents the beveling effect you were complaining about,) and the last
 is the color in hexadecimal.
 
 --
 Neredbojias
 Contrary to popular belief, it is believable.
  Navigation: [Reply to this message] |