Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    286
    Plugin Contributions
    0

    Default Sidebox headers without borders?

    I've played around with the sideboxes a bit, but I can't find the solution to my problem. I'd like to have borders around the bottom portion of the sideboxes, but I don't want the sidebox header image to have a border around it. Is this possible? I assume it would be changed in the stylesheet, but I don't know what to edit to make that happen. Can someone please help?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox headers without borders?

    You can style .sideBoxContent {} with whatever border you want, thanks to the comprehensive tag setup for the sideboxes.

  3. #3
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    286
    Plugin Contributions
    0

    Default Re: Sidebox headers without borders?

    Hey, that's GREAT!! It's working on all of the sideboxes except for my logo sidebox, which you can see here (top right):
    http://www.kings-kreations.com/zen/

    Any ideas how to fix the border for just that logo sidebox?

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox headers without borders?

    That mod didn't get all of the standard class tags (missing .sideBoxContent). If you add .logosideboxContent to the rule, it will cover that too:

    .sideBoxContent, .logosideboxContent {border: whatever;}

  5. #5
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    286
    Plugin Contributions
    0

    Default Re: Sidebox headers without borders?

    I put the following code in my stylesheet & still no dice on that logo sidebox...

    .sideBoxContent, .logosideboxContent {
    border: 1px solid #000000;
    }

    Any other suggestions I could try?

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox headers without borders?

    Sorry, that's an id, not a class. Use this:

    .sideBoxContent, #logosideboxContent {
    border: 1px solid #000000;
    }

  7. #7
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    286
    Plugin Contributions
    0

    Default Re: Sidebox headers without borders?

    Wonderful! That did the trick!! Thank you so much for your help with this!

 

 

Similar Threads

  1. EZ-Pages TOC Sidebox - Dynamic Sidebox Headers?
    By hockey2112 in forum Addon Sideboxes
    Replies: 8
    Last Post: 22 Jun 2010, 06:28 PM
  2. mainpage without css borders - padding?
    By fulltilt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Sep 2008, 03:57 PM
  3. Sidebox - headers & borders
    By mommydesigns in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Feb 2007, 04:44 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