Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Shane72 #1
"Buffer" area in scrolling layer?
Hi,
I'm using a layer as a text box and I've set the overflow to "scroll". I
don't like that the text is butted up against the scrollbar on the right
margin. Is there a way to put in some "buffer" space so that the text doesn't
wrap so darn close to the scroll bar? If so, how would I go about that?
Thank you in advance!
Shane72 Guest
-
Remembering the height of the display area when using "fit width"
Hi, I'd like acrobat to remember the height of my display area when I use "fit width", so that I don't have to scroll down each page. Indeed, the... -
#38687 [Asn->Csd]: Possible buffer overflow in stream_socket_client() when using "bindto" + IPv6
ID: 38687 Updated by: pollita@php.net Reported By: christian dot schuster at s2000 dot tu-chemnitz dot de -Status: ... -
Scrolling dynamic text in a "movie credits"style
I'm creating a kiosk that will be displayed on 30 inch LCD displays in our corporate headquarters. A list of names will be pulled from a database... -
Error: "layer is not a valid type layer" Photoshop CS
Is there any way to fix the PS 7 document so it will open correctly in CS? -
HELP - User threads "Waiting on a buffer"
All, We are running into an issue with IDS 7.31.UD4 engine. We are running some load testing against our applications, and we notice that... -
akribie #2
Re: "Buffer" area in scrolling layer?
Padding makes space inside a box. Margin makes space outside.
Problem is, IE renders these parameters differently from other browsers. Lots of data on the web about this problem.
akribie Guest
-
Murray *ACE* #3
Re: "Buffer" area in scrolling layer?
On a page with a valid and complete doctype, only IE5x and below have the
problem with this, and if you use IE conditional comments, you can trap that
behavior in those antique versions very nicely.
--
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
==================
"akribie" <webforumsuser@macromedia.com> wrote in message
news:ebnqt3$dsc$1@forums.macromedia.com...> Padding makes space inside a box. Margin makes space outside.
>
> Problem is, IE renders these parameters differently from other browsers.
> Lots of data on the web about this problem.
Murray *ACE* Guest
-
Shane72 #4
Re: "Buffer" area in scrolling layer?
Thanks for the feedback. Can anyone outline how I'd go about this padding with code?
Thanks again,
Shane
Shane72 Guest
-
Murray *ACE* #5
Re: "Buffer" area in scrolling layer?
div#scrollDiv { padding-right:20px; }
(assuming your scrolling div has that ID)
--
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
==================
"Shane72" <webforumsuser@macromedia.com> wrote in message
news:ebotko$bqp$1@forums.macromedia.com...> Thanks for the feedback. Can anyone outline how I'd go about this padding
> with code?
>
> Thanks again,
> Shane
Murray *ACE* Guest



Reply With Quote

