Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2012
    Posts
    25
    Plugin Contributions
    0

    Default Browser Interpretation Issues

    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}

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Browser Interpretation Issues

    I use the ATTRIBUTE COMMENTS field to place popup URL's like this.

    SEE HERE for an example: (Scroll down to the attributes and find FONT OPTIONS... the link is above that).

    I had to INCREASE the VARCHAR length in the database for this field. The default is something like 64 characters. I took it to 256 so it accommodates the "onclick" function in the URL to produce the popup, rather than a new tab or window.

    In this way you attach the link to the ATTRIBUTE, so if you don't need that attribute on a product, the link does not appear. Your method will put the link in SITE-WIDE, so even on products where it is not needed, that link will appear.
    20 years a Zencart User

 

 

Similar Threads

  1. v139e Browser IE issues
    By elite supplement in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Sep 2012, 12:34 AM
  2. Browser Issues...
    By Ambitions in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 May 2010, 04:11 PM
  3. Cross browser issues
    By beyre in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2009, 09:21 PM
  4. Browser Issues
    By benje in forum General Questions
    Replies: 2
    Last Post: 4 Dec 2008, 09:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg