View Full Version : User Lookup Left Side Bar


Morning_Star25
06-03-2005, 08:58 PM
Hi, I've been trying to make the side bar on my user lookup to be transparent. I've tried different codes found on _space_Freak_'s web pages but all I've managed to do was make it dissapear completely. Can someone please help me out. All I would like is a simple code to put in to make it transparent but you can still click on the buttons. Thank You.

Morning_Star25
~Dolphin Lover~

Morning_Star25
06-03-2005, 09:29 PM
I also would like to make the bar at the top Transparent as well or put my name in it like x_kewtie_kelly_x but I would like it like my background. Also How do you change the writing in the side bar After making it transparent? Thank you for your time. My Neopet name is Morning_Star25

lisatrox
06-04-2005, 05:03 AM
Try this code:

<style type="text/css">img {FILTER:glow(color=white)
progid:removethisDXImageTransform.Microsoft.Alpha( Opacity=95, FinishOpacity=1, Style=3, StartX=0,
FinishX=100, StartY=0, FinishY=100)}p table
{background:#FFFFFF;filter:Alpha(opacity=85)}
</style>

Remember to remove "removethis" from line 2.

As far as I know, there is no way to make the top bar transparent (though I'm not sure whether you mean the top bar or top banner). You cannot change the font on your sidebar unless you create your own sidebar as an image and code it into your lookup.

Hope this answers your questions :)

Morning_Star25
06-05-2005, 08:55 PM
Thanks but it didn't make it trasparent. I did however find one that will work somewhat. But the bottom half with the clock bar is still that yellow color. Here is the coding I am using:


<STYLE type="text/css">
BODY,TD,FONT,P,I
{COLOR: Darkred; font:11pt Comic Sans MS;}
A
{COLOR: darkred; font:11pt tahoma; text-decoration:none;}
A:hover
{COLOR:#047BB8; TEXT-DECORATION:bold;}
</style>
<STYLE type="text/css">
BODY {background-image: url(http://photos1.blogger.com/img/20/1079/1024/Dolphin%2020.jpg);
background-attachment: fixed; background-repeat:repeat; </style>
<style>input,textarea,select{border:1px solid;color:#047BB8;</style>
<style type="text/css">
table{
background:transparent}
img{
filter: alpha(Opacity=60, FinishOpacity=1, Style=2, StartX=0, FinishX=80, StartY=0, FinishY=80)}
</style>
<style type="text/css"> p img{filter:chroma(color=white)}</style>


If anyone has a code to remove the search bar and the yellow box please let me know. My name on neopets is Morning_Star25 when you get to my page you'll see what box I am speaking of. Thank you.

sha
06-15-2005, 04:57 AM
I got a code from User Lookup Codes (http://www.coolcherrycream.com/neopets/tutorials/user_lookup_codes.php)

It was either at the sidebar tutorial page or at that page mentioned above. If that does not work I can look through my lookup code and find it for you.

I know I have one of my lookups coded with the sidebar transparent but the links are still clickable.