Dennis_gull Posted October 8, 2006 Posted October 8, 2006 I installed Basic Design Pack 1.8 But I dont really like the CSS buttons and I dont know how to change the background colour to an image does that work? When I try to change the background to an image like you do on other stuff it just show a white button. Anways if it doesnt work I would like to remove them but I have no idea at all how to remove the CSS script and every image with a link I add to the site will automatic change to a CSSbutton. <_< Quote
Dennis_gull Posted October 8, 2006 Author Posted October 8, 2006 (edited) This is what the script looks like now: .cssButton { background:url "/images/infobox/corner_right_left.gif"; color:url "/images/infobox/corner_right_left.gif"; width: auto; height: auto; vertical-align: top; font-weight: normal; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; text-align: center; text-decoration: none; border: 1px; border-style: solid; border-color: #bbbbbb; border-spacing: 1px; But I dont get the background image, any ideas? Edited October 8, 2006 by Dennis_gull Quote
♥toyicebear Posted October 9, 2006 Posted October 9, 2006 change: background:url "/images/infobox/corner_right_left.gif";color:url "/images/infobox/corner_right_left.gif"; to background-image: url("images/infobox/corner_right_left.gif"); By the way, if you have not changed the info box corners from the pack, the abowe will not give you any visible backgroung since the corners in the pack is transperant gifs. But you can upload any image you want and just change the image path in the example abowe to the new image. if you dont want to have the css buttons, there are alternative html_output.php files in the pack without them. Quote Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
Dennis_gull Posted October 9, 2006 Author Posted October 9, 2006 Thanks, I decided to go back to the normal buttons so replaced the html_outut.php with the one from pack v 1.1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.