Segev

Member

Forum Replies Created

  • In reply to: Add a custon scrollbar to my site

    #27233

    It doesnt seems to work.

    Well, thanks anyways, I think i’ma drop it…

    🙂

    In reply to: Add a custon scrollbar to my site

    #27231

    Thanks for your quick replies guys, but damn, that seems though…

    I’m not an expert of this stuff… :/

    I’ll do my best, thanks!

    In reply to: Add a custon scrollbar to my site

    #27228

    Thanks <3

    The .rar file is completely safe… and i cant provide a link to the site that i’ve got the code from cause that scrollbar costs some money.

    Here’s a demo of the scrollbar: http://www.liime.net/projects/liimeBar/demo.html

    I can copy & paste the instructions here, Any help will be appreciated!

    (code)Installation

    If you have no jQuery already on your page then simply move the liimeBar.css, jquery.liimeBar.min.js and the jquery.mousewheel.min.js files to your website root then copy and paste this code in between the <head></head> tags.

    <link rel=”stylesheet” media=”screen” type=”text/css” href=”liimeBar.css” />

    <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js”></script&gt;

    <script type=”text/javascript” src=”jquery.mousewheel.min.js”></script>

    <script type=”text/javascript” src=”jquery.liimeBar.min.js”></script>

    <script type=”text/javascript”>

    $(function() {

    $(‘body’).liimeBar({

    hideBar: false,

    hideButton: false,

    scrollSpeed: 20,

    barColour: ‘#888888’,

    barOpacity: 0.3,

    buttonColour: ‘#000000’,

    buttonOpacity: 0.3,

    loopCheck: true

    });

    });

    </script>

    Or if you do then simply insert the following inside your ready function and insert the scripts in your page head.

    $(‘body’).liimeBar({

    hideBar: false,

    hideButton: false,

    scrollSpeed: 20,

    barColour: ‘#888888’,

    barOpacity: 0.3,

    buttonColour: ‘#000000’,

    buttonOpacity: 0.3,

    loopCheck: true

    });

    Configuration

    Please take a quick look at the demo to get a feel of what the different parameters work then if you like read the descriptions below.

    hideBar: If set to true then the scroll bar will be invisible

    hideButton: If set to true the scroll button will fade out when is it not active

    scrollSpeed (1-50): This is the speed the page will scroll when using the mouse wheel, 1 being the slowest.

    barColour: The colour of the scroll bar in hex colour code. Remember the quotes and the ‘#’!

    barOpacity (0-1): The opacity of the scroll bar, 0 being transparent.

    buttonColour: The colour of the scroll button.

    buttonOpacity (0-1): The opacity of the scroll button.

    loopCheck: If your page is going to change height after loading (such as expanding boxes, ajax content etc.) then setting this to true will enable the scroll bar to check the height of the page ever 500ms and update to the current height.(code)

    In reply to: "Home" page doesnt appear

    #27167

    SOLVED, YAY 🙂

    I just typed the url of the site in the categories and everything got back to normal.

    Thanks anyways guys 🙂

Viewing 4 posts - 1 through 4 (of 4 total)