Centering being weird. |
Centering being weird. |
Jul 22 2009, 08:05 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Official Designer Posts: 67 Joined: Aug 2008 Member No: 680,736 |
With the layout I'm doing, in FF its centered [the rollover links] but in IE, it's way to the left. (Like over 200px)
|
|
|
|
![]() |
Jul 22 2009, 09:59 PM
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
I usually use this code to hide everything:
CODE <style>
.profileInfo, .contactTable, .userProfileURL, .interestsAndDetails, .userProfileDetail, .userProfileNetworking, .userProfileSchool, .userProfileCompany, .extendedNetwork, .latestBlogEntry, .blurbs td.text, .orangetext15, table div { display:none!important; }div table div, table table div { display:block!important; padding:0; }table, tr, td { background:none; border:none; }.clearfix, .clearfix div { background-image:none!important; overflow:hidden; }.clearfix { position:relative; top:-30px; width:728px; }.clearfix .clearfix { bottom:-30px; margin:-45px 0 0; position:relative; top:auto; width:auto; }.clearfix .clearfix div { margin:45px 0 0; }.clearfix .clearfix div div { margin:auto; }.profile, .profile div, .profile input, .clearfix select,.clearfix option, .clearfix ul { display:none!important; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }.friendSpace {display:none;}.friendsComments {display:none;}.contactTable {display: none;}.extendedNetwork {display:none;}.latestBlogEntry {display:none;}.userProfileURL {display:none;}.userProfileDetail {display:none;} </style> |
|
|
|
dyindyinjohnsonlayouts Centering being weird. Jul 22 2009, 08:05 PM
dyindyinjohnsonlayouts Yes it is a Myspace Layout.
It's pending now, ... Jul 22 2009, 08:24 PM
Mikeplyts Here, try replacing your codes with this:
CODE... Jul 22 2009, 08:52 PM
Mikeplyts Yeah, using the left:50%; and margin-left:-###px; ... Jul 22 2009, 08:54 PM
dyindyinjohnsonlayouts No matter what value I would put into the .Main Se... Jul 22 2009, 09:08 PM
Mikeplyts Is the whole layout including the navigation, imag... Jul 22 2009, 09:16 PM
dyindyinjohnsonlayouts Yeah, when I would want to re-position the layout ... Jul 22 2009, 09:17 PM
Mikeplyts First off, you should clean up your codes. You hav... Jul 22 2009, 09:44 PM
dyindyinjohnsonlayouts Hey do you have a code to hide everything, the one... Jul 22 2009, 09:57 PM
dyindyinjohnsonlayouts Just want to move the links, picture, and content ... Jul 22 2009, 11:09 PM
Mikeplyts You have to add a top: property and value to your ... Jul 23 2009, 01:19 AM![]() ![]() |