froot
Newbie-
Posts
20 -
Joined
-
Last visited
froot's Achievements
Explorer (1/14)
0
Reputation
-
ок, спасибо, ща попробуем Сработало, поменял: <form class="search" action="./" method="get"> <input class="input" type="text" name="s" placeholder=""id="s" value="<?php the_search_query(); ?>" /> <input class="submit" type="image" src="<?php bloginfo('template_directory'); ?>/images/go.png" value=""/></form> .search{ float: right; margin-top: 10px; padding: 0px 30px; position: relative; width: 170px; }.search .input{ background: #fff; border: 1px solid #ececec; border-radius: 10px; box-sizing: border-box; font: 13px arial, sans-serif; color: #808080; height: 30px; outline: none; padding: 5px 37px 5px 15px; width: 100%; }.search .input:hover{ border: 1px solid #d4d4d4; }.search .submit{ border: none; opacity: 0.3; position: absolute; right: 40px; top: 10px; outline: none; }.search .submit:hover{ opacity: 0.8; }Спасибо большое за помощь xzarxzes! Без вас бы не справился Работает, всем спасибо
-
Вот весь файл стилей, может тут что-то нетак: линк в смысле на сайт? он у меня на денвере Линк в студию можно ? Можно попробывать такой фикс input[type=file] {border: 0; outline: none; } не сработало
-
ок, попробую спасибо сменил type="image" на type="search" , рамка исчезла, но перестала работать и сама кнопка
-
Доброго времени суток. Столкнулся с проблемой, в форме поиска отображается непонятная рамка, причем только в chrome, в мозиле отсутствует. Не понимаю как убрать. Вот изображение: Вот css: .search{ float: right; margin-top: 10px; padding: 0px 30px; position: relative; width: 170px;}.search .input{ background: #fff; border: 1px solid #ececec; border-radius: 10px; box-sizing: border-box; font: 13px arial, sans-serif; height: 30px; outline: none; padding: 5px 37px 5px 15px; width: 100%;}.search .submit{ background: url(images/go.png) 50% no-repeat; border: none; height: 30px; opacity: 0.3; position: absolute; right: 30px; top: 0px; width: 30px; outline: none;}.search .submit:hover{ opacity: 0.8;}вот сама форма: <form class="search" action="./" method="get"> <input class="input" type="text" name="s" placeholder=""id="s" value="<?php the_search_query(); ?>" /> <input class="submit" type="image" value=""/></form>
-
можно подробнее Красный, зеленый?
-
Неужели так всё плохо?
-
Здравствуйте, купил домен, сделал простенький html сайтик, в итоге решил заменить его на так называемую лендинг страницу. Шаблон бесплатный, переделал под себя. Хочу узнать общие мысли о дизайне, не отпугивает ли страница, цвета да и вообще общие впечатления. Критика уместна. Сайт представляет собой партнерскую страницу одного известного покерного сайта. http://onlybets.ru/
-
Решил оставить эту затею, подключил гугловский шрифт, так и оставлю наверно) Благодарю всех, кто пытался помочь! кому интересно вот сайтик: http://onlybets.ru/
-
т.е в ttf переделать? firefox его поддерживает, написал выше да
-
шрифт проверял локально просто установив его на комп, и прописав его в css все-работало, отображалось без проблем. Сейчас удалил шрифт из системы и пробую его подключить
-
шрифт кириллический
-
где именно? index.html font/шрифт.otf images css/шрифт.otf; style.css шрифт.otf положил уже везде)
-
html { font-size: 100%} body {font-size: 14px; line-height: 1.5; color: #333; background-color: #fff;} a {text-decoration: none;} a:hover, a:focus { text-decoration: none; border: none; } h1,h2,h3,h4,h5, @font-face { font-family: ProximaNovaExCn-Bold; src: local(ProximaNovaExCn-Bold), url(ProximaNovaExCn-Bold.otf); } h6 { font-family: ProximaNovaExCn-Bold; margin: 0px 0 10px 0px; font-weight: normal; line-height: 1,5; color: inherit; text-transform: uppercase;} h1,h2 {line-height: 1.4; letter-spacing: 1px;} h1 {font-size: 40px;} h2 {font-size: 32px;} h3 {font-size: 24px; letter-spacing: 1px;} h4 {font-size: 18px; letter-spacing: 1px;} h5 {font-size: 14px; letter-spacing: 1px;} h6 {font-size: 12px; } Подскажите, почему не подключается шрифт, в чем может быть дело?
-
Не понимаю почему не работает
-
html { font-size: 100%} body {font-size: 14px; line-height: 1.5; color: #333; background-color: #fff;} a {text-decoration: none;} a:hover, a:focus { text-decoration: none; border: none; } h1,h2,h3,h4,h5, @font-face { font-family: ProximaNovaExCn-Bold; src: local("ProximaNovaExCn-Bold"), url(ProximaNovaExCn-Bold.otf); margin: 0px 0 10px 0px; font-weight: normal; line-height: 1,5; color: inherit; text-transform: uppercase; } h6 { font-family: ProximaNovaExCn-Bold; margin: 0px 0 10px 0px; font-weight: normal; line-height: 1,5; color: inherit; text-transform: uppercase;} h1,h2 {line-height: 1.4; letter-spacing: 1px;} h1 {font-size: 40px;} h2 {font-size: 32px;} h3 {font-size: 24px; letter-spacing: 2px;} h4 {font-size: 18px; letter-spacing: 1px;} h5 {font-size: 14px; letter-spacing: 1px;} h6 {font-size: 12px; } и так не работает, вроде все норм