Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

css hover


moisea

Recommended Posts

hello there!

 

i am trying to insert a mouseoverbox within my codes using css but i dont manage to get it right. i keep getting the following error message;

Parse error: parse error, expecting `')'' in c:\program files\easyphp1-8\www\upfrontec.com\catalog\includes\modules\new_products.php on line 34

 

here is my code with the added ones in red....

 

if ($col == 0) {
  $info_box_contents[$row][$col] = array('align' => 'center',
                                         'params' => 'class="smallText" width="49%" valign="top"',
                                         'text' => '<table summary="test" width="99%"><tr><td class="test" onmouseover="this.className='test2'" 
onmouseout="this.className='test'"  width="50%"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a></td><td width="50%"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a><br>' . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])) . '</td></tr></table>');
  } else {
  $info_box_contents[$row][$col] = array('align' => 'center',
                                         'params' => 'class="smallText" width="49%" valign="top"',
                                         'text' => '<table summary="test" width="99%"><tr><td class="test" onmouseover="this.className='test2'" 
onmouseout="this.className='test'"   width="50%"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a></td><td width="50%"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a><br>' . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])) . '</td></tr></table>');
  }

 

can someone please assist, don't find where/how to put `')'' on these codes without messin' em up.

 

many thanks.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...