Switch to full style
Support for phpbb3 & codemiles styles
Post a reply

Nav button size

Fri Feb 27, 2009 11:15 pm

Holla,

I was just wondering how to reduce the size of the navigation buttons in sky_miles red!

untitled.PNG
untitled.PNG (2.38 KiB) Viewed 4998 times


My red box isn't around them properly but you know what i mean?

Thanks.



Re: Nav button size

Sat Feb 28, 2009 8:50 am

you change in this part of stylesheet.css file .
Code:
#menumade a span {

   display:block;
   background: url(./images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   font-size:12px;
   color:#FFF;
}
#menumade li {
   display:inline;
   margin:0; padding:0;
}
#menumade a {
   float:left;
   background: url(./images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#menumade a:hover {
   background-position:0% -42px;
}
#menumade a:hover span {
   background-position:100% -42px;
}


Re: Nav button size

Sat Feb 28, 2009 1:13 pm

Thanks muchly msi_333! I was almost close to the right area!

Post a reply
  Related Posts  to : Nav button size
 Set image size as a percentage of the page size     -  
 Convert link and button to custom button with good style     -  
 Array size to zero     -  
 get string size in c++     -  
 What is the size of this Structure     -  
 Variable Size Arrays     -  
 set the size of border in pixels     -  
 get Folder path and size     -  
 preferred size of a component     -  
 Auto image size     -