Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
MadWebber #1
Questions!
1) How do I change the color of the horizontal scroll bar on the browser
window?
2) Is there any good scripts to use for automating the text on a news
page?
3) How do I make my title on my main page switch .swf files randomly on
every visit?
4) Is there life on Mars?
5) Where is a good resource to get free web codes/javascript and stuff?
THX. ;)
MadWebber Guest
-
AMD-64 Questions
Hi All: Newbie w/ some questions: PC: AMD-64 bit, full install working reasonably well (no attempts at multi-media yet): w/ Athlon AMD-64... -
Mac OS-10 & MX questions / Please Help!
A couple of questions: 1. I am getting a Mac with OS10 running Director MX. If I create a projector, will it run on older OS systems? 2. Which... -
2 questions
For an example of how to use the SysCmd, open the Northwind sample database, and look in the Utility module. They have a wrapper function named... -
The questions.
"Chris Thomas" <chrisvai777@hotmail.com> wrote in message news:9f682ea7.0307210257.5a2a89a1@posting.google.com... It depends on what drives you... -
2 questions :) - portal questions
Say the portal displays a relationship that uses the Box_ID field as the match field on both sides. In the child file (items in the box), add two... -
David R. Wheeler #2
Re: Questions!
"MadWebber" <geoff@ilovespam.com> wrote in message news:bft080$ic4$1@forums.macromedia.com...
Colored scrollbars (IE 5.5+ only) can be achieved by redefining the body> 1) How do I change the color of the horizontal scroll bar on the browser
> window?
tag using CSS. (see the links below) There is an extension available for
this at the DW exchange. [url]http://www.macromedia.com/exchange/dreamweaver/[/url]
Search for Scrollbars.
[url]http://dhtmlnirvana.com/alchemy/ie5scroll.htm[/url]
[url]http://www.dhtmlshock.com/other/ColoredScrollbars/default.asp[/url]
[url]http://wsabstract.com/howto/scrollbarcolor.shtml[/url]
[url]http://builder.cnet.com/webbuilding/0-7690-8-4807353-1.html?tag=st.bl.7690.d[/url]
[url]http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/scrollbar3dlightcolor.asp[/url]
[url]http://tinyurl.com/i3wj[/url]> 2) Is there any good scripts to use for automating the text on a news
> page?
[url]http://tinyurl.com/i3wl[/url]
Depends on what scripting language you can work in... ASP, PHP, CF, JavaScript> 3) How do I make my title on my main page switch .swf files randomly on
> every visit?
Yes, ask any politician.> 4) Is there life on Mars?
Search Google for what you want. It's about as good a starting place as any.> 5) Where is a good resource to get free web codes/javascript and stuff?
For example... [url]http://tinyurl.com/i3wr[/url]
Your welcome.> THX. ;)
--
Dave
-----------------------------------------------------------------
If I were half as smart as people think I am...
I'd be twice as smart as I was before I forgot everything.
(Official victim of CRAFT Syndrome)
=======================
>
>David R. Wheeler Guest
-
Gary White #3
Re: Questions!
On Sat, 26 Jul 2003 00:02:03 -0500, "David R. Wheeler"
<dont-want@no.spam> wrote:
Note that redefining the BODY tag will only work when IE is rendering>Colored scrollbars (IE 5.5+ only) can be achieved by redefining the body
>tag using CSS.
in quirks mode. If you want it to work either way, you do it by
redefining the HTML tag:
<style type="text/css">
<!--
html {
scrollbar-base-color: blue;
}
-->
</style>
It's still an IE only bug, uh... feature.
Gary
Gary White Guest
-
David R. Wheeler #4
Re: Questions!
> Note that redefining the BODY tag will only work when IE is rendering
I didn't know that... thanks.> in quirks mode. If you want it to work either way, you do it by
> redefining the HTML tag:
Lets see... where did I put that can of bug spray? :)> It's still an IE only bug, uh... feature.
--
Dave
-----------------------------------------------------------------
If I were half as smart as people think I am...
I'd be twice as smart as I was before I forgot everything.
(Official victim of CRAFT Syndrome)
David R. Wheeler Guest
-
Gary White #5
Re: Questions!
On Sat, 26 Jul 2003 11:04:33 -0500, "David R. Wheeler"
<dont-want@no.spam> wrote:
You're welcome. I think your link to MS showed it on the HTML tag.>>> Note that redefining the BODY tag will only work when IE is rendering
>> in quirks mode. If you want it to work either way, you do it by
>> redefining the HTML tag:
>I didn't know that... thanks.
If we're talking about IE, you better buy it in 55 gallon drums. ;-)>>> It's still an IE only bug, uh... feature.
>Lets see... where did I put that can of bug spray? :)
Gary
Gary White Guest
-
Gary White #6
Re: Questions!
On Sat, 26 Jul 2003 12:11:14 -0500, "David R. Wheeler"
<dont-want@no.spam> wrote:
<LOL>>Actually I was thinking more along the lines of two cases delivered =
>daily...=20
>1 case of bug spray for IE and 1 case of good Scotch to help me forget =
>about IE! :-))
Gary
Gary White Guest



Reply With Quote

