Results 1 to 10 of 27

Hybrid View

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

    Default Re: Cant get my sidebox graphic correct!

    Another clue:

    The code above is for decorating each sidebox individually. Since you want to enclose them all in one box, you will need to apply the logic to larger units.

    NavColumnOneWrapper encloses all the left sideboxes, as you will see if you use the FF Web developer tools, and navColumnOne encloses that. So you can put the top & sides of your border in the outer entity and the bottom in the next inner one so it covers the lower ends of the sides. Adjust margins & padding in all places necessary and you will be done. (I know, easier said than done, but work on it, experiment, and study CSS if necessary. You will be better prepared for your next project.)

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Cant get my sidebox graphic correct!

    For the reader follow on
    ====================
    Please note the following has not been tested and only suggested for experience!


    @ raindark

    Some suggestions, before modifications, please first read the FAQ, the Wiki and search for the basic concepts about your subjects. It will help to turn the headache or hair loss into more joys.

    The following may be still not the final way but hope this closer.
    Your image seems with problems, it contain large white margins and wider than the column size, so only portions of the graphic showed. Again it is about the basic concepts you need to notice.

    Suggest to trim off all the margins not needed unless it is by design and I misunderstand about it.
    Then cut your image mirror.jpg into 2 parts,
    one for the top or header and for e.g. I call it mirror_1.jpg,
    and the other for the bottom and for e.g. I call it mirror_2.jpg.
    But the length of mirror_2.jpg must sufficient or longer than all the lengths of your contents!

    After that, copy the idea from Future Zen and got the advices from gjh42.
    And put the following to your stylesheet and trial and errors for the experiences.

    #navColumnOne {
    margin: 0;
    background-image:url(../images/mirror_1.jpg);
    background-repeat:no-repeat;
    padding: 0.5em 0.2em; /* tune it to fit */
    }

    #navColumnOneWrapper {
    background-image:url(../images/mirror_2.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0.6em 0.7em 1.4em 0.6em; /* tune it to fit */
    }
    Again, it is your turn now.

    .
    A New Starter again

  3. #3
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Cant get my sidebox graphic correct!

    thanks....

 

 

Similar Threads

  1. Can someone please help? Quantity Issues - Please
    By snakecharmer in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Jul 2011, 05:56 AM
  2. Can someone help, has this been done before. help please
    By kldezine in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Apr 2009, 03:50 PM
  3. please someone help!
    By cruiser84 in forum General Questions
    Replies: 2
    Last Post: 15 Sep 2008, 11:10 AM
  4. Can someone PLEASE help me?
    By ~Carla~ in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Jul 2007, 01:56 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