Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Dava #1
CSS Help! Inserting flash into a div has caused layoutchange
Hi,
I am trying to insert flash into a div. I'm new to CSS so I think I must be
doing something wrong. As soon as I insert the flash the layout goes wrong and
all divs below it are pushed down out of my "main" div. I've now taken the
flash.swf out and inserted an image again, but it's still wrong. It previews
fine in the browser though.
Any ideas!?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body background="images/newwall.jpg">
<div id="wrap">
<div id="main">
<div id="flash"><img src="images/flash.gif">
</div>
<div id="strip"><img src="images/strip.gif">
</div>
<div id="middle">
<div id="news">
<div class="newstext">NEWS....
</div>
</div>
</div>
<div id="gap"><img src="images/gap.gif">
<div id="subnav"><img src="images/wallpaper.gif">
<div id="bottom"><img src="images/bottom.gif">
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Dava Guest
-
Inserting data with flash forms
I've been racking my brain for the last 2 days trying to figure out how to do a simple insert into a database with a Flash form. No matter what I do... -
Inserting third party Flash
My client and I are both using Contribute 3. I am administering the site using Dreamweaver and hand coding with BBEdit. My client wants to be able... -
Errors inserting flash html
I have both Dreamweaver MX 2004 and Flash MX 2004. I have also downloaded the extension for inserting Flash HTML, but after I publish my Flash... -
inserting flash animations
My question is sort of related to the previous post. Can I include Flash animations in a publisher 2003 page by inserting the code as an html... -
Inserting flash to a website
How do i insert a flash movie into a website? Please help me! -
Murray *ACE* #2
Re: CSS Help! Inserting flash into a div has caused layout change
And where is the CSS?
--
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
==================
"Dava" <webforumsuser@macromedia.com> wrote in message
news:ei2526$mji$1@forums.macromedia.com...> Hi,
> I am trying to insert flash into a div. I'm new to CSS so I think I must
> be
> doing something wrong. As soon as I insert the flash the layout goes wrong
> and
> all divs below it are pushed down out of my "main" div. I've now taken the
> flash.swf out and inserted an image again, but it's still wrong. It
> previews
> fine in the browser though.
>
> Any ideas!?
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <link href="style.css" rel="stylesheet" type="text/css">
> </head>
>
> <body background="images/newwall.jpg">
> <div id="wrap">
> <div id="main">
> <div id="flash"><img src="images/flash.gif">
> </div>
> <div id="strip"><img src="images/strip.gif">
> </div>
> <div id="middle">
> <div id="news">
> <div class="newstext">NEWS....
> </div>
> </div>
> </div>
>
> <div id="gap"><img src="images/gap.gif">
> <div id="subnav"><img src="images/wallpaper.gif">
> <div id="bottom"><img src="images/bottom.gif">
>
> </div>
> </div>
>
> </div>
> </div>
> </div>
>
>
>
> </body>
> </html>
>
>
Murray *ACE* Guest
-
Dava #3
Re: CSS Help! Inserting flash into a div has causedlayout change
thanks anyway, but I fixed it - my flash was a couple of px too big and pushed everything out!
Dava Guest



Reply With Quote

