Since Cashner ruined my planned television watching tonight I figured I might as well do something constructive...
I notice two things that occasionally happen in the forum software but not on the main site, the first is that the Author column occasionally changes from a greyish color to a dark blue and at other times (usually less common) the whole layout goes haywire and changes fonts, spacing, etc.. Both of these items appear to be caused by the css file/s. In the first instance where the background changes to dark blue the css file located below will actually have two different values which lead me to believe that the Razzball servers may be clustered and the css file on those servers is different or there is some other caching/filtering occurring that is causing the issue:
styles/skymiles_red/theme/stylesheet.css - Line 415
Good file value:
.row2 {
padding: 4px;
}
Bad value:
.row2 {
background-color: #1B2455;
padding: 4px;
}
In the bad value "#1B2455" just happens to be a very dark blue. Somehow, something is causing the site to redirect to this bad file since it clearly only happens a small percentage of the time. My example is specifically regarding the index pages of the forum and not the individual posts but it'd bet we're dealing with the same issue. Grey - If you have your web hosting guy look into this he'll probably know what exactly is going on behind the scenes.
The second issue where the whole layout appears to go haywire appears to be a case where the css file isn't loaded or isn't found.
mdgross50 - ChrisV is just hating! I use Firefox also. Current web usage gives IE about 29%, Chrome 28% and Firefox 23% of the market. That 23% is still a pretty strong number considering Microsoft and Google have thrown stacks of green to get where they are on that list!