IE/Firefox style differences

Started by random-strike, January 11, 2006, 01:11:17 AM

Previous topic - Next topic

random-strike

as you can see in this image, my borders are the color i programmed them to be (greyish) in internet explorer, but in firefox they are very white....

is there anything i can do it stop this from happening?

DragCityVideos.com [nofollow]

bloc

How do the css for the borders look like?

random-strike

#2
Quote from: Bloc on January 11, 2006, 03:54:55 AM
How do the css for the borders look like?

Quote.hmtHeader
{
   color: #FFFFFF;
   font-size: x-small;
   background-color: #333333;
   border-color: #6B6B6B #252525 #252525 #6B6B6B; border-style:
   outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

.hmtFooter
{
   background-color: #000000;
   color: #FFFFFF;
   font-size: x-small;
}

.hmtCatBorder
{

   background-color: #333333;
   background-color: #666666; border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;

}

a img
{
   border: 0;
}

/* Normal, standard links. */
a:link, a:visited
{
   color: #FFCC00;
   text-decoration: none;
}
a:hover
{
   color: #FFCC00;
   text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
   empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
   color: #FFFFFF;
   font-size: small;
   font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
   background-color: #000000;
   margin: 1px;
   padding: 1px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
   font-size: 9pt;
   color: #000000;
   font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
   font-size: 8pt;
   font-weight: normal;
   color: #000000;
   font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. (
, etc.) */
hr, .hrcolor
{
   height: 1px;
   border: 1;
   color: #000000;
   background-color: #000000;
}

/* A quote, perhaps from another post. */
.quote
{
   color: #999999;
   background-color: #000000;
   border: 1px solid #999999;
   margin: 8px;
   padding: 6px;
   font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
   color: #000000;
   background-color: #666666;
   border: 1px solid #000000;
   padding: 1px;
   font-family: "courier new", helvetica, "times new roman", serif;
   font-size: x-small;
   width: 99%;
   margin: 1px auto 1px auto;
   white-space: nowrap;
   overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
   color: #FFFFFF;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
   cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
   color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
   width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
   background-color: yellow;
   font-weight: bold;
   color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
   font-size: small;
   color: #FFFFFF;
   background-color: #333333;
   border-color: #6B6B6B #252525 #252525 #6B6B6B; border-style:
outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;

}
.windowbg2
{
   font-size: small;
   color: #FFFFFF;
   background-color: #333333;
   border-color: #6B6B6B #252525 #252525 #6B6B6B; border-style:
outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

.windowbg_smaller
{
   font-size: x-small;
   color: #FFFFFF;
   background-color: #333333;
   border-color: #6B6B6B #252525 #252525 #6B6B6B; border-style:
outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

.newPostsbg
{
      
   font-size: x-small;
   font-family: Tahoma, arial, helvetica, serif;
   color: #FFFFFF;
   background-color: #333333;
   border-color: #6B6B6B #252525 #252525 #6B6B6B; border-style:
outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;

}

#headerarea
{
   background-color: #000000;
}

#footerarea
{
   background-color: #FFFFFF;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
   background-color: #666666;
   
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{

   padding: 5px;

}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg a:hover
{
   color: #000000;
   font-weight: bold;
   border-color: #6B6B6B #252525 #252525 #6B6B6B; border-style:
outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
   font-weight: bold;
   background-color: #666666;
   color: #FFFFFF;
   
}
.catbg
{

   border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}
.catbg2
{
   border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
   background-color: #000000;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
   border-color: #6B6B6B #252525 #252525 #6B6B6B; border-style:
outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;

}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
/* HMT blank text baby - random-strike */
.blanktext
{
   color: #666666;
}
.smalltext
{
   font-size: x-small;
   font-family: Tahoma, arial, helvetica, serif;
   color: white;
}

.middletext
{
   color: #FFFFFF;
   font-weight: bold;
}

.normaltext
{
   font-size: small;
}
.largetext
{
   font-size: large;
}

.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited, td.titlebg
{
   color: white;
   font-style: normal;
   background-color: #666666;
   background-image:
   font-weight: bold;
   background-color: #666666; border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;

}

DragCityVideos.com [nofollow]

bloc

Instead of
border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
Rather:

border-top: solid 1px #FFFFFF;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
border-left: solid 1px #FFFFFF;


The use of "outset" is not needed..and it will render slightly different in browsers too. In my example you set the correct color for each border, and can even have a slightly darker for left, and slightly lighter for right - for the ultimate 3d look. :)

random-strike

Quote from: Bloc on January 11, 2006, 08:06:55 AM
Instead of
border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
Rather:

border-top: solid 1px #FFFFFF;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
border-left: solid 1px #FFFFFF;


The use of "outset" is not needed..and it will render slightly different in browsers too. In my example you set the correct color for each border, and can even have a slightly darker for left, and slightly lighter for right - for the ultimate 3d look. :)

thanks... it worked :)

http://www.homemadeturbo.com/forum/ [nofollow]
DragCityVideos.com [nofollow]

Advertisement: