It has been brought to my attention that the theme used by this site dasBlog.info which is based on the theme "BlogXP" does not work well in the browser FireFox.

Question: How do we fix this site to display correctly since it represents DasBlog to IE and FireFox users, and it may be the first impression they have of Dasblog?

Answer: I did a little snooping and trial and error and made the following changes, the IE version is now not as cool but they both now layout pretty much the same!

In the CSS file pagelayout.css (BlogXP Theme) I modified the following sections. There may be a better way of doing it or more elegant, I am no CSS expert, just a hacker! (Tom Watts)

#siteTitle, #siteTitle a, #siteTitle a:visited, #siteTitle a:hover {
 font-size: 24px;
 letter-spacing: .5em;                      (Removed this line)
 text-transform: uppercase;
 margin: 15px 0px 15px 15px;

#siteSubtitle {
 font-size: 16px;
 font-style: oblique;
 font-weight: bold;
 letter-spacing: .3em;                        (Removed this line)
 position: absolute;                          (Removed this line)
 margin-left: 40px;
 margin-top: -28px;                           (Edited this to -18  works for both browsers)
#content {
 clear: both;
 line-height: 1.5em;                           (Removed this line)
 position:relative;
 width: 100%;