Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Matthew Carpenter #1
Style Sheets and Transitions
I am not sure this is an appropriate question here, but I am using CSS to
basically change an element on the screen based on a "timer" I would like it
to transition with a fade between each element. I added those properties to
the CSS:
..dropcontent{
width: 104px;
height: 200px;
border: 1px #cccccc;
background-color: #eaeaea;
padding: 3px;
display:block;
transitionType: fade;
transitionSubtype: fadeToColor;
transitionDur: 3s;
transitionColor: #eaeaea; }
But that is the only element in the div that uses this style that is not
working. Any ideas on what I am doing wrong?
Matthew Carpenter Guest
-
External style sheets
Well youd think this would be pretty straight forward but no matter what i do i dont get any changes in my app. I have tried defining the style... -
Lost style sheets
Style sheets are not being seen by browsers when saved by DW. When I save a set of files with their external style sheet, browsers are not able to... -
How to: Inline style sheets
Hi Everyone, Yahoo! and Hotmail do not correctly read my HTML emails. They do not recognize my style sheet. I was told that I might have better... -
Style Sheets
Can anyone tell me what a good dreamweaver book is on learning CSS? What do's and don'ts can you advise me in? Kelly -
Using external style sheets
You shouldn't have any trouble. What does the URL of the stylesheet link look like? -- HTH, Kevin Spencer ..Net Developer Microsoft MVP... -
Murray *TMM* #2
Re: Style Sheets and Transitions
Matthew:
The transitions are IE/Windows only - you know that, right?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Matthew Carpenter" <mcarpenter@otbdesign.com> wrote in message
news:bp3e37$sf6$1@forums.macromedia.com...it> I am not sure this is an appropriate question here, but I am using CSS to
> basically change an element on the screen based on a "timer" I would liketo> to transition with a fade between each element. I added those properties> the CSS:
>
> .dropcontent{
> width: 104px;
> height: 200px;
> border: 1px #cccccc;
> background-color: #eaeaea;
> padding: 3px;
> display:block;
> transitionType: fade;
> transitionSubtype: fadeToColor;
> transitionDur: 3s;
> transitionColor: #eaeaea; }
>
> But that is the only element in the div that uses this style that is not
> working. Any ideas on what I am doing wrong?
>
>
Murray *TMM* Guest
-
rob :: digitalburn #3
Re: Style Sheets and Transitions
I don't think he was talking about that kind of transition.
rob :: digitalburn Guest
-
Murray *TMM* #4
Re: Style Sheets and Transitions
Rob:
I believe that those filters are all IE/Windows only. Is that not the case?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"rob :: digitalburn" <rob@digitalburn.net> wrote in message
news:bpb01c$idt$1@forums.macromedia.com...> I don't think he was talking about that kind of transition.
>
>
Murray *TMM* Guest
-
Murray *TMM* #5
Re: Style Sheets and Transitions
Hehehe - did you read your earlier post? 8)
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"rob :: digitalburn" <rob@digitalburn.net> wrote in message
news:bpb77u$1gm$1@forums.macromedia.com...> Sorry, oops, sorry, I thought you were referring to something else.
>
>
Murray *TMM* Guest
-
rob :: digitalburn #6
Re: Style Sheets and Transitions
Sorry, oops, sorry, I thought you were referring to something else.
rob :: digitalburn Guest
-
-
Murray *TMM* #8
Re: Style Sheets and Transitions
Oh, never mind! 8)
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"rob :: digitalburn" <rob@digitalburn.net> wrote in message
news:bpc9t2$kff$1@forums.macromedia.com...> Which one was that?
>
>
Murray *TMM* Guest



Reply With Quote

