hiding boxes, hiding everything but 'about me' |
hiding boxes, hiding everything but 'about me' |
Jun 25 2005, 02:02 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2005 Member No: 159,362 |
ok. so i don't know if this is possible, but i have been trying to find a code that makes EVERYTHING go away EXCEPT for the about me section....and if that isn't possible;
i have the code to make EVERYTHING disappear, but im doing something wrong with new div layers because every time i try and put in the new div layers they don't show up. do i need to put the codes for erasing everything and the codes for new div layers in certain boxes? help me!! i don't know what to do!? and if my description of my situation needs clarification, let me know |
|
|
|
![]() |
Jun 25 2005, 02:26 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Can you post your codes up? Don't forget to use codebox.
|
|
|
|
Jun 25 2005, 02:30 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2005 Member No: 159,362 |
i meant..i have access to the codes..sorry:
QUOTE(tcunningham1589 @ Jun 4 2005, 11:55 PM) first question Okay first make sure to remove the friends and comment table: put this in your about me section CODE <style type="text/css">.comments {visibility:hidden;display:none;}</style> and put this in your who id like to meet section CODE <div class="comments"><table><tr><td><table><tr><td> second question put this in your about me section *note: will remove EVERYTHING* CODE <style type="text/css">.comments {visibility:hidden;display:none;}</style> <style type="text/css">.contactTable TD{display:none;visibility:hidden;}</style> <style type="text/css">table table table {display:none;visibility:hidden;}</style> <style type="text/css">table td {display:none;visibility:hidden;}</style> and i think that the codes i have for the div layers are just worthless so could someone tell me how to make new div layers after i have erased everything? or an alternative? |
|
|
|
Jun 25 2005, 03:07 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
In the second answer part; that code will erase everything. When you are writing div codes you have to make sure the one that looks like this:
In about me section: CODE <style type="text/css"> .whatever{ position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} </style> In who I'd like to meet section: CODE <DIV class="whatever"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top">Text goes here.. blah</td> </tr> </table> </DIV> if you have the z-indexs set up correctly and everything else looks find. the div's should be fine. |
|
|
|
![]() ![]() |