macromedia.dynamic.html
[Top] [All Lists]

Re: Scroll boxes just simply aren't working

Subject: Re: Scroll boxes just simply aren't working
From: "Murray *ACE*" <forums@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 14:40:16 -0400
Newsgroups: macromedia.dynamic.html


You can't scroll in Design view. That's a static representation of the page. You would have to preview the page to see the scrolling happen.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Tyler Arthur" <webforumsuser@xxxxxxxxxxxxxx> wrote in message news:g6t01n$ev8$1@xxxxxxxxxxxxxxxxxxxxxxxx
I'm brand-new to CSS and DW but am starting to get the general understanding of how things work. one problem i'm having though is scroll boxes. I open a new HTML document and i create a scroll box. I've done it with several different code variations. No matter what when i switch to the design view there is no
scrolling possible. Please help.
i've used this thus far.

<style type="text/css>
div.scroll {
width: 300px;
height: 200px;
overflow: auto;
padding: 5px;
}
</style>

then......

<div class="scroll">
a bunch of text here................
</div>



<Prev in Thread] Current Thread [Next in Thread>