Нижняя часть меню не хочет скругляться

Тема в разделе "Вопросы по работе с меню", создана пользователем tronin, 03.10.2009.

  1. Offline

    tronin Недавно здесь

    Регистрация:
    27.05.2009
    Сообщения:
    8
    Симпатии:
    0
    Пол:
    Мужской
    Листинг css, пока в нём понимаю плохо. CSS меню взял из шаблона madeyourweb от joomla 1.0 остальное от родного шаблона. посмотреть можно тут
    Код (CODE):
    1. #leftcol{
    2.  width: 152px;
    3.  float: left;
    4.  position: relative;
    5.  font-size: 1.2em;
    6.  overflow: hidden;
    7.  margin-right: 3px;
    8.  
    9.  }
    10.  #leftcol div.module {
    11. width: 152px;
    12. background: transparent url(../images/module_middle.jpg) left repeat-y;
    13. margin-bottom: 10px;
    14. }
    15.  
    16. #leftcol div.module, #rightcol-normal div.module {
    17. width: 152px;
    18. background: transparent url(../images/module_middle.jpg) left repeat-y;
    19. margin-bottom: 10px;
    20. }
    21.  
    22. #leftcol div.module div, #rightcol-normal div.module div {
    23. width: 152px;
    24. background: transparent url(../images/module_top.jpg) top left no-repeat;
    25. }
    26.  
    27. #leftcol div.module div div, #rightcol-normal div.module div div {
    28. width: 152px;
    29. background: transparent url(../images/module_bottom.jpg)  bottom left no-repeat;
    30. }
    31.  
    32. #leftcol div.module div div div,#rightcol-normal div.module div div div{
    33. width: 137px;
    34. padding-left: 5px;
    35. padding-right: 10px;
    36. padding-top: 10px;
    37. background: transparent;
    38. padding-bottom: 10px;
    39. font-size: 10px;
    40. }
    41.  
    42.  
    43. #rightcol-broad div.module {
    44. width: 177px;
    45. background: transparent url(../images/module_middle_wide.jpg) left repeat-y;
    46. margin-bottom: 20px;
    47. }
    48.  
    49. #rightcol-broad div.module div {
    50. width: 177px;
    51. background: transparent url(../images/module_top_wide.jpg) top left no-repeat;
    52. }
    53.  
    54. #rightcol-broad div.module div div {
    55. width: 177px;
    56. background: transparent url(../images/module_bottom_wide.jpg)  bottom left no-repeat;
    57. }
    58.  
    59. #rightcol-broad div.module div div div{
    60. width: 162px;
    61. padding-left: 5px;
    62. padding-right: 10px;
    63. padding-top: 10px;
    64. background: transparent;
    65. padding-bottom: 10px;
    66. font-size: 10px;
    67. }
    68.  
    69. #rightcol-broad div.module div div div div{
    70. padding: 0px;
    71. margin: 0px;
    72. }

    Файл module_bottom.jpg усердно не желает появляться в нижней части меню. Как быть?
     
  2.  

Поделиться этой страницей

Загрузка...