Решил сделать обрамление товаров в категории все хорошо все получилось за исключением одного нюанса у каждого следующего товара уменьшается блок с права, чем больше товаров тем меньше блок, товарищи специалисты подскажите в чем дело. Моих познаний не хватает. Помогите люди подскажите хоть куда копать всю голову сломал.
Вот сам Browse_1
то что добавлял находится в My block
<?php if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' ); mm_showMyFileName(__FILE__); ?> <!--My block--> <div class="brows_1 ">
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
zarba
Joomla 1.5.21
VertueMart 1.1.5
Решил сделать обрамление товаров в категории все хорошо все получилось за исключением одного нюанса у каждого следующего товара уменьшается блок с права, чем больше товаров тем меньше блок, товарищи специалисты подскажите в чем дело. Моих познаний не хватает. Помогите люди подскажите хоть куда копать всю голову сломал.
Вот сам Browse_1
то что добавлял находится в My block
вот Css
div.brows_1 div.topl-1 {
background: url(/images/module_rounded_tl.png) 0 0 no-repeat;
}
div.brows_1 div.topr-2 {
padding: 0px 10px 0px 10px;
background: url(/images/module_rounded_tr.png) 100% 0 no-repeat;
}
div.brows_1 div.top-3 {
height: 15px;
background: url(/images/module_rounded_t.png) 0 0 repeat-x;
}
div.brows_1 div.bokl-1 {
background: url(/images/module_rounded_l.png) 0 0 repeat-y;
}
div.brows_1 div.bokr-2 {
padding: 0px 5px 0px 5px;
background: url(/images/module_rounded_r.png) 100% 0 repeat-y;
}
div.brows_1 div.bg-3 {
padding: 10px 10px 10px 10px;
background: #F3F4F5 url(/images/module_rounded_bg.png) 0 100% repeat-x;
min-height: 20px;
overflow: hidden;
}
div.brows_1 div.botl-1 {
background: url(/images/module_rounded_bl.png) 0 0 no-repeat;
}
div.brows_1 div.botr-2 {
padding: 0px 10px 0px 10px;
background: url(/images/module_rounded_br.png) 100% 0 no-repeat;
}
div.brows_1 div.bot-3 {
height: 10px;
background: url(/images/module_rounded_b.png) 0 0 repeat-x;
}
вот так это дело выглядет сечас
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.