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

Scroll boxes just simply aren't working

Subject: Scroll boxes just simply aren't working
From: "Tyler Arthur" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 18:24:55 +0000 (UTC)
Newsgroups: macromedia.dynamic.html

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>