• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Scolling Bar (How to add a scrolling down bar to category block.)
Scolling Bar
Elexy
Posts: 93
Reputation: 2

Message # 1 | 11:34 PM
Just wanted to ask, how does one adds a scrolling bar which grants you the ability to go down and up in the $CATEGORY$ block of the website? I'm sure there is a code somewhere, I haven't been able to find any on the forums.
Proud Ucoz Member Since 2013
Warning: Do not trust Zayaan Ibrahim with projects, he will scam you by overpricing!
♥ http://rawtrex.com/ ♥
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 2:59 AM
Elexy, to achieve this you need to add a height and overflow attribute to the category block on your website via CSS. If you provide the URL I can provide a code. smile
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Elexy
Posts: 93
Reputation: 2

Message # 3 | 3:44 AM
Hey Paradox, hope life is well for you!

The site is down at the moment due to a DDoS attack, but it is this site here:
http://rawtrex.com/

It uses exactly the design template uCoz provides #1051, so if the site is still down, you can get the CSS design from that template.

Proud Ucoz Member Since 2013
Warning: Do not trust Zayaan Ibrahim with projects, he will scam you by overpricing!
♥ http://rawtrex.com/ ♥
Post edited by Elexy - Friday, 2014-06-06, 3:48 AM
VZ
Posts: 189
Reputation: 3

Message # 4 | 11:36 PM
Quote Elexy ()
Hey Paradox, hope life is well for you!

The site is down at the moment due to a DDoS attack, but it is this site here:
http://rawtrex.com/

It uses exactly the design template uCoz provides #1051, so if the site is still down, you can get the CSS design from that template.

Adjust the height to your needs./This would work on any template. Since the class is based on the uCoz system
Code
.catsTable {
   display:block;
   height:200px;
   overflow:auto;
}

Hit that "Thanks" button. :)
In life there's ALWAYS limits but do not plan above them.
Post edited by VZ - Sunday, 2014-06-29, 11:38 PM
uCoz Community » For Webmasters » Design Customization » Scolling Bar (How to add a scrolling down bar to category block.)
  • Page 1 of 1
  • 1
Search: