Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Flashy scrollbars

    Hi everyone... I was just wondering if there's any way to make really flashy
    scrollbars like the site below has, without having to use Flash MX to make it;

    [url]www.pickleddick.co.uk[/url]

    I'm not expecting there will be away and I dont really want to resort to using
    css code just to change the colours of my sites scrollers, cos for one I think
    it still looks a little naff. Does anyone know of any code etc for doing this?

    Rob

    blamebob23 Guest

  2. Similar Questions and Discussions

    1. Scrollbars
      Hi I've got a few frames in my page, but I do not want a scroll in each and every frame. I would like to have a single scroll only at the right...
    2. scrollbars X!?+$%&!!!
      Hello, I have a frameset with multiple frames and I have included in the main page with all the other frames the following html to prevent...
    3. help with scrollbars
      Alright, I should start off by saying that I know very little about dreamweaver or coding or anything, just so you know. I have this template, which...
    4. another flashy question
      Is there anyway to debug a flash movie from director. I've got a flash sprite which is producing a graph based upon data provided by director....
    5. Scrollbars!
      How do I create a text box that is only viewable and has a scroll bar. I am using DreamweaverMX, FlashMX, FireworksMX to create the web page. I tried...
  3. #2

    Default Re: Flashy scrollbars

    You can use JavaScript to make all kinds of different scroll systems.


    blamebob23 wrote:
    > Hi everyone... I was just wondering if there's any way to make really
    > flashy scrollbars like the site below has, without having to use
    > Flash MX to make it;
    >
    > [url]www.pickleddick.co.uk[/url]
    >
    > I'm not expecting there will be away and I dont really want to
    > resort to using css code just to change the colours of my sites
    > scrollers, cos for one I think it still looks a little naff. Does
    > anyone know of any code etc for doing this?
    >
    > Rob

    rob::db Guest

  4. #3

    Default Re: Flashy scrollbars

    Do you know of any codes? Ive tried using the javascript code for a 'drag n'
    scroll' style where you just click on the page and drag it up and down instead
    of scrolling but I wasnt keen on that cos more often than not it just
    highlighted the text and didnt scroll. With javascript can you make your scroll
    bars with your own images or are there just codes that allow you to scroll in
    alternative ways? I've never really used javascript so I do need guidance from
    an all-knowing-being ;-)

    Cheers,

    Rob

    blamebob23 Guest

  5. #4

    Default Re: Flashy scrollbars

    Right here's my aims... I am gunna need some help from someone cos I'm very new
    at this and I'm not too good at sorting code. I'm making a site which has a
    home, and buttons that link to iframes that reveal other pages of content I
    have made i,e- just "news" text. I want to be able to scroll this news text by
    using 'scrolling layers' script.

    I found this page: [url]http://www.quirksmode.org/js/layerscroll.html#[/url]

    but I found this page a little confusing. Here is the basic code for the page
    I want to eventually be able to scroll with this feature;



    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="/css1.css" rel="stylesheet" type="text/css">
    </head>

    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
    <table width="335" height="254" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><p><font face="Arial, Helvetica, sans-serif"><font size="2"><u><font
    size="3"><strong><font
    size="2">1-8-2005</font></strong></font></u></font></font></p>
    <p><font size="2"><strong><font face="Arial, Helvetica, sans-serif"><br>
    Welcome to the new website for Blame It On Edd. It may be 2 years
    late,
    and it may have built up so many expectations only to disappoint but
    here
    it is! There's new things to play with and a few things to read so go
    explore. Cheers to Black Dave for the art in the corner... I wonder if
    anyone gets it.</font></strong></font></p>
    <p><font size="2"><strong><font face="Arial, Helvetica, sans-serif"><br>
    Updates will happen more frequently now just because we CAN. So
    there...
    Enjoy.</font></strong></font></p>
    <p><font size="2"><strong><font face="Arial, Helvetica, sans-serif"><br>
    Fuzz x</font></strong></font></p>
    </td>
    </tr>
    </table>
    </body>
    </html>

    The only change is instead of writing "up" and "down" to control the
    scrolling, i want arrow images.
    I basically want a 350width x 400height size text layer as this is the size
    the iframe is set for. Can anyone be REALLY kind and just help me through this?
    I know its a lot to ask. Or if anyone fancies adding me to messenger and
    talking me through it, my address is: [email]blameitonedd@hotmail.co.uk[/email]


    Sorry to be a pain, I'm having troubles...

    Rob


    blamebob23 Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139