1.0 DIV Convert to 2.0, Is it possible |
1.0 DIV Convert to 2.0, Is it possible |
![]()
Post
#1
|
|
![]() Ale Creations ![]() ![]() Group: Official Designer Posts: 16 Joined: Mar 2007 Member No: 513,396 ![]() |
I have no idea how to create anything for 2.0, yet. Anyhow, I recently created a 1.0 Myspace div layout for a client. *They already knew I only work for 1.0* and they just realized they can't switch back from their 2.0 to 1.0. My question is, is there a way to convert a 1.0 div layout into a 2.0 div layout?
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
I'd say it depends on how you built the 1.0 layout. If you're just hiding the profile, then building normal HTML & CSS on an empty slate, it's very easy to do.
To hide a 2.0 profile: CODE #googlebar, #topnav, .photo, .basicInfoDetails, .detailsModule, .activityMiniFeedModule, .blurbsModule h3, .blurbsModule h4, .friendSpaceModule, .commentsModule, #footer { display:none; } .content { visibility:hidden; } .blurbsModule { visibility:visible; } #header { background:none; } Then just do what allvanishing mentioned. |
|
|
![]() ![]() |