Dmitriy
02-05-2005, 07:00 PM
I'm trying to make my box look the same in FireFox and IE. Padding-right works in IE but i get problem when i'm using FireFox.
Is there a way to solve this problem.
Thank You in advance
http://dmitriy.uni.cc/new/test.htm
CSS:
.newsitem p
{
margin: 0px;
width: 574px;
}
.newsitem_top
{color: #fff;
width: 574px;
height: 13px;
font-size: 10px;
text-align: left;
background-image:url(images/top.jpg);
text-indent: 15px;}
.newsitem_middle
{
width: 574px;
text-align: left;
font-family: sans-serif;
padding: 0px 15px 0px 15px;
background-image:url(images/middle.jpg);
background-repeat: repeat-y;
}
.newsitem_bottom
{
font-size: 10px;
width: 574px;
height: 17px;
background-image:url(images/bottom.jpg);
}
Is there a way to solve this problem.
Thank You in advance
http://dmitriy.uni.cc/new/test.htm
CSS:
.newsitem p
{
margin: 0px;
width: 574px;
}
.newsitem_top
{color: #fff;
width: 574px;
height: 13px;
font-size: 10px;
text-align: left;
background-image:url(images/top.jpg);
text-indent: 15px;}
.newsitem_middle
{
width: 574px;
text-align: left;
font-family: sans-serif;
padding: 0px 15px 0px 15px;
background-image:url(images/middle.jpg);
background-repeat: repeat-y;
}
.newsitem_bottom
{
font-size: 10px;
width: 574px;
height: 17px;
background-image:url(images/bottom.jpg);
}