Jump to content

kamaz6141

User
  • Posts

    62
  • Joined

  • Last visited

Information

  • Sex
    Не определился

kamaz6141's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Может где-то очепятка....и к какому элементу применяешь? Для указания высоты элемент должен быть блочным вроде
  2. Эта полоска в твоем шаблоне реализована спрайтом, редактируй blue_top_bground.jpg и blue_bground.jpg
  3. background: rgb(252,177,250); background: -moz-linear-gradient(top, rgba(252,177,250,1) 0%, rgba(254,226,251,1) 50%, rgba(252,177,250,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,177,250,1)), color-stop(50%,rgba(254,226,251,1)), color-stop(100%,rgba(252,177,250,1))); background: -webkit-linear-gradient(top, rgba(252,177,250,1) 0%,rgba(254,226,251,1) 50%,rgba(252,177,250,1) 100%); background: -o-linear-gradient(top, rgba(252,177,250,1) 0%,rgba(254,226,251,1) 50%,rgba(252,177,250,1) 100%); background: -ms-linear-gradient(top, rgba(252,177,250,1) 0%,rgba(254,226,251,1) 50%,rgba(252,177,250,1) 100%); background: linear-gradient(to bottom, rgba(252,177,250,1) 0%,rgba(254,226,251,1) 50%,rgba(252,177,250,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb1fa', endColorstr='#fcb1fa',GradientType=0 );
  4. Добавить нужному DIV класс HTML <div class="someClass"> <img src="Pics/LogoBottom.jpg" /> </div> CSS .someClass{ overflow: hidden; float:left; height:114px; width:303px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-bottomleft: 15px; border-bottom-left-radius: 15px; background:grey; }
  5. <div style="overflow: hidden; float:left; height:114px; width:303px; border-radius:0 0 0 25px; background:grey;"> <img src="Pics/LogoBottom.jpg" /> </div> http://jsfiddle.net/kamaz6141/Hqvdr/1/
  6. У меня в Опере всё встает как надо, мож чего напутали.
  7. Ну правильно, у тебя высота #content 77px
  8. Смотри что в index.php в 11 строке
  9. #menubar { width:960px; padding: 0 12px; height: 50px; border-top: 1px solid #646c74; background: url("../images/populshd.png") no-repeat 50% 0; }
  10. Всем спасибо, проблемка решилась, забыл кинуть в директорию fonts файл .htaccess Убил день на шрифт
  11. Права доступа к папке fonts 755 к файлам 644 уже верстал под DLE , таких фишек ещё небыло
  12. Затер по максимуму .htaccess , ноль эмоций... Первый раз с такой непонятной траблой столкнулся... больше нет предположений?
  13. В других та же ошибка(кроме IE), у вас запрещена отправка ЛС
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy