Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing box link colors


Guest

Recommended Posts

Posted

Hey all! I've done some searching on this through the forums but couldn't find anything specific to it. I hope that someone can help!

 

I'm new to OSCommerce and PHP, and am having a problem with the text color for links in all the boxes. I only want the box link colors to change, and not the links in other parts of the page (like in text_main) etc... If I chance the "A" class in the stylesheet.css it changes everything. Any ideas?

 

My site is at: HearsayMusic.ca

 

oh, and an unrelated question: the images in the background of the boxes sizes differently on every browser it seems. right now, if viewed in Mozilla it's perfect. but in IE, Konqueror, etc, the image gets cut off by the box underneath it. Where would I go to make sure the image is uniform in all browsers?

 

thanks!!!

Posted

Or check my reply in this post:

 

http://www.oscommerce.com/forums/index.php?showtopic=89304&hl=

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Posted

great! thanks very much for your help! I managed to get it all fixed up.

 

the only problem i'm having now is that the image background in the boxes (eg: categotories.php) displays incorrectly for IE, but displays fine in galeon. the code i use for the backgrounds is:

 

<!-- best_sellers //-->
         <tr>
           <td background="images/box-images/bestsellers-background.jpg">
<?php
   $info_box_contents = array();
   $info_box_contents[] = array('text' => BOX_HEADING_BESTSELLERS);

 

basically, in mozilla the purple background displays fine, and you can see the shadowing at the bottom of the box. but in IE the bottom gets cut off buy the box below it.. any ideas?

 

thanks again!

Archived

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

×
×
  • Create New...