Log In · Register

 
Two Top Banners, I suck at code =[
NaShae
post Mar 24 2010, 07:31 PM
Post #1


-N[dot]Shae-
***

Group: Member
Posts: 36
Joined: Jul 2008
Member No: 668,276



*sigh* I'm back again.

So you guys did great with helping me embed flash on top of a myspace site, but now my client wants TWO banners! ( I know totally demanding right?)

So here's my code...-->
CODE
<style>
body{ background-position:top center;margin-top: 628 ;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -477px;
width: auto;
height: 628px;
position: absolute;
}
</style>

<div class="topbanner"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="625" width="962">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/YGtooBig.swf" />
<param name="wmode" value="transparent" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/YGtooBig.swf" height="625" width="962" wmode="transparent" />
</object></div><br />


that's for the FIRST top banner.

this is the second, this is the one I need the right measurements for.
CODE
<style>
body{ background-position:top center;margin-top: 628 ;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -437px;
width: auto;
height: 628px;
position: absolute;
}
</style>
<div class="topbanner"><embed src="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/TootNBoot.swf" width="600" height="361" /></div><br />


Please help me =|
 
 
Start new topic
Replies
Mickey
post Mar 24 2010, 08:19 PM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



No, just adjust the top property like this:

CODE
<style>
body{ background-position:top center;margin-top: 628 ;}
div.topbanner2 {
top: 250px;
left: 49%;
margin-left: -437px;
width: auto;
height: 628px;
position: absolute;
}
</style>
<div class="topbanner2"><embed src="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/TootNBoot.swf" width="600" height="361" /></div><br />
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: