View Single Post
  #8  
Old 04-07-2008, 06:55 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: changing speed bar hover color

Change images:
/skin1/images/toptab_bg.gif
/skin1/images/toptab_bg_hover.gif


PHP Code:
/*
    Tab mechanism
*/
.Tab padding-bottom3pxpadding-top3pxcolor#fff; font-size: 10px; text-transform: uppercase; }
.Tab a border-left1px solid #000; padding: 3px 8px 3px 8px; background: url('images/toptab_bg.gif') repeat-x bottom; color: #fff; text-decoration: none; }
.Tab a:hover padding-bottom3pxpadding-top3pxbackgroundurl('images/toptab_bg_hover.gif'repeat-x bottomcolor#fff; text-decoration: none; 

PS. The decision to use " " - not very beautiful in top menu.
Reply With Quote