Thread: Sidebox footer

Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2007
    Posts
    21
    Plugin Contributions
    0

    red flag Sidebox footer

    I've tried for a long time to get a footer to the sidebox. And I solved the problem. But now there's another issue. I want:

    - different footer to each sidebox

    What files do I change and with what?

    Please help me...and please explain it like i'm a newbie

    //Mattias

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

    Default Re: Sidebox footer

    Most sideboxes belong to the same css class but also have a unique tag.

    You should get FireFox and the web tools extention and you can uncover these elements and their names.

    then you can apply your image in the stylesheet.css file in a similar fashion as this and adjust the items to match your image dimemsions like padding-bottom:
    Code:
    #YourSideBoxTag {
    	padding: 0.4em;
    	border-left: 1px solid #9B11A1;
    	border-right: 1px solid #9B11A1;
    	padding-bottom: 2.5em;
    	background-color: #ffffff;
    	background-image: url(../images/sidebox_bot.gif);
    	background-repeat: no-repeat;
    	background-position: 0% 100%;
    	}

  3. #3
    Join Date
    Feb 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Sidebox footer

    OK, thanx...that worked. But now I have a new problem. I can't get a footer to the menu. Because the menu is dynamic in height i want a div under the menu with a "footerimage". How can I do that??? I can't figure it out with firefox webtools.

    Best regards

    Mattias

  4. #4
    Join Date
    Feb 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Sidebox footer

    If anyone want to look at the problem.

    http://www.mrgunnarsson.com/romi

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

    Default Re: Sidebox footer

    I can't determine what you want from your description and can't see what you have attempted without a url

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

    Default Re: Sidebox footer

    You should probably download a copy of the template "future zen" and see how this can be addressed with the "sliding door" css technique

  7. #7
    Join Date
    Feb 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Sidebox footer

    I've loked through the future_zen_template but it's not what i want. I want to place a "div" under the menu. And inside that div I want a image. So if the menu gets longer the div will follow. Is it possible to do this?

    //Mattias

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

    Default Re: Sidebox footer

    I was not suggesting that this template was what you wanted only that the "sliding door" css technique might be of interest to you as this method will allow what you seek.

  9. #9
    Join Date
    Feb 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Sidebox footer

    OK...I was confused...i searched after "sliding doors" on google and read about it. After that I understood what to change in the css and that solved the problem. Thanx Cobra. You're the man

    Sincerely

    Mattias

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

    Default Re: Sidebox footer

    That technique is also used in this template and why I thought you could look at the application there

 

 

Similar Threads

  1. Sidebox Footer Image
    By esoin in forum Basic Configuration
    Replies: 4
    Last Post: 6 Jun 2008, 07:40 PM
  2. Sidebox Footer
    By Tricks in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Jan 2008, 08:12 AM
  3. Adding a Sidebox Footer...
    By flipjargendy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jul 2007, 06:47 PM
  4. Sidebox Footer
    By adhd05 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 24 Jul 2006, 12:29 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