-
AuthorPosts
-
boerenooi Friend
boerenooi
- Join date:
- January 2011
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
April 23, 2012 at 11:23 am #176397Currently my right module, with it’s background color is as high as the content that it holds, I require the right module to run all the way down my page and always end at the end of the page, but I’m not sure how to achieve this. Here is my page. http://bit.ly/IqT8lF
Thanks in advance.
B
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
April 23, 2012 at 2:00 pm #449770<em>@boerenooi 315512 wrote:</em><blockquote>Currently my right module, with it’s background color is as high as the content that it holds, I require the right module to run all the way down my page and always end at the end of the page, but I’m not sure how to achieve this. Here is my page. http://bit.ly/IqT8lF
Thanks in advance.
B</blockquote>
If you mean you want a module to slide downwards to match the scrolling of the page (as the page scrolls up) do a Google search on “persistent layers” I did stuff yrs ago in non Joomla sites using Javascript to achieve that kinda stuff.
Here’s a link or two that shows code etc to achieve it
http://www.javascriptsource.com/image-effects/persistent-layer.html
http://www.tek-tips.com/viewthread.cfm?qid=408380
Blessings Shaneboerenooi Friendboerenooi
- Join date:
- January 2011
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
April 23, 2012 at 2:08 pm #449773HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 24, 2012 at 3:55 am #449877Hi Guys
In template.css please change
#ja-container .main {
min-height: 300px;
padding: 20px 0;
}
to
#ja-container .main {
min-height: 300px;
padding: 0;
}And
div.ja-module, div.module {
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
to
div.ja-module, div.module {
margin-bottom:0;
overflow: hidden;
position: relative;
}And
#ja-footer {
border-top: 1px solid #FFFFFF;
clear: both;
padding: 20px 0;
}
to
#ja-footer {
border-top: 1px solid #FFFFFF;
clear: both;
padding: 0 0 20px 0;
}Hope this can help you as you wanted 🙂
<em>@boerenooi 315555 wrote:</em><blockquote>Hi, thanks for the reply. that is not what I want tho. I’ll show you a screenshot…</blockquote>
boerenooi Friendboerenooi
- Join date:
- January 2011
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
April 24, 2012 at 6:06 am #449894Thanks Hung, not EXACTLY what I wanted, but I think this could work. 🙂
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
April 24, 2012 at 12:01 pm #449957Ok the picture explains it far better.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by tfosnom 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
hacking the right module to always run down the page
Viewing 6 posts - 1 through 6 (of 6 total)