OK, let's forget about previous explanation. It was more for module included in content. Let's start from beginning.
Tutorial: Styling AJAX Scroller module for Twitter1. Go to modules in Joomla admin and
edit the AJAX Scroller module. In
Module Parameters find
Module Class Suffix and add _twitter to this field. Make sure that
Show Title is set to Yes. Save the module.
2. In the
template CSS file (e.g. templates/your_template/css/template.css) add the following at the end of the file:
.moduletable_twitter {
background: url(../images/twitter-bottom.gif) no-repeat left bottom;
width: 350px;
padding: 0 0 20px 10px;
margin-bottom: 2px;
}
.moduletable_twitter h3 {
background: url(../images/twitter-top.gif) no-repeat left top;
margin-left: -10px;
padding: 8px 0 0 8px;
color: #33ccff;
}
3. Upload the styling images to your
template image folder (e.g. templates/your_template/images/). Here are the images:
http://joomla15.sakic.net/modules/mod_ajaxscroller/mod_ajaxscroller/twitter-top.gifhttp://joomla15.sakic.net/modules/mod_ajaxscroller/mod_ajaxscroller/twitter-bottom.gif4. That's it. You should now see the wrapper. You may want to change the module width/height but then you will need to create new images. Also these images are created on white background, if you need some other color you will have to create new ones or create transparent png images instead.
The module width, buttons position etc. are edited in modules own CSS file, as explained in the
documentation and
FAQ.
I hope this tutorial makes more sense. Let me know if it's still unclear.