Thanks Tabs manager work very good and I have change the code on the style1.css,2 and 3.css
The news show pro is ok too excepted the buttons on the left of the module. Is it the size of this buttons I must change or not ?
See the problem at this adresse :
http://wwwbeta.telephone-store.fr
Another things, I don't understand what says the other moerator for my problem of tabs manager. I have insert on each tabs some articles with table. On the front I can't see the border and gackground color of my table.
He tell me that :
Hi
As I can see there is no lines in css to determine the looks of the table.
Code:
--------------------------------------------------------------------------------
{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}
--------------------------------------------------------------------------------
Please edit your addons.css file and add some colors to it manualy
Code:
--------------------------------------------------------------------------------
background-color:#[color];
border:1px solid #[color];