Jump to content

move text down 8px


herghost

Recommended Posts

Hi all,

 

I have the below which basically makes a bordered box with curved borders. I wish to move the text in the topbox down by about 8px, however if I use padding-top then the image contained in the mainr starts 8px after it should, leaving a gap in my border

 

.topr
{
background: transparent url('../images/top.png') no-repeat ;
height:30px;
color:#000;
font-size:16px;
text-align:center;
}



.mainr
{

background: transparent url('../images/main.png') repeat-y;
line-height:12px;
color:#35bcfa;
font-size:10px;
vertical-align:middle;
padding-left:12px;
padding-right:6px;
padding-bottom:4px;

}

.bottomr
{
background: transparent url('../images/bottom.png') no-repeat;
height:35px;
color:#35bcfa;
padding-left:15px;
padding-top:1px;
}

 

How can I move it down? Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/218590-move-text-down-8px/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.