Ask a Question related to Dreamweaver AppDev, Design and Development.
-
56bill65 #1
Frames and Scrolling
ok, i posted a question similar to this in the general area but i think it was
in the wrong spot. Anyways first off, i have no idea how to run the html code,
so everything i need to know is to do with the "design" part. Ok, i have a
webpage in .html with two frames, one nested on top, and one on the left side.
The one on the left side has multiple links on it and needs to have a scroll
bar so you can see all the links on the page. I have no idea where that option
is on dreamweaver MX. Any help would be appreciated.
P.S. "newsgroup user" you were a help in my other post, thank you, but i need
to know how to do it in the design part of Dreamweaver MX.
56bill65 Guest
-
help with floating frames or scrolling index
I think I am trying to do something simple and just don't know how to do it. I would like to set up a scrollable text box on an existing page so... -
Scrolling MUI
Quick Question, It seems that in the Custom MUI there is no way to make text scroll. We have set up a simple app here where we will want a large... -
combination scrolling text scrolling picture and on MouseEnter function
it would help if you posted the code for us to look at... that way we can try to help ;) In article <bk6jip$ctm$1@forums.macromedia.com>, <... -
Scrolling nav bar with buttons/links to frames
Hi! I have two versions of scrolling nav bar at the moment but neither are right. Option1: I have a scrolling nav bar that uses simple action... -
Custom Scroll Bar: Want to switch scrolling member, but keep scrolling intact.
Hey all. This is a juicy one. Simple Idea, Simple minded author can't find solution.... I have a text member in sprite 29. I have the "Custom... -
DennisMcDougall #2
Re: Frames and Scrolling
your code should look like this
<frame src='yourframe.html' scrolling='yes' />
or you could have <frame src='yourfrmae.html' scrolling='auto' />
DennisMcDougall Guest
-
Murray *TMM* #3
Re: Frames and Scrolling
Part of the problem with 'not doing code' is that you want to do things that
simply cannot be done from Design view.
Part of the problem with using frames is that you immediately plop yourself
into a scrollbar mess, particularly if you do not 'do code'.
See where I am coming from?
There is no option in DW to add scrollbars to a page. If the page is long
enough or wide enough, the OS will put scrollbars up for you to use. One
thing in framed sites that can prevent that from happening is if you somehow
constrain the height/width of the frame *and* you have selected the no
scrolling checkbox.
The simple, and perfectly obvious solution is to not use frames (which are
rarely the correct thing to use, anyhow), but that takes you into more
places where you need to know at least some HTML. So - how can we help you
with this?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"56bill65" <webforumsuser@macromedia.com> wrote in message
news:d0dsur$dqh$1@forums.macromedia.com...> ok, i posted a question similar to this in the general area but i think it
> was
> in the wrong spot. Anyways first off, i have no idea how to run the html
> code,
> so everything i need to know is to do with the "design" part. Ok, i have a
> webpage in .html with two frames, one nested on top, and one on the left
> side.
> The one on the left side has multiple links on it and needs to have a
> scroll
> bar so you can see all the links on the page. I have no idea where that
> option
> is on dreamweaver MX. Any help would be appreciated.
>
> P.S. "newsgroup user" you were a help in my other post, thank you, but i
> need
> to know how to do it in the design part of Dreamweaver MX.
>
Murray *TMM* Guest
-
bthouin #4
Re: Frames and Scrolling
Murray *TMM* wrote:
Hi Murray,> Part of the problem with 'not doing code' is that you want to do things that
> simply cannot be done from Design view.
>
> Part of the problem with using frames is that you immediately plop yourself
> into a scrollbar mess, particularly if you do not 'do code'.
>
> See where I am coming from?
>
> There is no option in DW to add scrollbars to a page. If the page is long
> enough or wide enough, the OS will put scrollbars up for you to use. One
> thing in framed sites that can prevent that from happening is if you somehow
> constrain the height/width of the frame *and* you have selected the no
> scrolling checkbox.
>
> The simple, and perfectly obvious solution is to not use frames (which are
> rarely the correct thing to use, anyhow), but that takes you into more
> places where you need to know at least some HTML. So - how can we help you
> with this?
>
I've never used frames, but the concept seems very appealing. What's
wrong with them, then, according to you ? And what's the alternative ?
Regards
bernard
bthouin Guest
-
Murray *TMM* #5
Re: Frames and Scrolling
The reason for using or not using frames should be based on a) your site's
needs, and b) your willingness to accept the potential problems that frames
can create for you as developer and maintainer of the site and for your
visitors as casual users of the site.
I am down on frames because I believe that they create many more problems
than they solve.
Judging from the posts here, and the kinds of problems that are described,
the kind of person most likely to elect to use frames is also the kind of
person most likely ill-prepared fo solve the ensuing problems when they
arise. If you feel a) that you understand the problems and b) that you are
prepared to handle them when they occur, and c) that you have a need to use
frames, then by all means use them.
As far as I know, the most comprehensive discussions of frames and their
potential problems can be found on these two links -
[url]http://apptools.com/rants/framesevil.php[/url]
[url]http://www.tjkdesign.com/articles/frames/[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"bthouin" <bernard_thouin@bluewin.ch> wrote in message
news:d0ip9i$rqp$1@forums.macromedia.com...> Murray *TMM* wrote:>>> Part of the problem with 'not doing code' is that you want to do things
>> that simply cannot be done from Design view.
>>
>> Part of the problem with using frames is that you immediately plop
>> yourself into a scrollbar mess, particularly if you do not 'do code'.
>>
>> See where I am coming from?
>>
>> There is no option in DW to add scrollbars to a page. If the page is
>> long enough or wide enough, the OS will put scrollbars up for you to use.
>> One thing in framed sites that can prevent that from happening is if you
>> somehow constrain the height/width of the frame *and* you have selected
>> the no scrolling checkbox.
>>
>> The simple, and perfectly obvious solution is to not use frames (which
>> are rarely the correct thing to use, anyhow), but that takes you into
>> more places where you need to know at least some HTML. So - how can we
>> help you with this?
>>
> Hi Murray,
>
> I've never used frames, but the concept seems very appealing. What's wrong
> with them, then, according to you ? And what's the alternative ?
>
> Regards
> bernard
Murray *TMM* Guest



Reply With Quote

