Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    bug Bug Opera with categories image display

    In IE everything looks great but in Opera the display of the categories at the bottom of the main page is in one column down the page. Looks awful.

    This is a site that might attract foreign visitors who are more likely to use Opera so it does matter.
    Opera
    Version
    9.24
    Build
    8816
    Platform
    Win32
    System
    Windows 2000
    Java
    Sun Java Runtime Environment version 1.6
    XHTML+Voice
    Plug-in not loaded

    1.3.8a zen cart
    Last edited by cshart; 21 Dec 2007 at 02:03 AM. Reason: left out something

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Bug Opera with categories image display

    Um ... perhaps a URL where this could be seen might be of some value.
    And also a list of addons/contributions you have installed, and a list of all differences between your site and a fresh Zen Cart install.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Default Re: Bug Opera with categories image display

    http://www.palam.org/bkstore3

    Some english changes not much else that would effect the coding.
    Stylesheet color changes

    Quote Originally Posted by DrByte View Post
    Um ... perhaps a URL where this could be seen might be of some value.
    And also a list of addons/contributions you have installed, and a list of all differences between your site and a fresh Zen Cart install.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Bug Opera with categories image display

    Yes, it's a bug ... in your own stylesheet.

    You're missing the float:left for the categoryListBoxContents class.

    Bandage: add this to your stylesheet:
    Code:
    .categoryListBoxContents {
    	float: left;
    	}
    You probably need to check your entire stylesheet to see what other things you may have left out when you were updating it.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Default Re: Bug Opera with categories image display

    Thank you fixed it right up.



    Quote Originally Posted by DrByte View Post
    Yes, it's a bug ... in your own stylesheet.

    You're missing the float:left for the categoryListBoxContents class.

    Bandage: add this to your stylesheet:
    Code:
    .categoryListBoxContents {
    	float: left;
    	}
    You probably need to check your entire stylesheet to see what other things you may have left out when you were updating it.

 

 

Similar Threads

  1. Problem with OPERA Additional Images Display
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 26
    Last Post: 18 Apr 2009, 11:18 PM
  2. Image Handler Doesn't Work With Opera Browser ?
    By Mal2869 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 16 Mar 2009, 12:11 AM
  3. Display Prices with Tax bug?
    By mrkrinkleweb in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 5 Nov 2008, 04:32 AM
  4. Image seems to float in Opera and FF
    By bjraines in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Sep 2006, 07:38 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