Menu Dependent Items - Joomla! Forum - community, help and support


hello,

i installed module "menu dependent items" display different images per page.
in module, can view images either placing latter in specific folder or css.
i want css, create folder place different files appropriate prefix (style-1.css, style-2.css...).
my problem not know @ how internal structure of these files, have not found documentation on subject.

currently in administration, returned following parameters:
suffix class module:-animwhite
file prefix: style-

and style-1.css:

code: select all

/* animacc */

div.module-animacc  {
background: url(../images/header/animspace/animacc.gif);
background-repeat:repeat-y;
height:100%;
}
div.module-animacc div div div {
padding: 10px 20px;
overflow: hidden;
height:100%;



but not work. if has used module, thank help.

hi zaldiko,

if want replace background image of te div class "module-animacc", css files i. e. this:

style-1.css

code: select all

div.module-animacc  {
   background-image: url(../images/header/animspace/imagexxx.gif);
}


style-2.css

code: select all

div.module-animacc  {
   background-image: url(../images/header/animspace/imageyyy.gif);
}


the mdi module should placed in module position should placed in html header (see wiki -> hints).

chris





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい