Welcome to the Blackout Audio Techno Forums :: Underground Network.
Results 1 to 8 of 8
  1. #1
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default Stuck trying to get these java scroll bars working...

    Im working on a website for our audio production work and have been stuck with these bloody scroll bars for a couple of days. I do have a working example...

    http://www.stereofarm.co.uk/tester/

    if you click web.html

    The page im trying to implement it into is....

    http://www.stereofarm.co.uk/news.html

    Im guessing its the something to do with the script and linking to the flexcroll.js file. Im tried dropping the flexcroll.js file all over the place, with the CSS. In the root, in with html files. Also I have cut and pasted the scrollstyle.css info into our main.css. It seems to work, well the css part but those scrollers are still nowhere to be seen

    Im guessing its the other java which is ****ing it up, dont know. The nav bar is kinda java and the movie player uses some. This is all put into the .dwt template but not sure if its put in the right order, etc.

    <script language="JavaScript" type="text/JavaScript">
    <script type='text/javascript' src="flexcroll.js"></script>
    <script type='text/javascript'>

    Theres 2 of us working on this site with really limited web design skills. Happy with everything else so far tho. This has been a nightmare. To find these kind of scollers check...

    http://www.hesido.com/web.php?page=customscrollbar

    Ide email them but they say they are not for commercial use

  2. #2
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default

    <style type=text/css>
    div#content {
    width: 200px;
    height: 200px;
    overflow: scroll;
    scrollbar-3dlight-color:CCCCCC;
    scrollbar-shadow-color:999999;
    scrollbar-face-color:FFFFFF;
    scrollbar-darkshadow-color:333333;
    scrollbar-track-color:FFFFFF;
    scrollbar-arrow-color:000000;
    scrollbar-highlight-color:333333;
    }

    </style>
    ...

  3. #3
    Keepin' it Unreal
    Join Date
    Jan 2003
    Location
    Crackpool
    Posts
    2,836

    Default

    Seams to work for me dude.

  4. #4
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default

    It should be a really abstract scroll bar like this tho...

    http://www.stereofarm.co.uk/tester/web.html

  5. #5
    Ultimate Freak
    Join Date
    Aug 2006
    Location
    on the edge
    Posts
    1,988

    Default

    erm might be completely wrong about this but in your page try changing <div id="mycustomscroll"> to <div id="content">. that would make it respond to the stylesheet youve posted above.

    failing that im not sure, javascript is a nightmare! you should be able to get pretty much the same effect just with css though, might be worth looking into...
    Myspace here

  6. #6
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default

    Its up now, well the java one is..

    http://www.stereofarm.co.uk/HTML_files/news.html

    Just need to implement the code to change the secondary html bars and its snorted

  7. #7
    BOA Lifetime Member
    Join Date
    Dec 2002
    Location
    1982
    Posts
    5,256

    Default

    cheers

  8. #8
    BOA Newbie
    Join Date
    Jul 2007
    Posts
    1

    Default

    Hi, the divide..

    fleXcroll is a commercial script, but it is free only for non-commercial websites. Your site should do fine without the use of fleXcroll, you do not need it, but if you really need to use it, please be kind and buy a commercial license.

    If you do not have the money:
    a) you can ask for a temporary license that will be valid for e.g. 6 months and pay the 30 usd single website license fee when you can earn that kind of money.
    b) remove fleXcroll from your site and try looking for free alternatives to the script.
    c) Just stop playing with your scrollbars all together, your website is fine without them.

    The license text in the script *explicitly* states that the license text should not be removed, but I am afraid you have done so.
    This is the script on your site:
    http://www.stereofarm.co.uk/style_sheet/flexcroll.js

    And this is how it should look like:
    http://www.hesido.com/web/flexcroll.js

    You have a studio that tries to earn its finances using intellectual properties, I wish you paid a bit more attention to other people's intellectual properties.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to top