Move ads but keep search bar |
![]() ![]() |
Move ads but keep search bar |
Sep 12 2008, 06:29 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Apr 2007 Member No: 516,067 |
Is it possible to move the ad to the bottom of page but keep the myspace logo, google search bar etc in tact?
Iv'e already used CODE <style> .clearfix {margin-top: 0px; height: -0px; width:63.5%;} div div, div td {background-color:; background-image:none!important;} div.profileWidth {margin-top: -57px !important;} div.profileWidth div.clearfix {position:relative; top:1130px !important; margin-left:40px !important;} .mslogo{display:none!important;} div div select, div div form {display:none !important;} div div div select {position:absolute !important; margin-left:0px !important; left:40px !important; display:none !important;} </style> and tried playing around with it but im not getting the results i want. Thanks for any help. Edit: Found a work around, still it would be nice to know for future reference for myself and others. |
|
|
|
Sep 13 2008, 06:49 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Sorry but I can't find a solution to this without moving the MySpace logo, search bar, and Powered by Google logo along with the ad.
|
|
|
|
Sep 13 2008, 04:35 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
actually, this should work nicely. the only problem i ran into was the "user shortcuts" menu, so i took that out. i'm sure if you really want it in there, you can just position it separately.
CODE <style>
.clearfix .clearfix div { position:relative; top:1130px; } .clearfix .clearfix, .clearfix .clearfix div div, .clearfix .clearfix .profile, .clearfix .clearfix .profile div, .clearfix .clearfix .profile input, .clearfix .clearfix div ul { position:static; top:auto; } .clearfix select, .clearfix option { display:none; } </style> |
|
|
|
![]() ![]() |