Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   Overflow issue in FF (http://forum.bytesforall.com/showthread.php?t=1132)

pamelahazelton Apr 6, 2009 08:16 PM

Overflow issue in FF
 
Sorry - I've hunted and cannot find the answer.

The excerpt code is as follows:

<div class="post-bodycopy clearfix">
<p>Excerpt is here.</p>
</div>

According to the CSS:

div.post-bodycopy {
/* more ... */

}

div.post-bodycopy p {
margin: 1em 0;
padding: 0;
display: block;
overflow: auto;

}

AND:

.clearfix:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix
{
min-width: 0; /* trigger hasLayout for IE7 */
display: inline-block;
/* \*/ display: block; /* Hide from IE Mac */
}

* html .clearfix
{
/* \*/ height: 1%; /* Hide from IE Mac */
}

Unfortunately, nothing is keeping FF from displaying the excerpt on one line, with the need to highlight the text and manually scroll.

Any ideas?

Thanks in advance!

Pamela


All times are GMT -6. The time now is 08:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.