Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
kaschwei #1
Printable Layer
Hi,
Is it possible with some command to print a hidden layer on webpage.
I want to print the adress data, when customer print the webpage, but in
normal webview it should not appear.
Is there something possibilities for this problem?
Best regards
Heinz
kaschwei Guest
-
activeX axShockwave.loadMovie(Layer, url) ... what is layer for ?
Hi All, I am working with the shockwave activeX controll loading flash movies into my c# applications. ( I am using falsh mx 2004 Pro) The movies... -
Bottom layer spoils its upprt layer
In my bottom layer, I have a gradient fill in gray color. On top of this layer, I have some paragraphs in blue color. I want the bottom layer has no... -
Flash layer on top of normal HTML layer
I am using z-index to put a flash advertisement with a transparent background at the utmost top layer of my webpage. Since I want it to move... -
PE2: Selecting and painting a layer having a Hidden Power Tools' layer mask?
I am making a collage using PE2. I have a background layer (solid color) and then each photo is on its own layer with a layer mask used from the... -
on Director : 3D layer + flash (SWF) layer (or with other layer type)
Thankx for all it's works :) Coool -
Murray *TMM* #2
Re: Printable Layer
No.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"kaschwei" <webforumsuser@macromedia.com> wrote in message
news:cfa4r8$qpo$1@forums.macromedia.com...> Hi,
>
> Is it possible with some command to print a hidden layer on webpage.
> I want to print the adress data, when customer print the webpage, but in
> normal webview it should not appear.
>
> Is there something possibilities for this problem?
>
> Best regards
>
> Heinz
>
Murray *TMM* Guest
-
Murray *TMM* #3
Re: Printable Layer
Oops - see my answer on your other post. You could do this with a print
stylesheet....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cfabhp$4l7$1@forums.macromedia.com...in> No.
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (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
> ==================
>
> "kaschwei" <webforumsuser@macromedia.com> wrote in message
> news:cfa4r8$qpo$1@forums.macromedia.com...> > Hi,
> >
> > Is it possible with some command to print a hidden layer on webpage.
> > I want to print the adress data, when customer print the webpage, but>> > normal webview it should not appear.
> >
> > Is there something possibilities for this problem?
> >
> > Best regards
> >
> > Heinz
> >
>
Murray *TMM* Guest
-
Diego Nunes #4
Re: Printable Layer
@media print { #layer { display: block; } }
You can even print only the layer, using something like...
@media print {
body * { display: none; }
body div#layer { display: block; }
}
Amplexos,
--
~~ ~
diego nunes
web engineer
~ ~~
Diego Nunes Guest



Reply With Quote

