Hello.
<!-- m --><a class="postlink" href="http://www.swoobs.org">http://www.swoobs.org</a><!-- m --> looks different in IE and FF.
In IE it looks great, just the way I want it to. In FF, the red rectangle with the word "M A I N" in it has a gap above it.
The border for the yellowish header under the Month, Year to the right is also thin in FF, much nicer and thicker in IE.
Another thing is the red header rectangles seem to hang just ever so slightly past the edge of the lighter red background they're on.
Same with the yellowish header under the Month, Year. Its border is visible just past the right of the cream colored background.
The CSS file being used is:
<!-- m --><a class="postlink" href="http://www.swoobs.org/stylesheets/index.css">http://www.swoobs.org/stylesheets/index.css</a><!-- m -->
My webpage is also valid HTML 4.01 STRICT according to the W3C so you might even enjoy looking at the source!
Any help about these differences would be greatly appreciated.you know you can put
!important behind any css line, to make it FF only
so for your first problem you might consider
margin-top: -10px !important;
or something similar.
hope that gets you started.
btw, nice house you have there h1.menu {
margin:0; /* browsers use different margins in headers */
background-color: red;
bla ...
}
h2.separator {
background-color: #00FFD9;
height: 45px;
border-top:1px solid #009580; /* use px not thin */
border-bottom:1px solid #009580;
margin-top: -19px !important; margin-top: -21px; /* Moz; IE*/
}
Yellow, cream It's green. Are you color-blind?Thanks for your help.. and to the post above you for the compliement on our house.
Yes, I'm slightly color blind. My wife helped me pick out the colors.Perhaps using named colors would be a better idea?
Your colors are bright red and green; a bit too bright!
These maybe of use:
<!-- m --><a class="postlink" href="http://wellstyled.com/tools/colorscheme2/index-en.html">http://wellstyled.com/tools/colorscheme2/index-en.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.accessify.com/default.asp">http://www.accessify.com/default.asp</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.maxdesign.com.au/presentation/Originally">http://www.maxdesign.com.au/presentation/Originally</a><!-- m --> posted by Fang
<!-- m --><a class="postlink" href="http://wellstyled.com/tools/colorscheme2/index-en.html">http://wellstyled.com/tools/colorscheme2/index-en.html</a><!-- m -->
wow, cool link, thx
<!-- m --><a class="postlink" href="http://www.swoobs.org">http://www.swoobs.org</a><!-- m --> looks different in IE and FF.
In IE it looks great, just the way I want it to. In FF, the red rectangle with the word "M A I N" in it has a gap above it.
The border for the yellowish header under the Month, Year to the right is also thin in FF, much nicer and thicker in IE.
Another thing is the red header rectangles seem to hang just ever so slightly past the edge of the lighter red background they're on.
Same with the yellowish header under the Month, Year. Its border is visible just past the right of the cream colored background.
The CSS file being used is:
<!-- m --><a class="postlink" href="http://www.swoobs.org/stylesheets/index.css">http://www.swoobs.org/stylesheets/index.css</a><!-- m -->
My webpage is also valid HTML 4.01 STRICT according to the W3C so you might even enjoy looking at the source!
Any help about these differences would be greatly appreciated.you know you can put
!important behind any css line, to make it FF only
so for your first problem you might consider
margin-top: -10px !important;
or something similar.
hope that gets you started.
btw, nice house you have there h1.menu {
margin:0; /* browsers use different margins in headers */
background-color: red;
bla ...
}
h2.separator {
background-color: #00FFD9;
height: 45px;
border-top:1px solid #009580; /* use px not thin */
border-bottom:1px solid #009580;
margin-top: -19px !important; margin-top: -21px; /* Moz; IE*/
}
Yellow, cream It's green. Are you color-blind?Thanks for your help.. and to the post above you for the compliement on our house.
Yes, I'm slightly color blind. My wife helped me pick out the colors.Perhaps using named colors would be a better idea?
Your colors are bright red and green; a bit too bright!
These maybe of use:
<!-- m --><a class="postlink" href="http://wellstyled.com/tools/colorscheme2/index-en.html">http://wellstyled.com/tools/colorscheme2/index-en.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.accessify.com/default.asp">http://www.accessify.com/default.asp</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.maxdesign.com.au/presentation/Originally">http://www.maxdesign.com.au/presentation/Originally</a><!-- m --> posted by Fang
<!-- m --><a class="postlink" href="http://wellstyled.com/tools/colorscheme2/index-en.html">http://wellstyled.com/tools/colorscheme2/index-en.html</a><!-- m -->
wow, cool link, thx