Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
woodythegenius #1
layers not right in IE
Hi all,
when i made a layer in DW and it shows up beautifully in Firefox but terribly in IE. When viewed in IE the layer background is purplie-blue. Could anyone help me fix this?
woodythegenius Guest
-
Layers help
Hello. I am working on a site where I need the navigation to have 2 dropdowns with links - they are images, not text. I created it in DW and they... -
Help with layers
Here´s the issue: I want to create a web site viewable either in 1024x768 and 800x600. So i created a table with weight=750 pixels and height =... -
Fill layers vs Pixel layers
What is the difference between a fill layer and a pixel layer that contains a flat color? (Beside the capacity to paint different colors into the... -
FreeHand Layers to Acrobat Layers
Hi, I have noticed that in Acrobat 6 that you can have layered documents and I 'm wanting to know if there is a way to create a layered PDF from a... -
layers!!!! what joy!!
have been playing with layers of late, and need help!!!! layers seem to tether themselves to say the top left hand corner of the page, is there... -
Murray *ACE* #2
Re: layers not right in IE
Show me the code.
--
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
==================
"woodythegenius" <webforumsuser@macromedia.com> wrote in message
news:e21ogf$oib$1@forums.macromedia.com...> Hi all,
> when i made a layer in DW and it shows up beautifully in Firefox but
> terribly in IE. When viewed in IE the layer background is purplie-blue.
> Could anyone help me fix this?
Murray *ACE* Guest
-
woodythegenius #3
Re: layers not right in IE
Heyy,
are you th same Murray as Murray *TMM* ?
well anyways i appreaciated your help with me espically if you Murray
*TMM*.....
--------------------------------------------Heres my code (not much in it just
started)-----------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #333333;
}
#Layer1 {
position:absolute;
width:493px;
height:30px;
z-index:1;
left: 52px;
top: 18px;
}
-->
</style></head>
<body>
<div align="center"><img src="file:///C|/Documents and Settings/Owner/My
Documents/My Pictures/TREOSTUDIOS/PNG/banner.png" width="957" height="118" />
</div>
<div id="Layer1"><img src="file:///C|/Documents and Settings/Owner/My
Documents/My Pictures/TREOSTUDIOS/PNG/home button.png" width="98" height="23"
/><img src="file:///C|/Documents and Settings/Owner/My Documents/My
Pictures/TREOSTUDIOS/PNG/Media.png" width="98" height="23" /><img
src="file:///C|/Documents and Settings/Owner/My Documents/My
Pictures/TREOSTUDIOS/PNG/Download.png" width="98" height="23" /><img
src="file:///C|/Documents and Settings/Owner/My Documents/My
Pictures/TREOSTUDIOS/PNG/Email.png" width="98" height="23" /><img
src="file:///C|/Documents and Settings/Owner/My Documents/My
Pictures/TREOSTUDIOS/PNG/FAQ.png" width="98" height="23" /></div>
</body>
</html>
woodythegenius Guest
-
Murray *ACE* #4
Re: layers not right in IE
Yes. TMM is now ACE.
Are you using PNG images with transparent backgrounds?
--
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
==================
"woodythegenius" <webforumsuser@macromedia.com> wrote in message
news:e22ots$4ah$1@forums.macromedia.com...> Heyy,
> are you th same Murray as Murray *TMM* ?
> well anyways i appreaciated your help with me espically if you Murray
> *TMM*.....
> --------------------------------------------Heres my code (not much in it
> just
> started)-----------------------------------------------
>
>
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> <title>Untitled Document</title>
> <style type="text/css">
> <!--
> body {
> background-color: #333333;
> }
> #Layer1 {
> position:absolute;
> width:493px;
> height:30px;
> z-index:1;
> left: 52px;
> top: 18px;
> }
> -->
> </style></head>
>
> <body>
> <div align="center"><img src="file:///C|/Documents and Settings/Owner/My
> Documents/My Pictures/TREOSTUDIOS/PNG/banner.png" width="957" height="118"
> />
> </div>
> <div id="Layer1"><img src="file:///C|/Documents and Settings/Owner/My
> Documents/My Pictures/TREOSTUDIOS/PNG/home button.png" width="98"
> height="23"
> /><img src="file:///C|/Documents and Settings/Owner/My Documents/My
> Pictures/TREOSTUDIOS/PNG/Media.png" width="98" height="23" /><img
> src="file:///C|/Documents and Settings/Owner/My Documents/My
> Pictures/TREOSTUDIOS/PNG/Download.png" width="98" height="23" /><img
> src="file:///C|/Documents and Settings/Owner/My Documents/My
> Pictures/TREOSTUDIOS/PNG/Email.png" width="98" height="23" /><img
> src="file:///C|/Documents and Settings/Owner/My Documents/My
> Pictures/TREOSTUDIOS/PNG/FAQ.png" width="98" height="23" /></div>
> </body>
> </html>
>
Murray *ACE* Guest
-
-
Murray *ACE* #6
Re: layers not right in IE
That's the reason. IE doesn't natively support transparent PNG images.
--
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
==================
"woodythegenius" <webforumsuser@macromedia.com> wrote in message
news:e22vvu$dmj$1@forums.macromedia.com...> yes sir
Murray *ACE* Guest



Reply With Quote

