Thread: CSS Help?

Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Posts
    48
    Plugin Contributions
    0

    help question CSS Help?

    Can someone please tell me how to add a border to this table in the middle?

    i cant seem to find it anywhere in the stylesheet

    http://thetyreexperts.com.au/index.p...=index&cPath=5

    Thank you in advance

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

    Default Re: CSS Help?

    try adding this to your stylesheet adjusting to suit
    Code:
    .productListing-data {
    padding: .5em;
    border-bottom:  2px solid #000000;
    }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2005
    Posts
    48
    Plugin Contributions
    0

    Default Re: CSS Help?

    Thank you. I have done that but it only added the bttom border. Do you know how i can put a white border around the whole table i have tried a few things but can not work it out.

    Thanks again

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: CSS Help?

    perhaps this is what you're looking for.
    #productListing {
    padding: .5em;
    border: 1px solid #ffffff;
    }
    Note that you may find this changes more than just the page you are viewing.
    It would be beneficial for you if you get a copy of Firefox and the Web Developers tool kit add-on. Should be in EVERY Zen tool box.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

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

    Default Re: CSS Help?

    Thank you. I have done that but it only added the bttom border. Do you know how i can put a white border around the whole table i have tried a few things but can not work it out.
    Think dbltoe nailed it for you
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Help with using css buttons, "update cart' does not use the css buttons?
    By trinitypres in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jan 2011, 04:34 PM
  2. Need CSS Help- Where's My Css Friend?? :)
    By Kaniki in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Dec 2010, 06:14 AM
  3. Converting OS css to Zencart Css help please.
    By oavs in forum General Questions
    Replies: 2
    Last Post: 17 Jul 2006, 09:49 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