php forum
php mysql forum
php mysql smarty
 
Topic Options
#223152 - 08/29/02 01:06 AM Browsers issues
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
For some reason my site doesen't look even close when compared<br />between Navigator and Explorer.<br /><br />How do I get Navigator to look more like Explorer?<br /><br />http://www.fmforums.com/treads/ubbthreads.php
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#223153 - 08/29/02 01:21 AM Re: Browsers issues [Re: sdf123]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
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. <br /><br />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.
_________________________
- Allen wavey
- What Drives You?

Top
#223154 - 08/29/02 01:24 AM Re: Browsers issues [Re: SurfMinister]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Hey, I like your site, nice clean look <img src="/forum/images/icons/smile.gif" alt="" /> <br /><br />I'll check it tomorrow from work if you still need assistance. 33k dialup from home isn't cutting it <img src="/forum/images/icons/wink.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#223155 - 08/29/02 08:13 PM Re: Browsers issues [Re: SurfMinister]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
I went to the link you gave me and that just confused me more...<br />Here is my style sheet, it is mostly a modification of the shipping<br />stylesheet that came with .treads.<br /><br /><br /><br />A:link { color: #cc6600; text-decoration: none; background-color: transparent }<br /><br />A:active { color: #333366; text-decoration: underline; background-color: transparent }<br /><br />A:visited, { color: black; text-decoration: none; background-color: transparent }<br /><br />A:HOVER { color: red; text-decoration: underline; background-color: transparent }<br /><br />P,TABLE,TD,TR {<br /> font-size : 12px;<br /> font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;<br />}<br />FORM {<br /> display: inline;<br /> margin-bottom: 0;<br />BODY { color: black; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background-color: white; margin: 0 }<br />PRE {<br /> font-size : 13px;<br /> font-family : courier new, courier, fixed, sans-serif;<br />}<br />.tableborders { color: #333366; background-color: black }<br />.tdheader { color: #fec900; font-weight: bold; font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; background-color: #333366}<br />.header1 { color: black; background-color: #333366 }<br />.menubar{<br /> background : white;<br /> font-weight : bold;<br /> color : black;<br />}<br />.navigation{<br /> background : white;<br /> color : black;<br /> font-size : 11px;<br /> font-family : Trebuchet MS, Verdana, Helvetica, sans-serif;<br />}<br />.new { color: red; font-size: 11px; background-color: transparent }<br />.catandforum {<br /> font-size : 11px;<br />}<br />.posttime { color: black; font-size: 11px; background-color: #f7f7f7 }<br />.threadtotal { color: black; font-size: 11px; background-color: #f7f7f7 }<br />.posttotal { color: #000000; font-size: 11px; background-color: white }<br />.small {<br /> font-size : smaller;<br /> font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;<br />}<br />.standouttext {<br /> color : #444444;<br /> background-color : transparent;<br />}<br />.welcome {<br /> background : white;<br /> font-family : Trebuchet MS, Verdana, Helvetica, sans-serif;<br /> color : black;<br />}<br />.forumtitle { font-size : 11px;<br /> font-weight : bold;<br /> color : black;}<br />.forumdescript {<br /> font-size : 11px;<br />}<br />.lighttable {<br /> background : #f7f7f7;<br /> color : black;<br />}<br />.darktable { color: black; background-color: white }<br />.cleartable { color: black; background-color: white }<br />.alternatetable { color: black; background-color: white }<br />.subjecttable { color: black; background-color: white }<br />.footertable { color: black; background-color: white }<br />.formboxes { color: black; font-size: 12px; font-family: "Trebuchet MS", Verdana, Geneva, sans-serif; background-color: white }<br />.buttons { color: black; font-size: 11px; font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; background-color: #dedfdf }<br />.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% }<br />td.tdheader a { color: #fec900; background-color: transparent }<br /><br />.pollcolor {<br /> background : #ff0000;<br /> color : black;<br />}<br />.modcolumn { color: black; background-color: white }<br />.tablesurround { color: black; background-color: white }<br /><br />blockquote {font-size:9pt; border:1px solid #e5e5e5; margin:0px 20px; padding:0px 10px}<br />blockquote .small {background:#e5e5e5; margin-left:-10px; padding:2px}<br />blockquote hr {visibility:hidden; height:1px}<br />blockquote br {font-size:1px}<br />
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#223156 - 08/29/02 09:38 PM Re: Browsers issues [Re: sdf123]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
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 <img src="/forum/images/icons/smile.gif" alt="" />


Attachments
55133-ocean.css (8 downloads)

_________________________
- Allen wavey
- What Drives You?

Top
#223157 - 08/30/02 02:24 PM Re: Browsers issues [Re: SurfMinister]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
Thanks
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
#223158 - 08/30/02 03:04 PM Re: Browsers issues [Re: sdf123]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
You are welcome, that does look much better <img src="/forum/images/icons/smile.gif" alt="" /><br /><br />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
_________________________
- Allen wavey
- What Drives You?

Top
#223159 - 08/30/02 03:15 PM Re: Browsers issues [Re: SurfMinister]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Mozilla 1.1 finally fixed this issue! <img src="/forum/images/icons/laugh.gif" alt="" /> <img src="/forum/images/icons/laugh.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks