Quick Help |
Quick Help |
Sep 17 2009, 01:00 PM
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 |
|
|
|
![]() |
Sep 17 2009, 01:11 PM
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. |
|
|
|
jbarber07 Quick Help Sep 17 2009, 01:00 PM
jbarber07 Okay Ive done that. Can somebody with safari pleas... Sep 17 2009, 02:18 PM
Mike Looks fine to me. You sure it's the Twitter wi... Sep 17 2009, 02:35 PM
jbarber07 I've tried that code. everytime I use it, it c... Sep 17 2009, 02:58 PM
Mike Look for and remove this from your codes:
CODEtab... Sep 17 2009, 03:07 PM
jbarber07 fixed. Thanks Mike! Sep 17 2009, 03:30 PM
ZeT0 Now you don't even have a twitter? Sep 17 2009, 03:40 PM
manny-the-dino Topic Closed and Moved Sep 17 2009, 05:56 PM![]() ![]() |