Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
goingpostal101 webforumsuser@macromedia.com #1
Changing scrollbar color
How do I change the color of the users scrollbar?
goingpostal101 webforumsuser@macromedia.com Guest
-
Flash Textarea Scrollbar Color Change
Is it possible to change the color of the scrollbar of the textarea component using flash professional 8.0. Thank you. -
changing 3D object color
Hello, I want to change the color of a 3D object. This object is created with mesh and one of its face is in red. When I click a button, I want... -
Changing Color
I just did a logo in Freehand mx and then changed the attributes of my strokes to "brush" then used the "default Paint" function. It looks great but... -
changing location of the scrollbar
When a text Box's BoxStyle is set to Scroll, the scroll bar seems to always be on the right-hand side of the text. Is there a possibility that this... -
Iframe scrollbar color
How do I change the color of the scrollbar located within the iframe? -
Ken Ford - PVII Support #2
Re: Changing scrollbar color
IE Only:
<style type=""text/css>
<!--
html {
scrollbar-3d-light-color:#999999;
scrollbar-arrow-color:#FFFF33;
scrollbar-base-color:black;
scrollbar-dark-shadow-color:#333333;
scrollbar-face-color:#666666;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color:black;
}
-->
</style>
--
Ken Ford
Certified Dreamweaver MX Developer
PVII Support
[url]http://www.projectseven.com[/url]
> How do I change the color of the users scrollbar?
>
>
Ken Ford - PVII Support Guest
-
Fabian Perich #3
Re: Changing scrollbar color
search in macromedia extensions
[url]http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn105&viewName=Exchange%2 0Search[/url]
in dreamweaver exchange put scrollbars an download IE5.5 Custom Scrollbars
extension.
Fabian
"Ken Ford - PVII Support" <kford@projectseven.com> escribió en el mensaje
news:bg241m$oja$1@forums.macromedia.com...> IE Only:
>
> <style type=""text/css>
> <!--
> html {
> scrollbar-3d-light-color:#999999;
> scrollbar-arrow-color:#FFFF33;
> scrollbar-base-color:black;
> scrollbar-dark-shadow-color:#333333;
> scrollbar-face-color:#666666;
> scrollbar-highlight-color:#999999;
> scrollbar-shadow-color:black;
> }
> -->
> </style>
>
> --
> Ken Ford
> Certified Dreamweaver MX Developer
> PVII Support
> [url]http://www.projectseven.com[/url]
>
>>> > How do I change the color of the users scrollbar?
> >
> >
>
Fabian Perich Guest
-
Al Sparber- PVII #4
Re: Changing scrollbar color
That extension will not work correctly in IE6 if the page contains a full
DOCTYPE.
--
Al Sparber - PVII
[url]http://www.projectseven.com[/url]
Dreamweaver Extensions - DesignPacks - Tutorials - Books
---------------------------------------------------------------------
The PVII Newsgroup | [url]news://forums.projectseven.com/pviiwebdev[/url]
The CSS Newsgroup | [url]news://forums.projectseven.com/css[/url]
---------------------------------------------------------------------
"Fabian Perich" <fperich@terra.cl> wrote in message
news:bg27cs$s9o$1@forums.macromedia.com...[url]http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn105&viewName=Exchange%2 0Search[/url]> search in macromedia extensions
>
>>
> in dreamweaver exchange put scrollbars an download IE5.5 Custom Scrollbars
> extension.
>
> Fabian
>
> "Ken Ford - PVII Support" <kford@projectseven.com> escribió en el mensaje
> news:bg241m$oja$1@forums.macromedia.com...>> > IE Only:
> >
> > <style type=""text/css>
> > <!--
> > html {
> > scrollbar-3d-light-color:#999999;
> > scrollbar-arrow-color:#FFFF33;
> > scrollbar-base-color:black;
> > scrollbar-dark-shadow-color:#333333;
> > scrollbar-face-color:#666666;
> > scrollbar-highlight-color:#999999;
> > scrollbar-shadow-color:black;
> > }
> > -->
> > </style>
> >
> > --
> > Ken Ford
> > Certified Dreamweaver MX Developer
> > PVII Support
> > [url]http://www.projectseven.com[/url]
> >
> >> >> > > How do I change the color of the users scrollbar?
> > >
> > >
> >
>
Al Sparber- PVII Guest
-
Ken Ford - PVII Support #5
Re: Changing scrollbar color
Nadia,
Using html instead of body will work with a full DOCTYPE.
<style type=""text/css>
<!--
html {
scrollbar-3d-light-color:#999999;
scrollbar-arrow-color:#FFFF33;
scrollbar-base-color:black;
scrollbar-dark-shadow-color:#333333;
scrollbar-face-color:#666666;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color:black;
}
-->
</style>
--
Ken Ford
Certified Dreamweaver MX Developer
PVII Support
[url]http://www.projectseven.com[/url]
> Al,
>
> That is interesting. To clarify, I know that this is IE only - but are you
> saying that using the "extension" won't work with full doctype - what about
> applying the style manually?
> (As you can tell I haven't had a chance to test this - so will ask instead
> :)
>
> I haven't used coloured scrollbars for ages, but good to know for future
> clients requests.
> --
> Nadia
Ken Ford - PVII Support Guest
-
Gary White #6
Re: Changing scrollbar color
On Mon, 28 Jul 2003 06:52:40 -0500, "Ken Ford - PVII Support"
<kford@projectseven.com> wrote:
That's true. You also don't need to specify all the colors. If you>Using html instead of body will work with a full DOCTYPE.
>
><style type=""text/css>
><!--
>html {
> scrollbar-3d-light-color:#999999;
> scrollbar-arrow-color:#FFFF33;
> scrollbar-base-color:black;
> scrollbar-dark-shadow-color:#333333;
> scrollbar-face-color:#666666;
> scrollbar-highlight-color:#999999;
> scrollbar-shadow-color:black;
>}
>-->
></style>
specify only the scrollbar-base-color, IE will adjust the remaining
colors to be compatible:
<style type=""text/css>
<!--
html {
scrollbar-base-color:black;
}
-->
</style>
Gary
Gary White Guest
-
Nadia :TWB: #7
Re: Changing scrollbar color
Ken and Gary,
You learn something new every day.
Didn't know about the html instead of body - don't believe I have seen that
anywhere !
Great tip !!
thanks again guys :)
Nadia
-----------------------------------------------
PerreLink Design:
Design Templates:Nav Bar Layouts:Web Biz Tools:
[url]http://www.perrelink.com.au/resources/[/url]
-----------------------------------------------
:: Ecommerce & Content Management System::
[url]http://www.yourvirtualstore.net/yvsa4.asp/[/url]
Enter "nadia" into coupon box if buying
and receive a 15% discount !
-----------------------------------------------
"Ken Ford - PVII Support" <kford@projectseven.com> wrote in message
news:bg32re$c9s$1@forums.macromedia.com...
| Nadia,
|
| Using html instead of body will work with a full DOCTYPE.
|
| <style type=""text/css>
| <!--
| html {
| scrollbar-3d-light-color:#999999;
| scrollbar-arrow-color:#FFFF33;
| scrollbar-base-color:black;
| scrollbar-dark-shadow-color:#333333;
| scrollbar-face-color:#666666;
| scrollbar-highlight-color:#999999;
| scrollbar-shadow-color:black;
| }
| -->
| </style>
|
|
| --
| Ken Ford
| Certified Dreamweaver MX Developer
| PVII Support
| [url]http://www.projectseven.com[/url]
|
Nadia :TWB: Guest
-
Gary White #8
Re: Changing scrollbar color
On Mon, 28 Jul 2003 23:40:31 +1000, "Nadia :TWB:"
<forums@-oz-perrelink.com.au> wrote:
Yep. IE recognizes it on the body tag only when in quirks mode.>You learn something new every day.
>Didn't know about the html instead of body - don't believe I have seen that
>anywhere !
Gary
Gary White Guest
-
ranjan - dreamlettes #9
Re: Changing scrollbar color
[url]http://www.dreamlettes.net/permalink.asp?id=52[/url]
Scrollbars that validate
Regards
Ranjan
[url]www.dreamlettes.net[/url]
"goingpostal101" <webforumsuser@macromedia.com> wrote in message
news:bg213h$l8o$1@forums.macromedia.com...> How do I change the color of the users scrollbar?
>
>
ranjan - dreamlettes Guest



Reply With Quote

