Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Button Problems


patrickbailey1

Recommended Posts

Posted

I recently replaced the Categories box with my own Categories box that i made by uploading some gif's i designed on Photoshop. The problem is that i uploaded them as links and on some webbrowsers (though seemingly not on internet explorer for mac or safari) there is an outline around them with the A:Hover color when you roll over the images (such that the images are links that change color). You can see what i'm talking about here, which is my website, and roll your mouse over the 'Products' buttons (i.e. Plasmas LCDs etc...). Here is the code for the buttons...

 

<?php
/*
 $Id: newcategories.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/
?>
<!-- newcategories //-->
         <tr>
           <td>
<?php
 $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_NEWCATEGORIES);

 new infoBoxHeading($info_box_contents, false, false);

 $info_box_contents = array();
 $info_box_contents[] = array('text' =>'
<table width=118 cellspacing=0 cellpadding=0 border=0>
  <tr> 
      <td><a href="index.php?cPath=37"><img src="images/plasmas.gif" alt="Plasmas"></a></td></tr>
       <tr> <td><a href="index.php?cPath=25"><img src="images/lcds.gif" alt="LCDs"></a></td></tr>
<tr> <td><a href="index.php?cPath=34"><img src="images/projectors.gif" alt="Projectors"></a></td></tr>
<tr> <td><a href="index.php?cPath=86"><img src="images/audiocenter.gif" alt="Audio Center"></a></td></tr>
<tr> <td><a href="index.php?cPath=70"><img src="images/dvdplayers.gif" alt="DVD Players"></a></td></tr>
<tr> <td><a href="index.php?cPath=26"><img src="images/hdreceivers.gif" alt="HD Receivers"></a></td></tr>
<tr> <td><a href="index.php?cPath=52"><img src="images/packagedeals.gif" alt="Package Deals"></a></td></tr>
<tr> <td><a href="index.php?cPath=31"><img src="images/plasmaaccessories.gif" alt="Plasma Accessories"></a></td></tr>
<tr> <td><a href="index.php?cPath=74"><img src="images/replacementparts.gif" alt="Replacement Parts"></a></td></tr>
       <tr> <td><a href="index.php?cPath=30"><img src="images/cables.gif" alt="Cables"></a></td></tr>
<tr> <td><a href="index.php?cPath=36"><img src="images/warranties.gif" alt="Warranties"></a></td>
</tr>
</table>
');
 new infoBox($info_box_contents);
?>
<!-- newcategories_eof //-->

 

Let me know what you think...any additional comments on the website would be great too as I plan on submitting the URL in about 2 weeks or so...thanks!

 

Patrick

-Feel free to email me as well!

Patrick Bailey

www.DisplayHaven.com

Posted

I can't see the problem yo describe but my screen is 1024x768 and I have to scroll the horizontal bar left/right to see the whole page about 5 inches maybe. All the categories are blank. I like the logo part at the top, puts mine to shame :lol:

Posted

Yes, at the current time our picture is up by the header for some reason and everything is messed up...should have seen it 5 or 6 hours ago though..way different. Thanks for the comments on the header! Its not my design, but i like it! I'm the the process of completely redoing the site so some parts still look "the old way" and some look newer...what can you do...check it out tomorrow or the next day and hopefully it will look totally different (and not scroll 5 inches extra!) Thanks!

Patrick Bailey

www.DisplayHaven.com

Posted
I see you're with ixwebhosting...i am too...are you liking them so far?

Well I was using lunarpages.com and after they deleted my site because I wasn't entitled to use OScommerce I decided to change to IXwebhosting.

 

Since the change I've only had to minor problems with them.

1st - the server rack my site is in lost power for 6 hours the other day.

2nd - updated mysql version last night and my site didn't work for about an hour.

3rd my Webalizer, under stats on there hsphere cpanel doesn't work. They said my htaccess file is messing it up. All I have it do is make my .com/catalog the home page when you type in my URL.

 

Nothing major just little things. But overall I'm impressed. They have the online 24 hour help which is great and any question I have they answer no matter who caused the problem, me or them :)

Archived

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

×
×
  • Create New...