These codes are clashing; |
![]() ![]() |
These codes are clashing; |
Jun 16 2008, 08:04 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Nov 2006 Member No: 480,543 |
The code to hide the bottom set of links, and the code to put a navigation tab next to your display picture.
And what I mean is, when I try to hide the bottom links, the words in the navi disappear. Is there any way to prevent this? I'm trying to help out my brother. |
|
|
|
Jun 16 2008, 08:58 PM
Post
#2
|
|
![]() ♡♡♡♡♡ ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 22,724 Joined: Mar 2005 Member No: 108,478 |
Please post the codes that you're using so we can help you better.
|
|
|
|
Jun 16 2008, 09:04 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Nov 2006 Member No: 480,543 |
I think this is one:
CODE <div class="sidenav"> <center><img src="http://i28.tinypic.com/25uo8p5.gif"> <div class="sidenavmid"> <center> <u><b><big>Do:</b></u></big> <BR> <a target="_blank" href="index.cfm?fuseaction=mail.message&friendID=67634993"><small>Comment</small></a> <br> <a target="_blank" href="index.cfm?fuseaction=invite.addfriend_verify&friendID=67634993"><small>Add</small></a> <br> <a target="_blank" href="index.cfm?fuseaction=block.blockUser&userID=67634993"><small>Message</small></a><br> <b><big><u>View:</b></u></big> <br> <a target="_blank" href="index.cfm?fuseaction=user.viewPicture&friendID=67634993"><small>Pictures</small></a> <br> <a target="_blank" href="index.cfm?fuseaction=vids.uservids&friendID=67634993"><small>comments</small></a> <br> <a target="_blank" href="index.cfm?fuseaction=blog.ListAll&friendID=67634993"><small>friends</small></a> <br> <a target="_blank" href="index.cfm?fuseaction=user.viewfriends&friendID=67634993"><small>videos</small></a> </center> </div><img src="http://i27.tinypic.com/2yyv5va.gif"></center> </div> And this one: CODE <style type="text/css">a.text, table div font a, table div div {visibility:hidden;}</style>
|
|
|
|
Jun 17 2008, 06:31 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 143 Joined: Apr 2007 Member No: 517,535 |
try replacing that second code with
CODE <style type="text/css">table tr td div div {display:none;}</style>
|
|
|
|
![]() ![]() |