HighDots Forums  

Scroll Content inside a cell or layer

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Scroll Content inside a cell or layer in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
DigiWolf
 
Posts: n/a

Default Scroll Content inside a cell or layer - 08-01-2004 , 01:54 PM






Hi,

I have built an HTML page, and I want to modify a cell or create a layer,
where content will be placed in. I would like to know if I can embed a whole
HTML page inside this cell or layer and if there is a possibility to scroll it
horizontally or vertically by pushing certain buttons. Thank you.


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Scroll Content inside a cell or layer - 08-01-2004 , 02:06 PM






But it's not used often.

There are a variety of scrollers available from the PVII site -
http://www.projectseven.com/

or from Marja Ribbers-de Vroed's site
http://www.flevooware.nl/dreamweaver

I dislike such things, as they are cosmetic fluff with little practical
benefit (in my opinion).

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Dan Vendel *GOF*" <see_my_signature_ (AT) _the_bottom_of_the_post (DOT) org> wrote in
message news:cejb1a$p68$6 (AT) forums (DOT) macromedia.com...
Quote:
DigiWolf wrote:

Hi,

I have built an HTML page, and I want to modify a cell or create a
layer,
where content will be placed in. I would like to know if I can embed a
whole
HTML page inside this cell or layer and if there is a possibility to
scroll it
horizontally or vertically by pushing certain buttons. Thank you.


Yes, it's possible.
:-)


--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html



Reply With Quote
  #3  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Scroll Content inside a cell or layer - 08-01-2004 , 02:13 PM



Dan Vendel *GOF* wrote:

Quote:
Yes, it's possible.
:-)
OK, I won't be a smartass, just couldn't resist since you never asked
"how". ;-)

You can use an "iframe" in a cell. See here for info:
http://www.w3schools.com/tags/tag_iframe.asp
However, iframes don't work in non-W3C DOM compatible browsers, e.g. NN4.xx
So, if that's not an option, you might want to try "scrolling layers",
i.e. any of these:
http://www.projectseven.com/extensio...ller/index.htm
http://www.projectseven.com/extensio...ller/index.htm

You can also use a <div> with a fixed height and make the overflow
scroll with CSS. Or you can look for various javascript or CSS powered
scrollers like e.g. this:
http://www.fourlevel.com/product/scroller/ or search Google or at
www.hotscripts.com

HTH

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #4  
Old   
DigiWolf
 
Posts: n/a

Default Re: Scroll Content inside a cell or layer - 08-01-2004 , 03:03 PM



Thank you for your replies. Can I embed to these layers a whole HTML page? Is
this possible?

Also, I would like to know you opinion: I am trying not to use flash to this
site, because we want to insert many information during the next few weeks.
Many developers do not know how to use Flash, so that is why we "need' this
solution. Do you thing that people with Internet Explorer, Apple Safari and
Opera users would have problems with effects like these? Will these effects
make the file dramatically larger than expected and will make download more
diffiult?

Thank you.


Reply With Quote
  #5  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Scroll Content inside a cell or layer - 08-01-2004 , 03:38 PM



DigiWolf wrote:

Quote:
Thank you for your replies. Can I embed to these layers a whole HTML page? Is
this possible?

Also, I would like to know you opinion: I am trying not to use flash to this
site, because we want to insert many information during the next few weeks.
Many developers do not know how to use Flash, so that is why we "need' this
solution. Do you thing that people with Internet Explorer, Apple Safari and
Opera users would have problems with effects like these? Will these effects
make the file dramatically larger than expected and will make download more
diffiult?

Thank you.

With the iframe, you can open an entire html page.

All W3C DOM compatible browsers (meaning browsers that are less than 3-4
years old) will render the iframe without problems, but I don't
understand what that has to do with the flash. Can you explain?

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #6  
Old   
DigiWolf
 
Posts: n/a

Default Re: Scroll Content inside a cell or layer - 08-02-2004 , 12:51 AM



Actually, there nothing to do with flash directly. I jut wanted to have some
scrolling effects on the page and many of us supported that it is preferred to
design them on flash. That's why.

Also, do you know a webpage to read everything needed for the iframe inside a
cell? Thank you.


Reply With Quote
  #7  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Scroll Content inside a cell or layer - 08-02-2004 , 01:57 AM



DigiWolf wrote:

Quote:
Also, do you know a webpage to read everything needed for the iframe inside a
cell? Thank you.

I gave you the link before:
http://www.w3schools.com/tags/tag_iframe.asp


--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.