Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem Buttons!


Crucialbmx

Recommended Posts

Posted

Hello people, Need a little help!

 

I really want to change the buttons on my site (www.crucialbmxshop.com) But im FTP'ing the new buttons into the button section in the english language folder but they won't change! they stay the same!

 

Help please :( need to change them

 

Thanks

Scott

Posted

Looks to me like your code doesn't use images for buttons.

 

Looking at one of your pages I see this in the HTML:

 

<div class="cssButton"> Buy Now </div>

That code pruduces your "Buy Now" button using this from your CSS file:

 

.cssButton {
 background: #f0f0ff;
 color: #000080;
 width: 100px;
 height: 20px;
 vertical-align: top;
 font-weight: normal;
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 border: 1px;
 border-style: solid;
 border-color: #000080;
 border-spacing: 1px;
}

Then this is code for your "Quick Find" button:

 

<input class="cssButton" value="Quick Find" type="submit">

Long story short - your code isn't using images for buttons...

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

  • 2 weeks later...
Posted

So how can i fix this?

 

Its just that the buttons are HORRIBLE! And not showing correctly. Looks very unprofessional....

 

Thanks

Scott

Posted
So how can i fix this?

 

Its just that the buttons are HORRIBLE! And not showing correctly. Looks very unprofessional....

 

Thanks

Scott

 

One quick way you may try is find where the code for the button is (stylesheet.php maybe) and play with bakgrounf-border-color values!! (for html color values just search on the web)

Archived

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

×
×
  • Create New...