Techmonkey
12-06-2008, 07:23 PM
I have been working on customising my new vb site over the last few days and have noticed that any CSS attributes I add in the "Additional CSS" section in the main CSS is not being applied when the site is viewed in Firefox.
Everything looks as it should at the moment in IE. The site is not finished or anywhere near, but can be viewed at www.techmonkeys.co.uk/dev2
This is the CSS I have in the Additional CSS
Here is all the additional CSS code I have added in the 2nd additional CSS box.
/* ***** Custom Code ***** */
.td_logo_header_right {BACKGROUND: #DFDFDF; WIDTH: 100%}
.tr_logo_header_right {BGCOLOR: #DFDFDF; WIDTH: 100%;}
.asap {
position: absolute;
right: 0;
top: 0;
display: block;
height: 134px;
width: 148px;
background: url(http://www.techmonkeys.co.uk/dev2/forums/images/misc/asapmember.png) no-repeat;
text-indent: -999em;
text-decoration: none;}
#tm_container ( width: 920px; margin: 0 Auto;}
#tm_header { width: 100%; float: left; clear: right;}
#tm_body { width: 80%; float: left; clear: right; }
#tm_footer { width: 100%; float: left; clear: right; }
.tm_forumnav_head { font-weight: bold; font-size: 10pt; }
.vbmenu_control_row2
{
background: #B1C373;
color: #FFFFFF;
font: bold 15px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control_row2 a:link, .vbmenu_control_row2_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control_row2 a:visited, .vbmenu_control_row2_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control_row2 a:hover, .vbmenu_control_row2 a:active, .vbmenu_control_row2_ahover
{
color: #FFFFFF;
text-decoration: underline;
}
.tm_tborder {
width: 920px;
}
.younew {
color: #AACE48;
font-size: 25pt;
font-weight: bold;
}
.tech {
color: #AACE48;
font-size: 12pt;
background-color: #ffffff;
}
.monkeys {
color: #966334;
font-weight: bold;
font-size: 12pt;
background-color: #ffffff;
}
.forumnav {
height: 30px;
width: 920px;
background-colour: #B1C373;
}
.tm_tcat
{
background: #EBEBEB url(http://www.techmonkeys.co.uk/dev2/forums/images/misc/tm_tcat.gif) no-repeat left top;
color: #f4fbfd;
color: #FFFFFF;
font: bold 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tm_title {
font-size: 12pt;
font-color: #7E7E7E;
}
.tm_recentthreads{
font-size: 12pt;
font-weight: bold;
font-color: #94C412;
}
.tm_recentthreads a {
text-decoration: none;
}
.tm_recentthreads a:hover {
text-decoration: underline;
}
tm_recentthreads_date {
font-color: #AAAAAA;
font-weight: bold;
}
It's most noticable in the fonts, the navbar, forum navbar and the Welcome block
Thanks in advance guys!
Everything looks as it should at the moment in IE. The site is not finished or anywhere near, but can be viewed at www.techmonkeys.co.uk/dev2
This is the CSS I have in the Additional CSS
Here is all the additional CSS code I have added in the 2nd additional CSS box.
/* ***** Custom Code ***** */
.td_logo_header_right {BACKGROUND: #DFDFDF; WIDTH: 100%}
.tr_logo_header_right {BGCOLOR: #DFDFDF; WIDTH: 100%;}
.asap {
position: absolute;
right: 0;
top: 0;
display: block;
height: 134px;
width: 148px;
background: url(http://www.techmonkeys.co.uk/dev2/forums/images/misc/asapmember.png) no-repeat;
text-indent: -999em;
text-decoration: none;}
#tm_container ( width: 920px; margin: 0 Auto;}
#tm_header { width: 100%; float: left; clear: right;}
#tm_body { width: 80%; float: left; clear: right; }
#tm_footer { width: 100%; float: left; clear: right; }
.tm_forumnav_head { font-weight: bold; font-size: 10pt; }
.vbmenu_control_row2
{
background: #B1C373;
color: #FFFFFF;
font: bold 15px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control_row2 a:link, .vbmenu_control_row2_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control_row2 a:visited, .vbmenu_control_row2_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control_row2 a:hover, .vbmenu_control_row2 a:active, .vbmenu_control_row2_ahover
{
color: #FFFFFF;
text-decoration: underline;
}
.tm_tborder {
width: 920px;
}
.younew {
color: #AACE48;
font-size: 25pt;
font-weight: bold;
}
.tech {
color: #AACE48;
font-size: 12pt;
background-color: #ffffff;
}
.monkeys {
color: #966334;
font-weight: bold;
font-size: 12pt;
background-color: #ffffff;
}
.forumnav {
height: 30px;
width: 920px;
background-colour: #B1C373;
}
.tm_tcat
{
background: #EBEBEB url(http://www.techmonkeys.co.uk/dev2/forums/images/misc/tm_tcat.gif) no-repeat left top;
color: #f4fbfd;
color: #FFFFFF;
font: bold 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tm_title {
font-size: 12pt;
font-color: #7E7E7E;
}
.tm_recentthreads{
font-size: 12pt;
font-weight: bold;
font-color: #94C412;
}
.tm_recentthreads a {
text-decoration: none;
}
.tm_recentthreads a:hover {
text-decoration: underline;
}
tm_recentthreads_date {
font-color: #AAAAAA;
font-weight: bold;
}
It's most noticable in the fonts, the navbar, forum navbar and the Welcome block
Thanks in advance guys!