/* MAIN TABBED NAVIGATION */ .stripNav ul li { float: left; }
.stripNav li a { /* Generic \"CSS image replacement\" */ display: block; height: 18px; text-indent: -9999px; } /* The below class names are auto-generated by the JavaScript */ .stripNav li.tab1 a { background: url(http://www.site.com/images/tab-forums.gif) top center no-repeat; width: 63px; } .stripNav li.tab2 a { background: url(http://www.site.com/images/tab-articles.gif) top center no-repeat; width: 63px; } .stripNav li.tab3 a { background: url(http://www.site.com/images/tab-topics.gif) top center no-repeat; width: 85px; } .stripNav li.tab4 a { background: url(http://www.site.com/images/tab-blog.gif) top center no-repeat; width: 73px; }
.stripNav li a:hover, .stripNav li a:active, .stripNav li a:focus { /* Restore focus styling that we removed when we removed outlines */ background-position: top center; }
/* It is neccessary to repeat the image paths here */ .stripNav li.tab1 a.current { background: url(http://www.site.com/images/tab-forums.gif) bottom center no-repeat; } .stripNav li.tab2 a.current { background: url(http://www.site.com/images/tab-articles.gif) bottom center no-repeat; } .stripNav li.tab3 a.current { background: url(http://www.site.com/images/tab-topics.gif) bottom center no-repeat; } .stripNav li.tab4 a.current { background: url(http://www.site.com/images/tab-blog.gif) bottom center no-repeat; }
/* SUB NAVIGATION */ .stripNavL a, .stripNavR a { display: block; position: absolute; width: 75px; height: 22px; text-indent: -9999px; }
causing paragraphs to run together.
Looks like the offending code is: { margin: 0; padding: 0; }
If we remove the above, the paragraph spacing returns to normal, but
of course BetterBlogroll then doesn't display correctly.
Ideas anyone?
I've included the CSS file, below. Thanks.
Please see:
http://www.growth trac.com/artman/publish/a-conversation-with-warren-barfield-1176.php
Please note how the paragraphs run together.
p {margin: 0 0 15px 0;
}
BTW I love the script ...great job.