Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
ApparentlyNothing #1
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
-
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... -
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... -
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... -
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... -
Vertical Scroller
Originally posted by: hartlbb Sorry, I just attached it. I did it wrong before. -
hipuniversity #2
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
-
Al Sparber- PVII #3
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
-
ApparentlyNothing #4
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
-
Al Sparber- PVII #5
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
-
ApparentlyNothing #6
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



Reply With Quote

