View Single Post
  #3  
Old 02-10-2009, 08:06 PM
 
rageon75 rageon75 is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 108
 

Default Re: Blocked from View: Continue Shopping and Checkout Buttons

Thanks for your reply. I went to that css file and changed the line-height: from 29px to 60px; but only the text moved. The button graphics did not. What part of the css do I also change to make the button graphics move? Thanks again.

Here is the part of the css I changed:

background: transparent url(../../images/but_flc_left.png) no-repeat;
line-height: 60px;
color: #111d4d;
font-weight: bold;
font-size: 11px;
}

/*
big main with arrow button
*/
div.flc-3-button {
background: transparent url(../../images/but_flc_arrow_right.png) no-repeat right top;
padding-right: 30px;
}
div.flc-3-button div,
div.flc-3-button a:link,
div.flc-3-button a:visited,
div.flc-3-button a:hover,
div.flc-3-button a:active
{
background: transparent url(../../images/but_flc_main_left.png) no-repeat;
line-height: 60px;
color: #510000;
font-weight: bold;
font-size: 11px;
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7
Reply With Quote