Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Scootums #1
Tables or Frames question
I need some help figuring our how to handle my web page problem. This is my
first time building a web site with Dreamweaver. The website I am creating is
[url]http://www.littlebuddybath.com[/url] . I have the website pages set up using tables.
I have basic HTML text in the middle table cell so that I can easily edit the
content when needed. My problem is, on the "Clean Buddy Services", I want
that middle table cell to have the possiblity to scroll. The content I need to
place in that table cell is longer than the space available. I want just that
table cell to be able to scroll down with the content without interferring with
the rest of the table. I've seen this done on other websites, I just have no
clue how to make it work. I looked into frames. But, I just can't get that
cell to be it's own frame. Please help me with my problem. I'd appreciate
any feed back, thanks.
Scootums Guest
-
Tables in To Frames
Hi Guys, Is it possible to convert Tables in to Frames...allowing you to change an image within the desired frame. I want to create links in the... -
Aligning Tables in 2 frames
Hi, first of all I would like to thank everybody for making this a helpful and informative forum and saving hours of frustration! Anyway, I... -
PHP and FRAMES/NOFRAMES question
hello all, i am using FRAMES on my PHP site, basically i am using just on frame with the entire site inside. this is mainly for cosmetics so that... -
NON-PHP question (I-frames)
Do we have any I-frame experts for IE. I am trying to use multiple I-frames in Internet Explorer. When two of them are applied they both lose... -
newB question: related tables question
hello i have a data base with 10 tables, i want to automaticaly creat a row in all of the tables wehen i create in the first one. normal table... -
acidrain9 #2
Re: Tables or Frames question
i have done this before using layers. just create a layer and change the
overflow attribute to scroll, make sure you position it correctly and add the
absolute position attribute as well.
here is a little snippet for you try out
<body>
<div id="ScrollLayer"
style="position:absolute;
top:30px;
left:20px;
height:300px;
width:562px;
overflow:scroll"
onScroll="scrollit()">
' all of your text, images, tables, etc goes here
</div>
</body>
acidrain9 Guest
-
Scootums #3
Re: Tables or Frames question
:D Thanks for the input, I'll give it a try.
Scootums Guest



Reply With Quote

