Forum
Welcome, Guest
  • Page:
  • 1

TOPIC: Styling

Styling 2 years, 10 months ago #318

  • nicholas
  • OFFLINE
  • Moderator
  • Developing for Joomla since it was born!
  • Posts: 1197
Posted for Kamel:


I've intégrated succesfully th vm_j_scroller to my joomla web site.

I changed the style.

But i found 2 problems:



1- When i put the whole module into a table cell (< td> < td>) it does not work. It appears like a list.
I noticed that you use list markups < ul> and < li> but how can i position the module where i want?


This is an example of puting the vm_jscroller into the left side and other components into the right side using tables
< table>
< tr>
< td>
< div>
< jdoc:include type="modules" name="left" />
< /div>
</ td>
< td>
< div>
< jdoc:include type="modules" name="right" />
< /div>
< /td>
< /tr>
< /table>


2- The result is different from IE and the other browsers. I think it's because of the CSS differences. But I don't know if it's the css i added or not. Have you evere had a similar problem?

Thanks.

Kamel ALLAB
Nicholas
CIO - CorFun, Inc.
Publisher - orthodoxbiz.com
Webmaster - Orthodox Christian Network

Re:Styling 2 years, 10 months ago #319

  • nicholas
  • OFFLINE
  • Moderator
  • Developing for Joomla since it was born!
  • Posts: 1197
Hello Kamel -

Let's start from the beginning. What are you trying to do?

I've noticed that on some templates, the use of the scroller in a vertical style can be a little off as it is not centered.

To correct that I usually do something like this in the index.php:

< div align="center">
<jdoc:include type="modules" name="scroller" style="xhtml" />
< /div>

I never use tables. We try to use only div classes in all of our designs.

So, if you could tell us what you are trying to do, we could help you more.

Glen
Nicholas
CIO - CorFun, Inc.
Publisher - orthodoxbiz.com
Webmaster - Orthodox Christian Network
  • Page:
  • 1
Moderators: jasper, nicholas, henry, jerry
Time to create page: 0.45 seconds

Login