Jump to content
  • 0

Вопросы по верстке футера


IvanRu08
 Share

Question

Доброго времени суток. Верстаю футер. В процессе возникло несколько вопросов.

1) По макеты нужно, чтобы 3 колонки были в одну линию. Выставляю все необходимые отступы, и, к примеру, в мозиле все нормальна, а в хроме последний блок съезжает вниз. Как такое можно исправить.

2) Почему то textarea немного смещен относительно других input в последнем столбце. Почему так происходит? У placeholder в textarea шрифт почему то отличается от всех остальных. Как это можно победить?

http://a96362zl.bget.ru/index.html

Edited by IvanRu08
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

 

  On 5/9/2016 at 10:56 AM, IvanRu08 said:

1) По макеты нужно, чтобы 3 колонки были в одну линию. Выставляю все необходимые отступы, и, к примеру, в мозиле все нормальна, а в хроме последний блок съезжает вниз. Как такое можно исправить.

Expand  

У меня ничего не съезжает

  On 5/9/2016 at 10:56 AM, IvanRu08 said:

Почему то textarea немного смещен относительно других input в последнем столбце. Почему так происходит?

Expand  

Это не текстареа смещен, а инпуты. style.css:182 - .searchform input[type='search'], input

right: -4px; 
  On 5/9/2016 at 10:56 AM, IvanRu08 said:

У placeholder в textarea шрифт почему то отличается от всех остальных. Как это можно победить?

Expand  
textarea.placeholder,
input[type=text].placeholder {
  font-size: 1.5em;
  font-family: Georgia;
  color: #9e9e9e;
  opacity: 1;
}
textarea:-moz-placeholder,
input[type=text]:-moz-placeholder {
  font-size: 1.5em;
  font-family: Georgia;
  color: #9e9e9e;
  opacity: 1;
}
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder {
  font-size: 1.5em;
  font-family: Georgia;
  color: #9e9e9e;
  opacity: 1;
}
textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
  font-size: 1.5em;
  font-family: Georgia;
  color: #9e9e9e;
  opacity: 1;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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