positioning embeded .swf file |
positioning embeded .swf file |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Mar 2009 Member No: 720,238 ![]() |
okay, iv gotten this far:myspace.com/fiftyfivethreads
but i need to center my countdown timer in the middle so its proportional to the rest of the header. preferably fix the positioning like the 50% trick you guys showed me before CODE <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="180" width="800"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://img195.imageshack.us/img195/3184/countdown.swf" /> <param name="wmode" value="transparent" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://img195.imageshack.us/img195/3184/countdown.swf" height="180" width="800" wmode="transparent" /> </object> |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Mar 2009 Member No: 720,238 ![]() |
aight i gotcha, so heres the problem, im in profile 2.0, and the div works, but no matter what values i put where, it stays on the same spot, in the center of the page
this is where my css is at right now: CODE div.basicInfoModule {padding-top:580px;} .topbanner {position:absolute; top:200px; left:50%; margin-left:-480px; } div.countdown {position:absolute; left:50%: top:0px; margin-left:0px; width:800px; height:180px; z-index:1;} div.interestsModule h4 {display:none;} div.blurbsModule h4 {display: none;} iv played with the top and margin-left codes but no luck. and the second part is exactly how you put it, in my about me, under my topbanner div |
|
|
![]() ![]() |