WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Tab menu

(1/3) > >>

apple:
I am tearing my hair out on this. Appreciate all the help I can get. I am trying to create tab menu. Everything looks fine on my CSS and html. When I transferred over to wb all my menu squezzed up. What have I done wrong? Please help? I have enclosed an example of how it came out on mine.

Here is my code.

default.php file

  <?show_menu2(0, SM2_ROOT, SM2_START, SM2_ALL, '<span> [a][menu_title]</a>', ' </span>', '', '');?>

CSS

 #tabsF {
     float:left;
     width:100%;
     font-size:93%;
     line-height:normal;
     }
   #tabsF ul {
         margin:0;
         padding:10px 10px 0 50px;
         list-style:none;
     }
   #tabsF li {
     display:inline;
     margin:0;
     padding:0;
     }
   #tabsF a {
     float:left;
     background:url("images/tableftF.gif") no-repeat left top;
     margin:0;
     padding:0 0 0 10px;
     text-decoration:none;
     }
   #tabsF a span {
     float:left;
     display:block;
     background:url("images/tabrightF.gif") no-repeat right top;
     padding:5px 15px 4px 6px;
     color:#666;
     }

   #tabsF a:hover {
     background-position:0% -42px;
     }
   #tabsF a:hover span {
     background-position:100% -42px;
     }
 

[gelöscht durch Administrator]

apple:
Hellloooo, anybody there?

marathoner:
It should be easy enough for you to check yourself if you already have everything working in an HTML file. Just check to see if the HTML being generated by WB is what you are expecting.

apple:

--- Quote from: marathoner on March 04, 2009, 06:44:17 PM ---It should be easy enough for you to check yourself if you already have everything working in an HTML file. Just check to see if the HTML being generated by WB is what you are expecting.

--- End quote ---
I am sure it is easy if I know what I am looking for. The image I enclosed is what I see on WB. It came out different. It should be full tab but it came up all squeezed up in WB. So I am not sure what have gone wrong. This is why I am posting for help.  :?

lousou76:
It would be helpfull if you could post the live site so we can check where the css problem is.
This way it's hard to understand.

LS

Navigation

[0] Message Index

[#] Next page

Go to full version