Copyright Table Background, Wondering if anyone's found a way to hide it. |
Copyright Table Background, Wondering if anyone's found a way to hide it. |
Nov 29 2007, 04:21 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Apr 2006 Member No: 392,020 |
Hi folks,
I was just wondering if anyone has found a way to hide the background of the copyright area. It is a table within a DIV layer. The problem is its hard coded, and not calling a particular class. I've looked at the code and tried to do it on my own to no avail. I've looked in the MySpace scripts section and found the code to hide the links, but the ugly table across the bottom is still visible. I really don't want to hide the links as I am sure thats breeching the user agreements, but having that table have a transparent background would be nice. Here's a screen shot: I am running in Firefox, but it IS hidden in IE. If there is a way to hide it in Firefox as well, I'd really appreciate the info! Thanks a bunch in advance. Peace, love, and chocolate kisses, Suzanne |
|
|
|
![]() |
Nov 29 2007, 01:49 PM
Post
#2
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
Are you using a DIV? You could extend your background color down to a larger height and effectively cover the ugly table background.
|
|
|
|
Nov 29 2007, 05:32 PM
Post
#3
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
What code are you using to hide your bottom links?
Possibly use this code and see if it helps: http://www.createblog.com/scripts/script.php?id=675 you can also try this: CODE <style> .a {hide bottom links} table div {display:none;} div table div, table table div {display:block;} </style> If neither of these work, please post your codes. |
|
|
|
![]() ![]() |