Hello to the great people here at Kirupa. Im having issues with a Myspace design I designed for somebody. It looks perfect in Firefox and in Safari. But acts up in IE, I believe I know what I need to do to solve this problem but just not sure how to go about it, believe I need to clear the divs or something…
Here is the URL…
www.myspace.com/weaponxpromotions
First Issue… HIT ME UP image should be next to JOIN MY NETWORK image…
Second issue similar to first is that the Ali Vegas cover should be next to the other ones…
Here is the chunk of code for that particle section, for the whole header including the Flash animation at the top this is everything before the advertisement hopefully someone could be kind enough to look at it and tell me where I made my mistake as I know its probably something real simple to fix…
<span class="off">!-START Block to Place Custom Banner at Top of Page-!</span>
<span class="off">!-Create div with image. Replace my image with the URL of your own image-
OR replace img block with your own code block!</span>
<div class="myBanner">
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="550" width="800" data="http://www.mikenificent.com/weaponxmyspace/weaponx_header.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.mikenificent.com/weaponxmyspace/weaponx_header.swf" />
<param name="flashvars" value="" />
<param name="menu" value="false" />
<param name="scale" value="exactfit" />
</object>
<img src="http://www.mikenificent.com/weaponxmyspace/welcome.jpg">
<br>
<div class="butstop"></div>
<div style="float:left;">
<a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=393396695" target="_blank"><img src="http://www.mikenificent.com/weaponxmyspace/network.jpg" border="0"></a>
</div>
<div style="float:right;">
<img src="http://www.mikenificent.com/weaponxmyspace/image1.jpg"><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=393396695" target="_blank"><img src="http://www.mikenificent.com/weaponxmyspace/message.jpg" border="0"></a>
</div>
<div class="butsbottom"></div>
<br>
<img src="http://www.mikenificent.com/weaponxmyspace/projects.jpg">
<br>
<div class="albumstop"></div>
<div style="float:left;">
<a href="http://www.myspace.com/firstcousinsmusic" target="_blank"><img src="http://www.mikenificent.com/weaponxmyspace/album1.jpg" border="0"></a><a href="http://www.myspace.com/mightyfuzzyoung" target="_blank"><img src="http://www.mikenificent.com/weaponxmyspace/album2.jpg" border="0"></a>
</div>
<div style="float:right;"><a href="http://www.myspace.com/alivegas" target="_blank"><img src="http://www.mikenificent.com/weaponxmyspace/album3.jpg" border="0"></a>
</div>
</div class="albumsbottom></div>
<br>
<img src="http://www.mikenificent.com/weaponxmyspace/footer.jpg">
</div>
<style>
{!-Create space for image above body. Change px value to the height of your image -!}
body {margin-top:1250px}
{!-Position your image. margin-left should be negative and half the width of your image. change width and height to that of your image-!}
div.myBanner {position:absolute; top:0px; left:50%; margin-left:-400px; width:800px; height:800px;}
</style>