DIV Layout Help. |
DIV Layout Help. |
Jun 26 2007, 03:22 PM
Post
#1
|
|
![]() Oh.. ![]() ![]() ![]() Group: Member Posts: 85 Joined: Apr 2007 Member No: 516,967 |
Hi,
I was just wondering how I could make my myspace totaly blanked out except from the top left details with my pic etc then to add my divs ontop of it and stuff. Also if you could tell me how I can make my DIVs central in the page for the different resolution of monitors. Thanks in advance. |
|
|
|
![]() |
| *karmakiller* |
Jun 26 2007, 06:16 PM
Post
#2
|
|
Guest |
Haven't tried this yet, so I don't know if it will work
http://www.createblog.com/scripts/script.php?id=368 and then put this in your stylesheet. CODE <style type="text/css">
.profileInfo {visibility:visible;} </style> |
|
|
|
Jun 26 2007, 06:43 PM
Post
#3
|
|
![]() Oh.. ![]() ![]() ![]() Group: Member Posts: 85 Joined: Apr 2007 Member No: 516,967 |
Haven't tried this yet, so I don't know if it will work http://www.createblog.com/scripts/script.php?id=368 and then put this in your stylesheet. CODE <style type="text/css"> .profileInfo {visibility:visible;} </style> Thanks for replying, the only thing is that the code you've suggested dosen't show the Profile Picture and the headline etc. Here is what I want to still be showing Link. But thanks man |
|
|
|
Jun 27 2007, 06:39 AM
Post
#4
|
|
![]() Oh.. ![]() ![]() ![]() Group: Member Posts: 85 Joined: Apr 2007 Member No: 516,967 |
have you read this: Making a DIV layout step by step For the centering in all browsers, You would use percentages. Yeh I have read that before and I know I would need percentages but didn't realise there on that page xD. Thanks |
|
|
|
Aug 13 2007, 06:14 PM
Post
#5
|
|
![]() Oh.. ![]() ![]() ![]() Group: Member Posts: 85 Joined: Apr 2007 Member No: 516,967 |
BUMPING TOPIC!
|
|
|
|
Aug 13 2007, 06:17 PM
Post
#6
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Okay, what else do you need help with?
|
|
|
|
Aug 13 2007, 07:17 PM
Post
#7
|
|
![]() Oh.. ![]() ![]() ![]() Group: Member Posts: 85 Joined: Apr 2007 Member No: 516,967 |
Okay, what else do you need help with? Well I have this in my about me: CODE <style type="text/css"> .userProfiledetail, .userProfileURL, .userProfileSchool, .extendedNetwork, .latestBlogEntry, .orangetext15, .contacttable { display:none;} a.text, table div font a, table div div {visibility:hidden;} table tr td div font {display: none;} body div table td form {display:none!important;} table, td, tr{ background-color:transparent;} </style> <style type=text/css> .comments {width:#px; overflow: none;} .comments table {background-color: transparent;margin-top: -3px;} .comments td {font-color: FFFFFF; font-size: 11px; font-family: tahoma;} table table td.text table td.text tbody table tbody td table td {display: none;} td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;} </style> <xmp class=off><style type="text/css">body, *, form, div, table {display:none;}</style></xmp> <style type="text/css"> .HIDE_GOOGLE_SEARCH_FORM {}div table td form {display: none;} </style> <style type="text/css"> .navbar{visibility:visible;} div td font {visibility:hidden;} </style> <style> .WASTE_COMMENT_RESIZE td.text td.text table table table td a img {width:100px;} td.text td.text table table table td div img {width:80px;} td.text td.text table table td img {width:260px; max-width:260px; width:auto;} td.text td.text table table td div img {width:80px;} * html td.text td.text table table td img {width:260px;} * html td.text td.text table table td a img {width:90px;} * html td.text td.text table table td div img {width:80px;} </style> <style type="text/css">.lightbluetext8 {display:none;} table table table table td {width:0px;} .contactTable td, table table td.text table td, table table table table table td {width:auto;}</style> and something in there is blocking my top friends being shown in my comments + friends scrollbox. Can you tell me what it is please? |
|
|
|
| *karmakiller* |
Aug 13 2007, 07:31 PM
Post
#8
|
|
Guest |
You need to get rid of this:
QUOTE table table td.text table td.text tbody table tbody td table td {display: none;} (It's below the comments in your stylesheet.)
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} |
|
|
|
Aug 13 2007, 07:36 PM
Post
#9
|
|
![]() Oh.. ![]() ![]() ![]() Group: Member Posts: 85 Joined: Apr 2007 Member No: 516,967 |
|
|
|
|
Aug 13 2007, 07:56 PM
Post
#10
|
|
![]() Oh.. ![]() ![]() ![]() Group: Member Posts: 85 Joined: Apr 2007 Member No: 516,967 |
|
|
|
|
![]() ![]() |