Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Image product border

    so here Im trying to put border only for the product image

    a img {border: none;
    border-color: #000000;

    yes but when I set the size of a pixel to use its sets for all Images
    but how can I set Image border only for products

    thanks

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Image product border

    Try adding this to your CSS stylesheet:

    Code:
    .productListing-data img {border: 1px solid #000;}

  3. #3
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: Image product border

    and also I need to set this same thing to Product Details


    and also the layout the Column Boxes to be snapped to the left/right and Upper border see www.e-storebg.com there is some pixels away form the left/right/upper border how can I fix it ?

    thanks

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Image product border

    sicness,


    Off topic, but in viewing your site it loads slowly. Your small thumb image sizes are rather large. i.e. a mobo image was 124KB and you are loading many on your main and other pages. A small thumb should be in the range of 1.5-5KB. This would speed the loading of your site considerably. If you are interested:

    I still adhere to the 3 image scheme, and I use a freeware utility 'easythumbnails' that allows batch conversion and naming.

    So one can point to their images in the app, select the size to match the Zen smallest image and convert. Then with the same set change size to the medium dimensions, add suffix of _MED and convert. adjust the same for the large image ad suffix _LRG and convert. FTP these images to their respecitve folders on your site and Zen takes care of the rest.

    It is here: ezthumbs

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Image product border

    The following should take care of the images:

    Code:
    .productListing-data img, #productMainImage img, #productAdditionalImages img {border: 1px solid #000;}
    Try the following settings for your sideboxes:

    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {margin: 0 auto; font-size: 1em; padding: 0;}

  6. #6
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Image product border

    How do i put an image border on the New Products sidebox, New Products for May box on the main page and Subcategory images? What are the codes for them i.e. productListing-data img

  7. #7
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: Image product border

    Quote Originally Posted by Berserker
    How do i put an image border on the New Products sidebox, New Products for May box on the main page and Subcategory images? What are the codes for them i.e. productListing-data img

    here
    Code:
     .centerBoxContentsNew {border: 1px solid #000;}
    I'm not sure but u can try at this moment I don't use this box

    For the subcategory listing in New Products I have no idea but I will need this 10x and kobra 10x for the advice and for the help I will mind it.

  8. #8
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Image product border

    These should take care of these

    Code:
    #allProductsDefault img, 
    #newProductsDefault img, 
    #featuredDefault img, 
    #specialsListing img, 
    #whatsnewContent img, /*-> what new sidebox*/
    #specialsContent img, /*-> specials sidebox*/
    #featuredContent img /*-> feature sidebox*/

  9. #9
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: Image product border

    Quote Originally Posted by kobra
    sicness,


    Off topic, but in viewing your site it loads slowly. Your small thumb image sizes are rather large. i.e. a mobo image was 124KB and you are loading many on your main and other pages. A small thumb should be in the range of 1.5-5KB. This would speed the loading of your site considerably. If you are interested:

    I still adhere to the 3 image scheme, and I use a freeware utility 'easythumbnails' that allows batch conversion and naming.

    So one can point to their images in the app, select the size to match the Zen smallest image and convert. Then with the same set change size to the medium dimensions, add suffix of _MED and convert. adjust the same for the large image ad suffix _LRG and convert. FTP these images to their respecitve folders on your site and Zen takes care of the rest.

    It is here: ezthumbs
    pffffuuuuuuuuuuuuuuuuuuu Its became aa mess when I added images with a _MED and _LRG Suffix
    and the problem with loading is the same just two more images are appeared in the product details page pleaseeeeeeeeeeeeeeeeeeeeeee someee ideasss


    thanks

  10. #10
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: Image product border

    actually I need, when I click to the tumbnail image to popup the large ONE

    I though that I can fix it form the tpl modules but the is full mess
    requiers php files from every where once for the popup image one for the additional image one for the main image AND TOTALLL CONFUUUSEEE
    can any one just give the source or to tell me how to make this changessssssssssssss pleaseeeeeeeeeeeeeeeeee

    thanksss

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Remove border around product image
    By metaus in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jul 2012, 12:57 PM
  2. Border around product image
    By WendyT in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Jul 2010, 08:23 AM
  3. Product Listing Image border
    By joemind in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Jul 2009, 03:05 AM
  4. Border around Product Listing Image
    By TurtleDove in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 2 Aug 2006, 06:34 PM

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