Quick Help |
Quick Help |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2008 Member No: 703,593 ![]() |
My layout is ready to go for every browser except Safari. Apparantly the twitter widget is halfway off the page. Anybody know how to fix this??
http://myspace.com/jbarberlayouts |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Look for this:
CODE <div style="position:absolute; top:1200px; left:50%; margin-left:-700px; z-index:9;"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="350" width="290" align="middle"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" /> <param name="wmode" value="transparent" /> <param name="quality" value="high" /> <param name="bgcolor" value="000000" /> <param name="flashvars" value="userID=37510195&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" height="350" width="290" align="middle" wmode="transparent" quality="high" bgcolor="000000" flashvars="userID=37510195&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml" /> </object> </div> Replace it with this: CODE <style> .twitter {position:absolute; top:1200px; left:50%; margin-left:-700px; z-index:9;} .twitter object, .twitter embed {position:static; margin:auto!important;} </style> <div class="twitter"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="350" width="290" align="middle"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" /> <param name="wmode" value="transparent" /> <param name="quality" value="high" /> <param name="bgcolor" value="000000" /> <param name="flashvars" value="userID=37510195&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml" /> <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" height="350" width="290" align="middle" wmode="transparent" quality="high" bgcolor="000000" flashvars="userID=37510195&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml" /> </object> </div> See if that fixes the issue. |
|
|
![]() ![]() |