In the CSS you have the height in navCatTabsWrapper set to 1%. Changing it to 2em caused the background image to fill the box correctly for me using Firefox. Changing the percentage didn't have any effect for me.
In the CSS you have the height in navCatTabsWrapper set to 1%. Changing it to 2em caused the background image to fill the box correctly for me using Firefox. Changing the percentage didn't have any effect for me.
Editing the CSS, badarac suggested worked
Thanks
SK
Glad to help!![]()
em is measuring unite for Fonts , although it works here , but not suitable for this situation. you can set the height to 30px and this should show the background correctly .
The reason I used em was the fact that the original height was stated as a percentage. em is also a relative size measurement which is related to font size. Using px will also work but may need to be adjusted if the font size changes.
1% height usually relates to IE hack to display divs correctly