well this isnt short this time lol..
why? coz im the one who make this.. 
and im not yet that  good in injecting style in js hehehe
SS:
[img]http://img295.imageshack.us/img295/2038/subnavvy2.png[/img]
first if u happnd  to add
[quote]#subnav{display:none!important}[/quote]
[color=green][b]remove it first[/b][/color]
css code:
[quote]#subnav {  font-size: 11px;text-align:center;color: transparent!important;}
      
#subnav a, #subnav a:visited {
font-size: 11px;
text-align:center;
color: #996600; 
font-weight:bold;
border:2px ridge #333333 !important;padding: 3 1 3 1;background:url('')! important;
[color=red][b]width:53!important;[/b][/color]
background-attachment:fixed !important; 
background-position:center !important;
background-repeat:no-repeat !important;
background-color:transparent!important; 
border:2px ridge #996600 !important; }
#subnav a:hover {
font-size: 8px!important;
text-align:center;
color: # 996600!important; 
font-weight:bold;
text-decoration:none! important; 
background:url('')! important;
background-attachment:fixed !important; 
background-position-x:center !important;
background-repeat:no-repeat !important;
background-color:transparent!important; 
border:2px ridge #996600!important;
}[/quote]
if u want to reposition it  like the one i display  add this into ur js file...
[quote]function subnav() {
var x; var t;
x = document.getElementById("cpShoutoutBox").parentNode;
t = document.getElementById("subnav");
x.appendChild(t);
}
setTimeout("subnav()",2000);[/quote]
					
Last edited by switpotato (2008-04-26 06:08:01)