/    Sign up×
Community /Pin to ProfileBookmark

[url]http://www.faithmiracle.net/new/sample.html[/url]

I just can’t get the image to be directly next to the flash video. My content area is 800px. The two objects together are less than 800px. What am I doing wrong?

[code=html]<!DOCTYPE html PUBLIC

“-//W3C//DTD XHTML 1.0 Strict//EN”

“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd” >

<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en”>

<head>

<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

<title>

sample

</title>

<link rel=”stylesheet” type=”text/css” href=”style.css” />
<style type=”text/css”>
* {margin: 0; padding: 0;}
body, html, #split {height: 100%; width: 100%;}
body {background-image: url(“sand.jpg”);}
#split {background-image: url(“bum.jpg”); background-repeat: repeat-x; z-index: 5;}
#content {position: absolute; left: 100px; top: 350px; background-color: #b6956f; width: 800px; min-height: 300px; z-index: 7; border: solid #190102 7px;}
#must {postion: absolute; left: 0; top: 0; z-index: 7;}
#times {float: right;}
</style>
<link rel=”stylesheet” type=”text/css” href=”menu.css” />
</head>

<body>

<div id=”split”>
<img src=”mustard.png” id=”must” />
<div id=”content”>

<div id=”toc”>
<div id=”menu”>
<ul style=”width: 5.2em”>
<li><a href=”index.html” style=”background-color: #2a0203; color: white; text-transform: uppercase;”>Home</a></li>
</ul>
<ul>
<li><h2>About</h2>
<ul>
<li><a href=”staff.html”></a></li>
<li><a href=”about.html”></a></li>
<li><a href=”minutes.html”></a></li>
<li><a href=”core.html”></a></li>
<li><a href=”reports.html”></a></li></ul></li>
</ul>
<ul>

<li><h2>Staff</h2>
<ul>
<li><a href=”educare.html” title=”Educare”>Educare</a></li>
<li><a href=”path.html”>PATH</a></li>
<li><a href=”vista.html”>VISTA</a></li>
<li><a href=”cora.html”>CORA</a></li>
<li><a href=”http://www.behannibal.org/”>Breathe Easy</a>
<ul><li><a href=”http://www.behannibal.org/”>Breathe Easy Home</a></li>
<li><a href=”http://www.facebook.com/behannibal”>BE on Facebook</a></li></ul></li>
<li><a href=”mentor.html”>Volunteer Mentors</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<ul>
<li><h2>Events</h2>
<ul>
<li><a href=”events.html”>Events</a>
<ul><li><a href=”health2009.html”>Health Fair 2009</a></li></ul></li>
<li><a href=”mtg.html”>Meetings</a></li></ul></li>
</ul>
<ul>
<li><h2>Outreach</h2>
<ul>
<li><a href=”newsletter.html”>Sign Up</a></li>
<li><a href=”archives.html”>Archives</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href=”contact.html” style=”background-color: #2a0203; color: white; text-transform: uppercase;”>Contact</a></li>
</ul>
<ul>
<li><a href=”links.html” style=”background-color: #2a0203; color: white; text-transform: uppercase;”>Newsletter</a></li>
</ul>
<ul>
<li><a href=”links.html” style=”background-color: #2a0203; color: white; text-transform: uppercase;”>Prayer</a></li>
</ul>
<ul>
<li><a href=”links.html” style=”background-color: #2a0203; color: white; text-transform: uppercase;”>Breaking Free</a></li>
</ul>
</div>
</div>
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”449″ height=”101″ id=”banner” align=”middle”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”banner.swf” /><param name=”quality” value=”high” /><param name=”wmode” value=”transparent” /><param name=”bgcolor” value=”#ffffff” /><embed src=”banner.swf” quality=”high” wmode=”transparent” bgcolor=”#ffffff” width=”449″ height=”101″ name=”banner” align=”middle” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” />
</object>
<object id=”times” classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”350″ height=”105″ id=”logo” align=”middle”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”logo.swf” /><param name=”quality” value=”high” /><param name=”wmode” value=”transparent” /><param name=”bgcolor” value=”#b6956f” /><embed src=”logo.swf” quality=”high” wmode=”transparent” bgcolor=”#b6956f” width=”350″ height=”105″ name=”logo” align=”middle” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” />
</object><br /><br /><img src=”help.jpg” style=”” />
<object style=”z-index: 40;” classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”393″ height=”262″ id=”worship” align=”middle”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”worship.swf” /><param name=”quality” value=”high” /><param name=”wmode” value=”transparent” /><param name=”bgcolor” value=”#ffffff” /><embed src=”worship.swf” quality=”high” wmode=”transparent” bgcolor=”#ffffff” width=”393″ height=”262″ name=”worship” align=”middle” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” />
</object>
</div>
</div>
</body></html>[/code]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@CoyotelabSep 17.2009 — This might help:
[code=html]<embed style="margin-top: 100px;"width="350" height="105" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" name="logo" bgcolor="#b6956f" wmode="transparent" quality="high" src="logo.swf"/>[/code]
×

Success!

Help @two4god07 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...