Что нового

Помогите с шаблоном. (1 Viewer)

Статус
Закрыто для дальнейших ответов.
F

FAHAT

Гость
Как изменить углы в топ,навигации?Перепробовал многое,но именно этот пункт не могу найти.Весь CSS перелазил .... Сам CSS Скачать Css
 
и чем тут поможет один css файл?и что значит изменить? закруглить? тогда border-radius
 
FAHAT,Ссылку на сайт и код на прямую сюда.
 
Гульсина,Сайт@import url("reset.css");@import url("static.css");@font-face     {font-family: "Franklin";src: url("framdcn.eot");}@font-face     {font-family: "Franklin";src: url("framdcn.ttf");}html, body                         {height:100%;color:#991199;font:12px/1.231 Arial, Helvetica, sans-serif;}p                                {margin-bottom:4px;}h1, h2, h3, h4                     {color:#991199;line-height:normal;margin-bottom:10px;font:normal 19px/1.023 Tahoma, Arial, Helvetica, Geneva, sans-serif;}h1                                 {font:400 20px/20px Franklin, Arial, sans-serif;}h2                                 {font:400 18px/18px Franklin, Arial, sans-serif;}h3                                 {font-size:14px;margin:10px 0;}h4                                 {font:bold 14px/16px Tahoma, Arial, Helvetica, Geneva, sans-serif;}a                                 {color:#991199;text-decoration:none;-webkit-transition-property:color;-webkit-transition-duration: 1s;}a:hover                             {color:#991199;text-decoration:underline;}.link_2, a.link_2                 {color:#991199;text-decoration:underline;}a.link_2:hover                     {color:#991199!important;text-decoration:none;}.color                             {color:#1faee9!important;}#top_bg                             {min-width:1040px;background:url(../images/bg/bg_top.png) repeat-x top;}#wrapper                         {width:1020px;margin:0 auto;padding:0 10px;}#wrapper > .header_label            {position:absolute;z-index:9999;left:50%;margin:145px 0 0 -620px;width:110px;height:129px;display:block;background:url(../images/bg/header_label.png) no-repeat right;}#header                            {position:relative;overflow:hidden;height:200px;margin-bottom:20px;color:#1faee9;font-size:11px;}Фон#content-container                {clear:both;overflow:hidden;margin-bottom:20px;min-height:800px;background:#fff}#content_right                    {float:right;overflow:hidden;width:770px;padding-left:15px;}#content_left                    {float:left;overflow:hidden;width:230px;}#content_left > ul                {clear:both;margin-bottom:10px;padding:15px;border:1px solid #991199;border-radius:8px;background:#F7F7F7;}#content_left p                    {margin-bottom:7px;}#content_left > ul h2                {margin-bottom:20px;padding:3px 0 2px 17px;text-align:left;background:url('../images/bg/sprites.png') 0 6px no-repeat;}#page_title                         {border-right:5px solid #991199;border-left:5px solid #991199;padding:4px 10px 3px 10px;margin-bottom:20px;}#page_title p                    {float:left;margin-bottom:3px;font-size:11px;}#page_title h1, #page_title h2     {clear:both;margin-bottom:5px;}#category_description             {clear:both;overflow:hidden;margin:10px 10px;padding-bottom:15px;}#top_line                        {position:absolute;top:12px;left:0;}#top_line a                        {display:inline-block;width:184px;height:50px;margin-right:22px;background:url(../images/images_theme/top_line.png);}#top_line > .top_01                {background-position:0 0;}#top_line > .top_02                {background-position:185px 0;}#top_line > .top_03                {background-position:370px 0;}#top_line > .top_04                {background-position:555px 0;}#top_line > .top_05                {background-position:740px 0;margin:0;}#header > .logo                     {position:absolute;top:60px;left:0;height:90px;width:450px;background:url(../images/images_theme/logo.png) no-repeat left;}#contacts                        {position:absolute;top:85px;left:440px;}#contacts p, #contacts a            {font:bold 12px/1.231 Arial;color:#991199;text-decoration:none;}#contacts p img                    {float:left;padding-right:7px;width:14px;height:14px;}#user_box_top                    {position:absolute;top:72px;right:0;width:450px;text-align:right;}#user_box_top > .username        {font-size:14px;font-weight:700;color:#991199;}#currencies                        {position:absolute;top:116px;right:295px;width:150px;}#currencies select                {width:80px;background:#FAFAFA;border:1px solid #ffffff;color:#ffffff;}#search                            {position:absolute;top:110px;right:0;width:300px;overflow:hidden;background:white;border:1px solid #ffffff;}#search .button_search             {position:absolute;right:0;width:27px;height:27px;border:none;background:url(../images/bg/bg_search_button.png) 50% 50% no-repeat;}#search .input_search             {border:none;padding:7px;width:85%;font-size:11px;color:#ffffff;}.autocomplete-w1   &
 
Гульсина,Спасибо,щас похимичу ))))Гульсина,Что-то не выходит (((( Что именно тут менять подскажите пожалуйста #section_menu                     {overflow:hidden;position:absolute;top:157px;height:41px;width:100%;font-size:11px;border:1px solid #2A4569;background:#991199 url('../images/bg/bg_section_menu.png') top repeat-x;}#section_menu li                     {display:inline-block;padding:15px 15px;font-weight:700;text-transform:uppercase;border-right:1px solid #991199;}#section_menu li,#section_menu a                    {color:#A7BFE7;}#section_menu li.selected a,#section_menu a:hover            {color:#fff;text-decoration:none;}
 
FAHAT,Я же не знаю что Вам нужно. Если закругление то пропишите радиус контура после border:1px solid #2A4569;я через файрбаг пробовала прописала и углы закруглились нормально, остальное за Вами.и спрячьте свой код под спойлер, а то выложили портянку на всю страницу)))
 
Гульсина,Да мне нужно закруглить ...то есть надо так:border:1px solid #2A4569;border-radius:8px;Гульсина,Спасибо большое !!!! Помогло !!!! С меня +
 
FAHAT,#section_menu {    background: url("../images/bg/bg_section_menu.png") repeat-x scroll center top #3463B3;    border: 1px solid #2A4569;    height: 41px;    overflow: hidden;    position: absolute;    top: 157px;    width: 100%;    border-radius: 8px;}
 
Статус
Закрыто для дальнейших ответов.

Пользователи, просматривающие данную тему

Верх