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:30 PM
Post
#2
|
|
|
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? |
|
|
|
sponge_fobia hiding boxes Jun 25 2005, 02:02 PM
Maestro Can you post your codes up? Don't forget to us... Jun 25 2005, 02:26 PM
tcunningham1589 In the second answer part; that code will erase ev... Jun 25 2005, 03:07 PM![]() ![]() |