3 июня, 201312 yr #logo { text-align: center; position: relative; ; margin-top: 18px; float: center; opacity: 0.8; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; transition: all 250ms ease; Вот код Css, я его изменил чтобы сделать лого по центру форума, и столкнулся с проблемой то что у меня исчезло меню под шапкой !
3 июня, 201312 yr Author При чем тут кеш? У меня лого сместилось, а не картинки исчезли ! Вот скрин после очистки кеша !
3 июня, 201312 yr 1. по сдержаннее ведите себя, мы пытаемся вам помочь, это вам нужна помощь а не нам. 2. ваш код: #logo { text-align: center; position: relative; ; margin-top: 18px; float: center; opacity: 0.8; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; transition: all 250ms ease; что за " ; " после position: relative; ?? 3. скиньте код который был до этого 4. вы только его изменяли?
3 июня, 201312 yr Author 1. Извеяюсь. 2. margin - left: -15p x; (тут пробелы так как код не читается почему то !) 3. #logo { text-align: left; position: relative; ; margin-top: 18px; float: left; opacity: 0.8; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; transition: all 250ms ease; 4.Нет, изменил в 8 часов , как поставил форум ! Edited 3 июня, 201312 yr by MontiQ
3 июня, 201312 yr #primary_nav { font-family: "lucida grande","lucida sans unicode","Trebuchet MS"; font-size: 13px; background: #5a606b url('__forum.frost-game.ru/public/style_images/magnetic/primarynav_bg.png') repeat-x bottom left; border: 1px solid #191c23; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; text-shadow: 1px 1px 1px rgba(255,255,255,0.3); margin-top: 25px; height: 32px; float: right; box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); -webkit-box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); -moz-box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); } вот код меню, покажите куда вам нужно поставить меню, на скрине
3 июня, 201312 yr заменяйте коды на эти: #secondary_navigation #breadcrumb li { float: left; margin-top: 40px; } #secondary_navigation { text-shadow: 0px 1px 1px rgba(255,255,255,0.25); overflow: hidden; height: 65px; clear: both; padding: 15px 10px; } #primary_nav { font-family: "lucida grande","lucida sans unicode","Trebuchet MS"; font-size: 13px; background: #5a606b url('__forum.frost-game.ru/public/style_images/magnetic/primarynav_bg.png') repeat-x bottom left; border: 1px solid #191c23; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; text-shadow: 1px 1px 1px rgba(255,255,255,0.3); margin-top: 20px; height: 32px; float: right; box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); -webkit-box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); -moz-box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); z-index: 3; position: absolute; } #logo { text-align: center; position: relative; ; margin-top: 18px; opacity: 0.8; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; transition: all 250ms ease; }
3 июня, 201312 yr Чего то у меня инет отрубился Безымянный.png Вот что вышлО! #primary_nav { font-family: "lucida grande","lucida sans unicode","Trebuchet MS"; font-size: 13px; background: #5a606b url('__forum.frost-game.ru/public/style_images/magnetic/primarynav_bg.png') repeat-x bottom left; border: 1px solid #191c23; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; text-shadow: 1px 1px 1px rgba(255,255,255,0.3); margin-top: 20px; height: 32px; float: right; box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); -webkit-box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); -moz-box-shadow: 2px 1px 4px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.45); z-index: 3; position: relative; margin-right: 100px; } значение margin-right: 100px; редактируете на свой вкус
3 июня, 201312 yr #secondary_navigation #breadcrumb li { float: left; } #secondary_navigation { text-shadow: 0px 1px 1px rgba(255,255,255,0.25); overflow: hidden; height: 30px; clear: both; padding: 5px 10px; }