Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
lou bra #1
Only Vertical Scrolling at Table
Hello,
I need some help concerning to the code below. I have a small table confugured
to scroll text, but something is lacking in the code to make it scroll only
vertically, and not horizontally also
does someone know how to make it work?
thanks a lot for any help,
Iara
lou bra Guest
-
Vertical alignment in table cells
If I create a table and then merge several cells vertically, I can enter some text and can set the vertical alignment of the new 'spanned' cell to... -
Problem with table formatting : auto-vertical expanding
I have a problem that is driving me crazy. In trying to convert our site from Frontpage to Dreamweaver, I selected to use templates. I setup a... -
Repeating region inside a vertical scrolling window
Hello All, I have a webpage that has a user form and beside that form is a repeating region. Is it possible to have a repeating region inside a... -
vertical scrolling pointer following cursor
Hi! Does anyone know how to do a vertical scrolling pointer following the cursor up and down? I've tried a couple tricks using vector motion and... -
Vertical scrolling layer
I need some help in creating a vertical scrolling layer. I've successfully used PVII's free extension for DW4, but I need to tweak it a bit and don't... -
lou bra #2
Only Vertical Scrolling at Table
Hello,
I need some help concerning to the code below. I have a small table confugured
to scroll text, but something is lacking in the code to make it scroll only
vertically, and not horizontally also
does someone know how to make it work?
<head>
<style type="text/css">
#slider{
width:250px;
height:400px;
overflow:auto;
}
</style>
</head>
and then..
<body>
<div id="slider"> my content </div>
thanks a lot for any help,
Iara
lou bra Guest
-
Murray *ACE* #3
Re: Only Vertical Scrolling at Table
There is no table in that code.
With overflow set to auto, if you put something that is wider than 250px
into the slider div, you will get a horizontal scrollbar.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"lou bra" <webforumsuser@macromedia.com> wrote in message
news:eifaqm$irr$1@forums.macromedia.com...> Hello,
>
> I need some help concerning to the code below. I have a small table
> confugured
> to scroll text, but something is lacking in the code to make it scroll
> only
> vertically, and not horizontally also
>
> does someone know how to make it work?
>
> <head>
> <style type="text/css">
> #slider{
> width:250px;
> height:400px;
> overflow:auto;
> }
> </style>
> </head>
>
>
> and then..
>
> <body>
> <div id="slider"> my content </div>
>
>
> thanks a lot for any help,
>
> Iara
>
Murray *ACE* Guest
-
lou bra #4
Re: Only Vertical Scrolling at Table
thank you, it's working fine now. my table was with a little bit px more than the slider..
lou bra Guest



Reply With Quote

