Hello,
I have made a site and works well but there is one problem;
The tabs menu is much too wide in ie, firefox its oke.
Where can i fix this ?
http://www.zwembaden-zwembad-materialen.nl/
http://www.zwembaden-zwembad-materialen.nl/
Hello,
I have made a site and works well but there is one problem;
The tabs menu is much too wide in ie, firefox its oke.
Where can i fix this ?
http://www.zwembaden-zwembad-materialen.nl/
http://www.zwembaden-zwembad-materialen.nl/
Find this in your sylesheet and remove the red part:
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #ffffff;
white-space: nowrap; }
Thanks for your quick replay
In the css-new witch came by the template free_blue, i can't find it.
When i change it in the default file the site gives error.
Can you take a look ?
thanks.
It's in both your stylesheets in the free_blu css folder:
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
white-space: nowrap;
}
BTW, Zencart loads all stylesheets whose names begin with 'style' , have the .css extension, and are in the current template's css folder, so the two you have may be fighting each other. Rename or remove one or the other.
In my opinion, you've done the right thing by turning those category names in the header off, anyway. They aren't necessary and just clutter up your site.
Oke , thanks for your help
I will rename the files.
Thanks.