Jump to content
  • 0

Как убрать промежуток


apexis
 Share

Question

Возникла такая проблема. Я сместил радиокнопки(новая почта, интайм) вверх на 70px используя position:relative; top:-70px. Теперь между радиокнопками и кнопкой отправить пробел в 70px. Если кнопку отправить поднять таким же макаром, то получится пробел между кнопкой и краем формы. А если просто прописать margin-top: -70px, она наоборот вниз опуститься.

Как мне поднять кнопку, чтобы не оставлять пробелов?

Моя ссылка

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

в правельную сторону думаешь. если ты поднял на 70px кнопку, то и задай ей ещё отступ снизу -70px

input {
top: -70px;
margin-bottom: -70px;
}

будет как ты хочешь

чуток поднялась и уперлась во что-то. Сколько ни ставь -70px или -170px не поднимается до нужного уровня

echo '<div style="position:relative;z-index:1; left:260px; width:100px;"><input type="radio" name="parkes" value="1" checked>Паркес 7</input><br /> <input type="radio" name="parkes" value="2" >Паркес 77</input></div><br />';

echo '<div style="position:relative;z-index:2; top: -70px; left:100px; width:110px"><input type="radio" name="cargo" value="1" checked>Новая почта</input><br /> <input type="radio" name="cargo" value="2" >Интайм</input></div><br />';

echo ' <input type="submit" value="Отправить" name="submit" class="sendbtn" style="position:relative;z-index:3; top:-170px; margin-bottom:-170px"/>

Link to comment
Share on other sites

  • 0

открыл ты ссылку из 1 поста, в мозиле в firebug поставил блоку margin-bottom: -70px; всё работает.ты либо не туда пишешь либо ошибка в синтаксисе. этот способ стопроцентный

После радиокнопки стоял <br />. Убрал его и кнопка поднялась. margin-bottom:-70px действительно работает. Спасибо.

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