Листинг css, пока в нём понимаю плохо. CSS меню взял из шаблона madeyourweb от joomla 1.0 остальное от родного шаблона. посмотреть можно тут Код (CODE): #leftcol{ width: 152px; float: left; position: relative; font-size: 1.2em; overflow: hidden; margin-right: 3px; } #leftcol div.module { width: 152px; background: transparent url(../images/module_middle.jpg) left repeat-y; margin-bottom: 10px; } #leftcol div.module, #rightcol-normal div.module { width: 152px; background: transparent url(../images/module_middle.jpg) left repeat-y; margin-bottom: 10px; } #leftcol div.module div, #rightcol-normal div.module div { width: 152px; background: transparent url(../images/module_top.jpg) top left no-repeat; } #leftcol div.module div div, #rightcol-normal div.module div div { width: 152px; background: transparent url(../images/module_bottom.jpg) bottom left no-repeat; } #leftcol div.module div div div,#rightcol-normal div.module div div div{ width: 137px; padding-left: 5px; padding-right: 10px; padding-top: 10px; background: transparent; padding-bottom: 10px; font-size: 10px; } #rightcol-broad div.module { width: 177px; background: transparent url(../images/module_middle_wide.jpg) left repeat-y; margin-bottom: 20px; } #rightcol-broad div.module div { width: 177px; background: transparent url(../images/module_top_wide.jpg) top left no-repeat; } #rightcol-broad div.module div div { width: 177px; background: transparent url(../images/module_bottom_wide.jpg) bottom left no-repeat; } #rightcol-broad div.module div div div{ width: 162px; padding-left: 5px; padding-right: 10px; padding-top: 10px; background: transparent; padding-bottom: 10px; font-size: 10px; } #rightcol-broad div.module div div div div{ padding: 0px; margin: 0px; } Файл module_bottom.jpg усердно не желает появляться в нижней части меню. Как быть?