http://www.neopets.com/randomfriend.phtml?place=6
I want to make a lookup kind of like that. Well, I want the sidebar anyway. Here's what I'm trying to do:
1. Hide the Neopets sidebar and yellow top bar.
2. Put my sidebar over there, and have the links still work.
3. Have it work in Firefox.
I got the sidebar to disappear, but there was a black outline left, and the yellow top bar wouldn't go away. I really don't know what I'm doing wrong.
EDIT: I'm starting to figure out that I will not learn how to do something until I go to the trouble of posting it.
After digging through codes, I found what I needed. Here's what I came up with:
Code:
<style>
#m,#n,#mb{display: none;}
table, td {background: transparent;}
p img {filter:none alpha(opacity=100) chroma(color=white);}
</style>
m = sidebar links
n = clock, search, & language
mb = top banner
So, you take the #m out of there, and put it here:
Code:
OBJECT, INPUT, FORM, TXT, #tbg, #m,{ visibility:hidden; }
It's not really hidden on Firefox, but the custom sidebar will cover it up.
"It's just a ride." ~ Bill Hicks