UBB.Dev
Posted By: oceanwest Browsers issues - 08/29/2002 8:06 AM
For some reason my site doesen't look even close when compared
between Navigator and Explorer.

How do I get Navigator to look more like Explorer?

http://www.fmforums.com/treads/ubbthreads.php
Posted By: AllenAyres Re: Browsers issues - 08/29/2002 8:21 AM
Make sure your css files pass validation to css1 specs http://www.w3.org - that will make sure it's not your stylesheets causing the problem.

As well, check the rest of your forum in the html validator, table problems will highlight differences in the browsers, as IE is more lenient than most on errors.
Posted By: AllenAyres Re: Browsers issues - 08/29/2002 8:24 AM
Hey, I like your site, nice clean look

I'll check it tomorrow from work if you still need assistance. 33k dialup from home isn't cutting it
Posted By: oceanwest Re: Browsers issues - 08/30/2002 3:13 AM
I went to the link you gave me and that just confused me more...
Here is my style sheet, it is mostly a modification of the shipping
stylesheet that came with .treads.



A:link { color: #cc6600; text-decoration: none; background-color: transparent }

A:active { color: #333366; text-decoration: underline; background-color: transparent }

A:visited, { color: black; text-decoration: none; background-color: transparent }

A:HOVER { color: red; text-decoration: underline; background-color: transparent }

P,TABLE,TD,TR {
font-size : 12px;
font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
FORM {
display: inline;
margin-bottom: 0;
BODY { color: black; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background-color: white; margin: 0 }
PRE {
font-size : 13px;
font-family : courier new, courier, fixed, sans-serif;
}
.tableborders { color: #333366; background-color: black }
.tdheader { color: #fec900; font-weight: bold; font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; background-color: #333366}
.header1 { color: black; background-color: #333366 }
.menubar{
background : white;
font-weight : bold;
color : black;
}
.navigation{
background : white;
color : black;
font-size : 11px;
font-family : Trebuchet MS, Verdana, Helvetica, sans-serif;
}
.new { color: red; font-size: 11px; background-color: transparent }
.catandforum {
font-size : 11px;
}
.posttime { color: black; font-size: 11px; background-color: #f7f7f7 }
.threadtotal { color: black; font-size: 11px; background-color: #f7f7f7 }
.posttotal { color: #000000; font-size: 11px; background-color: white }
.small {
font-size : smaller;
font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.standouttext {
color : #444444;
background-color : transparent;
}
.welcome {
background : white;
font-family : Trebuchet MS, Verdana, Helvetica, sans-serif;
color : black;
}
.forumtitle { font-size : 11px;
font-weight : bold;
color : black;}
.forumdescript {
font-size : 11px;
}
.lighttable {
background : #f7f7f7;
color : black;
}
.darktable { color: black; background-color: white }
.cleartable { color: black; background-color: white }
.alternatetable { color: black; background-color: white }
.subjecttable { color: black; background-color: white }
.footertable { color: black; background-color: white }
.formboxes { color: black; font-size: 12px; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif; background-color: white }
.buttons { color: black; font-size: 11px; font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; background-color: #dedfdf }
.main { color: black; font-size: smaller; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background-color: white; text-align: left; margin: 11px; padding: 4px; width: 97% }
td.tdheader a { color: #fec900; background-color: transparent }

.pollcolor {
background : #ff0000;
color : black;
}
.modcolumn { color: black; background-color: white }
.tablesurround { color: black; background-color: white }

blockquote {font-size:9pt; border:1px solid #e5e5e5; margin:0px 20px; padding:0px 10px}
blockquote .small {background:#e5e5e5; margin-left:-10px; padding:2px}
blockquote hr {visibility:hidden; height:1px}
blockquote br {font-size:1px}
Posted By: AllenAyres Re: Browsers issues - 08/30/2002 4:38 AM
OK, you had a couple of errors that mozilla may have been choking on, try this file and see if things are improved. To see what was changed, just compare mine with yours

Attached File
55133-ocean.css  (12 downloads)
Posted By: oceanwest Re: Browsers issues - 08/30/2002 9:24 PM
Thanks
Posted By: AllenAyres Re: Browsers issues - 08/30/2002 10:04 PM
You are welcome, that does look much better

To use that type of header and have mozilla users browse your site, you'll need to comment out the doc type in the header
Posted By: AllenAyres Re: Browsers issues - 08/30/2002 10:15 PM
Mozilla 1.1 finally fixed this issue!
© UBB.Developers