uneven |
uneven |
Sep 13 2008, 11:28 PM
Post
#1
|
|
|
AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 |
alrighty, i'm making a layout, right? right.
so, it's standard, and one of my few recent attempts. i haven't changed the positioning or anything, but there is a significant difference in the overall positioning. all of the tables are more to the right, and it's extremely obvious because of the nav bar. screenshot: ![]() and coding (so far): CODE <style> table, tr, td{border:none!important; background-color:transparent;} .rail{display:none!important;} tr td .clearfix div {filter:alpha(opacity=0)!important;} div[id="shortcuts"] {opacity:0;} .profilewidth {margin-top:-30px!important;} div .clearfix table tr td div div {position:relative;top:18px;filter:alpha(opacity=100)!important;} .mslogo, .clearfix select, .clearfix form {display:none!important;} div td, table table table{background-color:63656E;} .extendednetwork, .latestblogentry, .blurbs, .friendspace, .friendscomments{width:483px;} table table table {padding: 0px; text-transform: none; height: .01%; width: 100%;} body{ background-image:url("http://i6.photobucket.com/albums/y213/Vampyres_of_Myst/Backgrounds/circlessmall-2.png");} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://i252.photobucket.com/albums/hh29/strawberryicing/graphics/layouts/bigbang2/ExtendedNetwork2.png"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:300px; height:198px; display:block !important;} </style> any fixes? thanks in advance. :] |
|
|
|
![]() |
Sep 14 2008, 06:19 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
this should work. i think it's because of the spacer image that myspace has on the left side of profiles, so all you need to do is move the advertisement to the right, and the rest of the page to the left to keep it centered.
CODE .clearfix { position:relative; left:8px; }
.clearfix .clearfix { position:static; left:auto; } body { margin:0 0 0 -8px; } |
|
|
|
Smarmosaur uneven Sep 13 2008, 11:28 PM
Smarmosaur oh. that should have been easy enough to figure ou... Sep 14 2008, 08:27 AM
fixtatik no problem. it's the simple things that are th... Sep 14 2008, 09:19 AM
Anarchy Topic closed & moved. Sep 14 2008, 10:57 AM![]() ![]() |