Forum Moderators: phranque
I am having some major problems, however:
-NN4 is not loading anything except the background
-my disclaimer is not going outside of the main red table border at the very bottom, as it is positioned in normal view in FP
-If I create a "table table table table" for the 4th nested table, then 3rd nested table will take on the properties of the 4th nested table. (This is why I had to manually change the 4th nested table inside of the green table to 0pt. border, not using my CSS.)
-There is way too much space in between Jump to all Subjects and content underneath it. I would like it more tight-knit.
Here is my external.css:
A:link { COLOR: #0000FF ; text-decoration: underline }
A:visited { COLOR: #0000FF ; text-decoration: underline }
A:hover { COLOR: #FF0000 ; text-decoration: none }
A:active { COLOR: #FF00FF ; text-decoration: none }
body {background-image: url('http://www.mydomain.com/backgrounds/sand.jpg') }
p, table, body, span.normal {font-style: normal; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; color: #000000; font size: 10pt; text-align: left }
span.fontnormal { font-weight: normal }
span.fontstyle { font-weight: bold }
span.fontstyle2 { font-style: italic }
span.fontstyle3 { font-style: italic; font-weight: bold }
span.fontstyle4 { text-decoration:underline }
span.fontcolorstyle { color: #CC0000; font-weight: bold }
span.fontcolorstyle2 { color: #CC0000; font-style: italic; font-weight: bold }
span.fontsize { font-size: 10pt }
span.fontsizestyle { font-size: 10pt; font-weight: bold }
span.fontsizestyle2 { font-size: 10pt; font-style: italic }
span.fontsizecolorstyle { font-size: 10pt; color: #CC0000; font-weight: bold }
table { border: 5px solid #CC0000; padding:5; background-color: #FFFFFF; margin-left:auto; margin-right:auto }
table table { border: 2px solid #000000; padding:8; background-color: #FFFFFF; margin-left:auto; margin-right:auto }
table table table { border: 5px solid #339966; padding:5; background-color: #FFFFFF; margin-left:auto; margin-right:auto }
table table table table { border: 1px solid #336699; padding:5; background-color: #FFFFFF; margin-left:auto; margin-right:auto }
form {display:inline;}
span.interviewbyepolar { color: #990033; font-weight: bold }
span.interviewinterviewee { color: #FF00FF; font-weight:bold }
span.byepolar { color: #CC0000; font-size: 24pt; font-weight: bold; }
.title { font-size: 18pt; color: #CC0000; text-align: center; font-weight: bold }
.alignmentexception { text-align: center }
.navigation { text-align: center }
span.linkbar { font-weight: bold }
span.linkseparator {font-weight: bold; color: #000000 }
span.linkseparator2 { font-size: 14pt; color: #CC0000; font-weight: bold }
.disclaimercopyright { font-size: 10pt; text-align:center }
[edited by: oilman at 1:33 am (utc) on Mar. 20, 2003]
You are not going to like this much, I don't think....
NN4 is NOTORIOUS for not being CSS friendly. Yes, you might want to view your site in that to see what happens, but it will not be all that good.
You have three options, really. NOT use CSS at all, and look (roughly) the same in most all browsers.
Try and "massage" your CSS and see if you can re-order or redefine some things so they do appear in NN$
Blow off NN4 because it does not matter, and design for modern browsers.
For what it is worth, NN4 is not that many hits. I have apretty popular site, and here is what kind of browsers I get...
60.56% MSIE 6.0
15.56% MSIE 5.5
13.39% MSIE 5.0
3.05% Mozilla/5.0
1.38% Mozilla/4.7
1.14% Googlebot/2.1 (+http://www.googlebot.com/bot.html)
0.99% MSIE 5.1
0.98% MSIE 4.0
0.79% Mozilla/3.01 (compatible;)
0.69% MSIE 5.2
0.22% Ask Jeeves/Teoma)"
0.15% Mozilla/4.0
0.10% Mozilla/4.5
0.09% MSIE 4.5
0.09% Mediapartners-Google/2.1 (+http://www.googlebot.com/bot.html)
See- over 90% wuld be fine!
dave