positioning embeded .swf file |
positioning embeded .swf file |
Jun 11 2009, 03:51 AM
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> |
|
|
|
![]() |
Jun 13 2009, 07:42 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
to make a div in 2.0, use this to hide the profile:
CODE #googlebar, .global, #topnav .photo, .basicInfoDetails, .detailsModule, .activityMiniFeedModule, .blurbsModule h3, .blurbsModule h4, .friendSpaceModule, .commentsModule, #footer { display:none; } .content { visibility:hidden; } .blurbsModule { visibility:visible; } after that, you can add CSS codes as you normally would for a div, and put all the HTML in your "about me" section. just be aware you won't be able to use IDs to identify elements, only classes. no idea why it's like that, since on profile 2.0 you're allowed to use the # symbol in CSS. if you want your friends and comments to show up, delete ".friendSpaceModule, .commentsModule," from the code. also, if you're worried about your profile getting deleted, remember to add in the "report abuse," "safety," "privacy," and "terms" links, since the code to hide your profile also hides those (#footer). |
|
|
|
OCSpersonel positioning embeded .swf file Jun 11 2009, 03:51 AM
OCSpersonel alright thanks dude, ill try that and get back her... Jun 11 2009, 03:58 PM
OCSpersonel aight i gotcha, so heres the problem, im in profil... Jun 12 2009, 02:01 AM
OCSpersonel No worries, i compromised and put it in my about m... Jun 12 2009, 04:16 PM
OCSpersonel WOW you are awesome. i tried to refer someone to y... Jun 17 2009, 03:43 PM
fixtatik the thing with positioning, if you follow web stan... Jun 17 2009, 06:39 PM
OCSpersonel yah, i have a couple more questions about the posi... Jun 17 2009, 07:07 PM
Mike Topic closed & moved. Jun 28 2009, 01:46 PM![]() ![]() |