Jump to content

ZoomAll

Newbie
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ZoomAll

  1. rash, спасибо за потраченное время, все работает тока немного чекбоксы вверх уехали, вот поправил <html> <head> <title>test</title> <style type="text/css"> label {margin: 4px 0 0 15px; display: block;} input {position: absolute; margin: 4px 0 0 -15px;} </style> </head> <body> <form><label><input type="checkbox">So I've been experimenting with different margins and paddings on lists, and so far I can't seem to figure it out. The object I'm after seems simple enough; I want less of an "indent" (is that padding or margin?) on the left edge. In other words, I want the little dots to be right at the edge of the containing box.</label><br/> <form><label><input type="checkbox">So I've been experimenting with different margins and paddings on lists, and so far I can't seem to figure it out. The object I'm after seems simple enough; I want less of an "indent" (is that padding or margin?) on the left edge. In other words, I want the little dots to be right at the edge of the containing box.</label><br/> </body> </html>
  2. вы имеете ввиду указать "em" или "px"? если я вас правильно понял, то указав для margin поочередно каждое из них получил точно такой же некорректный "слипшийся" результат
  3. Switch74, помогло. Не могу плюсануть говорят нет доступных на сегодня плюсов спасибо спасибо всем кто откликнулся попробую в реальном коде, посмотрим что получится
  4. Посмотрите, слепляется все: код: <html> <head> <title>test</title> <style type="text/css"> label {margin: 0 0 0 5;} input {position: absolute; margin: 0 0 0 -5;} </style> </head> <body> <form><label><input type="checkbox">So I've been experimenting with different margins and paddings on lists, and so far I can't seem to figure it out. The object I'm after seems simple enough; I want less of an "indent" (is that padding or margin?) on the left edge. In other words, I want the little dots to be right at the edge of the containing box.</label><br/> <form><label><input type="checkbox">So I've been experimenting with different margins and paddings on lists, and so far I can't seem to figure it out. The object I'm after seems simple enough; I want less of an "indent" (is that padding or margin?) on the left edge. In other words, I want the little dots to be right at the edge of the containing box.</label><br/> </body> </html> отрицательный text-indent тоже к сожалению не дал результата - строки слепились подскажите, что я не так делаю
  5. Приветствую всех. Проблема в следующем: игры с параметрами padding и margin для form, label, input не дало результата - текст все-равно заступает за чекбокс..... вот код: <html> <head> <title>test</title> <style type="text/css"> form {padding: 0 0 0 5; margin: 0 0 0 5;} </style> </head> <body> <form><label><input type="checkbox">So I've been experimenting with different margins and paddings on lists, and so far I can't seem to figure it out. The object I'm after seems simple enough; I want less of an "indent" (is that padding or margin?) on the left edge. In other words, I want the little dots to be right at the edge of the containing box.</label><br/> <form><label><input type="checkbox">So I've been experimenting with different margins and paddings on lists, and so far I can't seem to figure it out. The object I'm after seems simple enough; I want less of an "indent" (is that padding or margin?) on the left edge. In other words, I want the little dots to be right at the edge of the containing box.</label><br/> </body> </html>
×
×
  • 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