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. |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2008 Member No: 703,593 ![]() |
Okay Ive done that. Can somebody with safari please check it out for me?
http://myspace.com/jbarberlayouts |
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Looks fine to me. You sure it's the Twitter widget you're having problems with? Because the music player is misaligned on Safari for me. I recommend using my code to position it around instead of what you're using now.
|
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2008 Member No: 703,593 ![]() |
I've tried that code. everytime I use it, it creates a big gap between the shows and the shows header and the music player completely disappears
*found the music player. But how do I fix the gap in the shows?* |
|
|
![]()
Post
#6
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Look for and remove this from your codes:
CODE table table div embed, table table div object {position:relative; z-index:9;} Then recalculate the top and margin-left values of my code. |
|
|
![]()
Post
#7
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2008 Member No: 703,593 ![]() |
fixed. Thanks Mike!
|
|
|
![]()
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 ![]() |
Now you don't even have a twitter?
|
|
|
![]()
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 ![]() |
Topic Closed and Moved
|
|
|
![]() ![]() |