TABS PROBLEM

TABS PROBLEM

Postby xpto » Wed Apr 21, 2010 11:09 pm

Hi

It is possible solve this bug the tabs is over the menu
Attachments
menuref.gif
menuref.gif (47.91 KiB) Viewed 144 times
xpto

 
Posts: 3
Joined: Wed Apr 21, 2010 4:18 pm

Re: TABS PROBLEM

Postby admin » Thu Apr 22, 2010 9:20 am

Hi, in your /templates/default/css/stylesheet.css file find the following code:

Code: Select all
.tabs a {
   float: left;
   display: block;
   padding: 6px 15px 7px 15px;
   margin-right: 2px;
   border-top: 1px solid #DDDDDD;
   border-bottom: 1px solid #DDDDDD;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   background: #FFFFFF url('../image/tab.png') repeat-x bottom;
   color: #000000;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
   z-index: 1;
   position: relative;
   top: 1px;
   cursor:pointer;
   -moz-border-radius-topright:10px;
   -moz-border-radius-topleft:10px;
   -webkit-border-top-right-radius:10px;
   -webkit-border-top-left-radius:10px;
}


then you simply just need to remove the line which contains "position: relative;" and save the file back to your server.
User avatar
admin
Site Admin
 
Posts: 462
Joined: Sun Nov 22, 2009 7:24 pm

Re: TABS PROBLEM

Postby xpto » Thu Apr 22, 2010 11:26 am

Hi

thank you is ok now :)
xpto

 
Posts: 3
Joined: Wed Apr 21, 2010 4:18 pm


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 1 guest

cron