What am I doing wrong???
<!-- m --><a class="postlink" href="http://www.cityofpoulsbo.com">http://www.cityofpoulsbo.com</a><!-- m -->, or more specifically, <!-- m --><a class="postlink" href="http://www.cityofpoulsbo.com/aboutsite.asp">http://www.cityofpoulsbo.com/aboutsite.asp</a><!-- m --> for example.
In IE the left side-bar background image goes all the way to the bottom, but in FF it does not. I know it has to be something I'm doing wrong, but I dont know what. If someone could look at my CSS and help, I would really appreciate it.
<!-- m --><a class="postlink" href="http://www.cityofpoulsbo.com/newfiles/poulsbosite.cssIt's">http://www.cityofpoulsbo.com/newfiles/p ... te.cssIt's</a><!-- m --> because the right column is floated...You need to clear the float (<!-- m --><a class="postlink" href="http://bonrouge.com/br.php?page=floats">http://bonrouge.com/br.php?page=floats</a><!-- m -->).
Add this to your stylesheet (<!-- m --><a class="postlink" href="http://bonrouge.com/test/poulsbo.htm">http://bonrouge.com/test/poulsbo.htm</a><!-- m -->) : #content:after {
content:".";
visibility:hidden;
clear:both;
display:block;
font-size:0;
}Perfect thanks. Now...does anyone know why on the same pages my menu sometimes has little white lines on it? (FF only)
<!-- m --><a class="postlink" href="http://www.cityofpoulsbo.com">http://www.cityofpoulsbo.com</a><!-- m -->, or more specifically, <!-- m --><a class="postlink" href="http://www.cityofpoulsbo.com/aboutsite.asp">http://www.cityofpoulsbo.com/aboutsite.asp</a><!-- m --> for example.
In IE the left side-bar background image goes all the way to the bottom, but in FF it does not. I know it has to be something I'm doing wrong, but I dont know what. If someone could look at my CSS and help, I would really appreciate it.
<!-- m --><a class="postlink" href="http://www.cityofpoulsbo.com/newfiles/poulsbosite.cssIt's">http://www.cityofpoulsbo.com/newfiles/p ... te.cssIt's</a><!-- m --> because the right column is floated...You need to clear the float (<!-- m --><a class="postlink" href="http://bonrouge.com/br.php?page=floats">http://bonrouge.com/br.php?page=floats</a><!-- m -->).
Add this to your stylesheet (<!-- m --><a class="postlink" href="http://bonrouge.com/test/poulsbo.htm">http://bonrouge.com/test/poulsbo.htm</a><!-- m -->) : #content:after {
content:".";
visibility:hidden;
clear:both;
display:block;
font-size:0;
}Perfect thanks. Now...does anyone know why on the same pages my menu sometimes has little white lines on it? (FF only)