Scrolling Layers & Hidden Layers
i have been searching past few hours on solution problem absolutly no progress. here situation. have working on site using button bar shows/hides layers using behaviors. there total of 3 layers far, first 3 on menu. reason, menu option 1 (home) , 2 (music) displaying vertical scroll bars though there not information on screen. assuming though layer menu 3 (sfx dialog) hidden, still displaying it's vertical scroll bar on (home) , (music) layers. have triend moving (sfx dialog) layer below other 2 , did not make difference. have ideas on else may need change? added following in text in order scroll bars display.
}
#sfxdialog {
width:655px;
height:410px;
left:245px;
top:200px;
position:absolute;
overflow: auto;
}
<div id="sfxdialog">
scrollable text window... blah blah blah
</div>
any assistance appreciated.
}
#sfxdialog {
width:655px;
height:410px;
left:245px;
top:200px;
position:absolute;
overflow: auto;
}
<div id="sfxdialog">
scrollable text window... blah blah blah
</div>
any assistance appreciated.
can upload webpage , post link please.
--
you cannot lose until give !!!
--------------------------------------------------------
"dajinn" <webforumsuser@macromedia.com> wrote in message
news:eni3k1$huv$1@forums.macromedia.com...
>i have been searching past few hours on solution problem
>with
> absolutly no progress. here situation. have
> working on
> site using button bar shows/hides layers using behaviors. there
>
> total of 3 layers far, first 3 on menu. reason, menu
> option 1 (home) , 2 (music) displaying vertical scroll bars
> though
> there not information on screen. assuming
> though layer menu 3 (sfx dialog) hidden, still displaying
> it's
> vertical scroll bar on (home) , (music) layers. have triend
> moving
> (sfx dialog) layer below other 2 , did not make
> difference. have ideas on else may need change?
>
> added following in text in order scroll bars
>
> display.
>
> }
> #sfxdialog {
> width:655px;
> height:410px;
> left:245px;
> top:200px;
> position:absolute;
> overflow: auto;
> }
>
> <div id="sfxdialog">
> scrollable text window... blah blah blah
> </div>
>
> assistance appreciated.
>
--
you cannot lose until give !!!
--------------------------------------------------------
"dajinn" <webforumsuser@macromedia.com> wrote in message
news:eni3k1$huv$1@forums.macromedia.com...
>i have been searching past few hours on solution problem
>with
> absolutly no progress. here situation. have
> working on
> site using button bar shows/hides layers using behaviors. there
>
> total of 3 layers far, first 3 on menu. reason, menu
> option 1 (home) , 2 (music) displaying vertical scroll bars
> though
> there not information on screen. assuming
> though layer menu 3 (sfx dialog) hidden, still displaying
> it's
> vertical scroll bar on (home) , (music) layers. have triend
> moving
> (sfx dialog) layer below other 2 , did not make
> difference. have ideas on else may need change?
>
> added following in text in order scroll bars
>
> display.
>
> }
> #sfxdialog {
> width:655px;
> height:410px;
> left:245px;
> top:200px;
> position:absolute;
> overflow: auto;
> }
>
> <div id="sfxdialog">
> scrollable text window... blah blah blah
> </div>
>
> assistance appreciated.
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment