Problem with PVII vertical scroller

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Problem with PVII vertical scroller

    I'm having a problem with the Projext VII vertical scroller found at
    projectseven.com. It works great in Firefox, but for some reason, I can't get
    it to work on IE. I get that warning about active content, but then I allow all
    active content on the site, but still it won't scroll the text. Is anyone
    familiar with this extension that could help me troubleshoot this?

    ApparentlyNothing Guest

  2. Similar Questions and Discussions

    1. HELP!!! PVII Layout Designer 2 onLoad Problem
      Hi everyone, my name is wubba & im very primitive to web design... almost hopeless at code but can find my way around dreamweaver so please all bare...
    2. vertical centering problem
      Hello everyone, I can't make one table center vertically inside another even though I have done it many times in the past. The containing table...
    3. PVII Geewiz Scroller
      hi there, I really would love to buy this extension: http://www.projectseven.com/viewer/index.asp?demo=geewizz I have a few questions...
    4. Vertical sliding scroller
      Hello, I am trying to build a vertical slide scroller based on a tutorial for a horizontal slide scroller and am having difficulties undertanding...
    5. Vertical Scroller
      Originally posted by: hartlbb Sorry, I just attached it. I did it wrong before.
  3. #2

    Default Re: Problem with PVII vertical scroller

    I can point you in the right place for your answer. Pvii has a good newsgroup at: [url]news://forums.projectseven.com/pviiwebdev[/url].

    best of luck


    gordon
    hipuniversity Guest

  4. #3

    Default Re: Problem with PVII vertical scroller

    [url]http://www.projectseven.com/support/questions.asp?s1=0&s2=0&type=search&tsearch=sp2[/url]

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    DW Extensions - Menu Systems - Tutorials - CSS FastPacks
    ---------------------------------------------------------
    Webdev Newsgroup: [url]news://forums.projectseven.com/pviiwebdev/[/url]
    CSS Newsgroup: [url]news://forums.projectseven.com/css/[/url]
    RSS/XML Feeds: [url]http://www.projectseven.com/xml/[/url]




    "ApparentlyNothing" <webforumsuser@macromedia.com> wrote in message
    news:d5lobh$r9c$1@forums.macromedia.com...
    > I'm having a problem with the Projext VII vertical scroller found at
    > projectseven.com. It works great in Firefox, but for some reason, I
    > can't get
    > it to work on IE. I get that warning about active content, but then I
    > allow all
    > active content on the site, but still it won't scroll the text. Is
    > anyone
    > familiar with this extension that could help me troubleshoot this?
    >
    Al Sparber- PVII Guest

  5. #4

    Default Re: Problem with PVII vertical scroller

    Thanks. I thought that link was my solution, but unfortunately it's not. My
    friend let me upload it on to his webspace, so check it out at
    [url]www.thecraigman.com/Katie/[/url] and open it in IE and FireFox. Forgive the somewhat
    slow load time and Ignore the mess of a design. I'll be completely redoing the
    site design within a week, but the code should remain relatively the same (the
    beauty of CSS). Anyways, the code is somewhat organized as well, but it should
    get cleaned up by the time I'm done.

    ApparentlyNothing Guest

  6. #5

    Default Re: Problem with PVII vertical scroller

    It's your CSS. Edit your textcontainer and text rules to read like this:

    #textcontainer {
    position: relative;
    width: 258px;
    height: 265px;
    top: 75px;
    margin-left: 75px;
    overflow: hidden;
    }
    #text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #FFFFFF;
    position: absolute;
    width: 250px;
    top: 0;
    }

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    DW Extensions - Menu Systems - Tutorials - CSS FastPacks
    ---------------------------------------------------------
    Webdev Newsgroup: [url]news://forums.projectseven.com/pviiwebdev/[/url]
    CSS Newsgroup: [url]news://forums.projectseven.com/css/[/url]
    RSS/XML Feeds: [url]http://www.projectseven.com/xml/[/url]




    "ApparentlyNothing" <webforumsuser@macromedia.com> wrote in message
    news:d5nn06$f13$1@forums.macromedia.com...
    > Thanks. I thought that link was my solution, but unfortunately it's
    > not. My
    > friend let me upload it on to his webspace, so check it out at
    > [url]www.thecraigman.com/Katie/[/url] and open it in IE and FireFox. Forgive the
    > somewhat
    > slow load time and Ignore the mess of a design. I'll be completely
    > redoing the
    > site design within a week, but the code should remain relatively the
    > same (the
    > beauty of CSS). Anyways, the code is somewhat organized as well, but
    > it should
    > get cleaned up by the time I'm done.
    >
    Al Sparber- PVII Guest

  7. #6

    Default Re: Problem with PVII vertical scroller

    Yes! Thank you so much! That fixed it. It's a lot faster scrolling in IE than in FireFox, but it works!
    ApparentlyNothing 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