Hi,
I´m Joomla (HTML, CSS, JA) newbie and I hope you can help me with a Newsflash and Editor problem.
I use the Fagus Template and want to delete the background image and config the newsflash modul easyly for a Slide-Show with pictures and text (content),
The newsflash parameters looks so:
<div style=”overflow:hidden; margin-bottom:0px;margin-top:20px; “>
<h3>##TITLE##</h3><div class=”nfcontent”>##CONTENT##</div></div>
<div style=”overflow:hidden; height:323px;” ><div class=”nfimages”>##IMAGE##</div><div class=”nfcontent”>##CONTENT##</div></div>
I think that`s not correct. Something from the code have to delete.
what I did:
1.) delete background image
background:transparent url(../images/topimg.png) no-repeat scroll left top;
2.) Change
#ja-topsl .ja-newflash .moduletable{
padding:0px 20px 0px 400px;
width:500px;
}
to
#ja-topsl .ja-newflash .moduletable{
padding:0px 20px;
width:100%;
}
But it doesn´t work as I want. There a some mistakes in the config but I don`t now what. Please Can someone help me by this problem?
Best regards
Marigny