Posts: 116
Location: Canandaigua, NY
|
okay, i've got another problem. i played with the line height and still cannot get it to match up. they are much closer, but still pose a problem.
heres the difference between the fox and IE:
what i'm trying to accomplish is what firefox gets right. IE, the lines are squished together too much..
heres the CSS:
Code:
#galleriesTextContainer
{
height: 130px;
margin: 0px;
padding: 0px;
margin-left: 8px;
line-height: 8pt;
}
.galleriesText
{
margin: 0px;
padding: 0px;
color: white;
font-family: Arial, Verdana, Sans Serif;
font-size: 11px;
}
and the HTML:
Code:
<div id="galleriesTextContainer">
<span class="galleriesText">dolphy day 2005 (132 images)<br />dolphy day 2004 (101 images)<br />buffalo wild wings (47 images)<br />lemoyne 2005 (425 images)<br />lemoyne 2004 (28 images)<br />lemoyne 2003 (147 images)<br />syracuse nationals 2004 (43 images)<br />nyc / jersey 2005 (245 images)<br />minutes monte (29 images)<br />my truck (67 images)<br />phil's t-type (70 images)
</span>
</div>
__________________
Please login or register to view this content. Registration is FREE : A distinguished web presence begins with distinguished web developers.
Last edited by RoLLiNLoW54; 10-10-2005 at 03:25 PM..
|