hello, made menu template not seem work. worked fine during development seem give me trouble since inserted onto joomla css template. problem menu uses bg images, but, shows the text of menu items not background images of mainlevel , sublevel. how can please fix that? here example of code won't show bg img evethough path correct one. ideas?
many thanks.
code: select all
#navcontainer {
background: url(images/explorer_menubg.gif) repeat-x;
height: 60px;
padding: 0;
padding-left: 20px;
overflow: hidden;
}
many thanks.
hi,
i don't think path correct.
try with
regards,
m.
i don't think path correct.
try with
code: select all
background: url(../images/explorer_menubg.gif) repeat-x;
regards,
m.
Comments
Post a Comment