Stretch width of band myspace? |
Stretch width of band myspace? |
Sep 21 2009, 09:06 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2009 Member No: 732,548 |
I'm working on a myspace and want to make it wider than 800 px, like around 900 px. I know how to do everything, but have no idea how to stretch the actual myspace stuff (music player, shows, blogs, etc) out to about 900 px?
Thanks in advance! |
|
|
|
![]() |
Sep 22 2009, 10:32 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
CODE div table, table { margin:auto; width:900px!important; } .clearfix { width:872px!important; } .clearfix .clearfix, div table table { width:auto!improtant; } table table { width:100%!important; } .profileWidth { left:-14px; position:relative; } If you want a different width, change the 900px to whatever you'd like, and change 872px to 28 pixels less than the width of the number you chose. |
|
|
|
![]() ![]() |