You really should start another thread to get assistance on this as it's not related to the Ceon SEO module.. Also make sure you wrap any code or CSS in your posts with the "code" tags so your code doesn't get smilies inserted into it inadvertently.
Your CSS without code tags:
.button_create_account {
background:url(../images/theme-1/button_new_account.gif) no-repeat;
display:block;
width:179px;
height:26px;
border:0 none;
line-height:0;
text-indent:-9999px;
font-size:0;
cursor
ointer;
Your CSS with code tags
Code:
.button_create_account {
background:url(../images/theme-1/button_new_account.gif) no-repeat;
display:block;
width:179px;
height:26px;
border:0 none;
line-height:0;
text-indent:-9999px;
font-size:0;
cursor:pointer;

Originally Posted by
alan145
Hello Conor and DivaVocals,
I found the css file which defined as below:
.button_create_account {
background:url(../images/theme-1/button_new_account.gif) no-repeat;
display:block;
width:179px;
height:26px;
border:0 none;
line-height:0;
text-indent:-9999px;
font-size:0;
cursor

ointer;
so actually, the image width is 179px, but now it only 80 px.
I have try to add the /includes/templates/lightinthebox/images
in the css files.
but it seems that, the button can't diaply completely either.
how to edit input tag?
Thank you.
Alan
Bookmarks