Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Dotted Line on Grid

    Does anybody know how to change the dotted line between imaqes in the grid to solid lines that connect? It would actually become boxes.

    .vDotLine
    {
    background-color: transparent;
    background-image: url(../images/delim_v.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 20px;
    font-size: 1px;
    }

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Dotted Line on Grid

    can you give us a link to your site?

  3. #3
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Dotted Line on Grid

    the dots are made by the background image.

  4. #4
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Dotted Line on Grid

    Quote Originally Posted by frank18 View Post
    can you give us a link to your site?
    I'm not live yet, but this link will give you a great look at what I'm referring to:

    http://designerperfumesnob.authsafe....ylor&x=10&y=11

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Dotted Line on Grid

    That dotted line is added by this mod:

    http://www.zen-cart.com/downloads.php?do=file&id=666

    You might check the docs for the mod or the support thread (if any). either way, that dotted line is an image called from the stylesheet. You could change the image to a solid line.

  6. #6
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Dotted Line on Grid

    Could I just delete the dotted line?

  7. #7
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Dotted Line on Grid

    I found the answer in Google:


    A quick way to make the dotted lines go away is to change this in stylesheet_dotline.css

    .vDotLine

    {
    background-color: transparent;
    background-image: none /*url(../images/delim_v.gif)*/;
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 20px; font-size: 1px;
    }


    .hDotLine
    {
    background-image: none/*url(../images/delim_v.gif);
    padding:1px 0;
    }


    POOF! It's gone and looks 100% better.

 

 

Similar Threads

  1. v151 Mystery Red dotted line around field - element.style being pulled from HTML not CSS?
    By the brit in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Feb 2013, 09:58 PM
  2. Grid line 'New Product for July'
    By UnCLeZ in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 Jul 2009, 07:14 PM
  3. Dotted line not in centre.
    By maomaochong in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jul 2008, 11:58 AM
  4. How do I add Dotted line/ space in between product listing
    By Dupermall in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 16 Jun 2008, 04:11 PM
  5. Dotted Lines in layout Grid
    By kbmets7 in forum General Questions
    Replies: 5
    Last Post: 6 Mar 2008, 07:58 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