FrenZeE
08-24-2004, 11:27 PM
sorry if this has been asked lots of times, but can someone give me the code to get rid of the sidebar where it says games, shops, etc.? thanks
|
View Full Version : Getting rid of the sidebar... FrenZeE 08-24-2004, 11:27 PM sorry if this has been asked lots of times, but can someone give me the code to get rid of the sidebar where it says games, shops, etc.? thanks saira4k 08-25-2004, 12:15 AM In my userlookup I made it. I don't have the code right now. :( SSPrincess 08-25-2004, 02:18 AM Use the following code to get rid of the sidebar: </i><style type="text/css"> i.menu {background:url(http://www.ImageURL.gif);height: 473; width: 131; position:absolute; top:0; left:15} </style> <i class=menu></i> <style type=text/css> p table {border: none ;background:#9999CC; filter:Alpha(opacity=90)} table{background: transparent} img{filter:alpha(Opacity= 0, FinishOpacity=1, Style=3, StartX=0, FinishX=90, StartY=0, FinishY=90)} </style> Simply change the parts in bold and you will have your own side bar. I hope this helps. Have a nice day! :) FrenZeE 08-25-2004, 06:11 PM thanks |