I recently added a simple one row html table that contains a link in the tpl_product_info_display.php file. Every browser except IE places the text and link to the right instead of aligned under the existing attributes like I wanted.
website: http://puresensebypaula.com/spa/inde...products_id=35
The CSS code is:
#scentChartLink{position:relative; left:7.5px; top:-13px; font-size:1.2em; font-weight:bold;}
#scentChartLink a:link{position:relative; left:9px; font-size:0.9em; color:#96C71D; text-decoration:underline;}
#scentChartLink a:hover{color:#0099EB}


Reply With Quote
