Jump to content
  • 0

Отступ в <select>


Spidey
 Share

Question

11 answers to this question

Recommended Posts

  • 0
<select>
<option>111</option>
</select>

<p>222</p>

Между этиим блоками в фоксе 2.0.0.20 непонятной большой отступ! И самое что в этом проблематично, непоятно откуда(

Помогите, плиз

обнуляй все отступы изначально тогда

Link to comment
Share on other sites

  • 0
давай страницу

<div id="block_1">
<div class="block1_1">
<div style="width:300px; height:80px;">
<p class="t4">Select a Car:</p>
<select>
<option selected="selected">- Lorem Ipssum -</option>
<option>wwwwwww</option>
<option>jhjhhjh</option>
</select>
</div>
<p class="t5">11</p>
</div>
</div>

#block_1 { width:254px; height:651px; margin:33px 0 0 51px; display:table; display:inline; float:left;}
#block_1 .block1_1 { width:284px; height:252px; display:table;}
#block_1 .block1_1 select { width:221px; height:16px; padding:0 0 0 6px; margin:0 0 0 0; font:12px Tahoma; color:#656565; border-top:1px solid #656565; border-left:1px solid #656565; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
#block_1 .block1_1 .t4 { width:150px; margin:23px 0 13px 0; font:12px Tahoma; font-weight:bold; color:#FFFFFF;}
#block_1 .block1_1 .t5 { width:150px; font:12px Tahoma; font-weight:bold; color:#FFFFFF; display:inline;}

Это пока что все что есть

Link to comment
Share on other sites

  • 0

Слушай, ну ты вообще жёсткий тип дружище, давненько я таких не видел...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<style type="text/css">
*{ margin: 0; padding: 0;}
#block_1 { width:254px; height:651px; margin:33px 0 0 51px; display:table; display:inline; float:left;}
#block_1 .block1_1 { width:284px; height:252px; display:table;}
#block_1 .block1_1 select { width:221px; height:16px; font:12px Tahoma; color:#656565; border-top:1px solid #656565; border-left:1px solid #656565; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
#block_1 .block1_1 .t4 { border:1px solid #656565; width:150px; font:12px Tahoma; font-weight:bold; color:#000;}
#block_1 .block1_1 .t5 { width:150px; font:12px Tahoma; font-weight:bold; color:#FFFFFF; display:inline;border:1px solid #656565;}
</style>
</head>

<body>
<div id="block_1">
<div class="block1_1">
<div style="width:300px; height:80px;">
<p class="t4">Select a Car:</p>

<select>
<option selected="selected">- Lorem Ipssum -</option>
<option>wwwwwww</option>
<option>jhjhhjh</option>
</select>

</div>
<p class="t5">11fdgdggf gdfg dg</p>
</div>
</div>
</body>
</html>

Link to comment
Share on other sites

  • 0
Слушай, ну ты вообще жёсткий тип дружище, давненько я таких не видел...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<style type="text/css">
*{ margin: 0; padding: 0;}
#block_1 { width:254px; height:651px; margin:33px 0 0 51px; display:table; display:inline; float:left;}
#block_1 .block1_1 { width:284px; height:252px; display:table;}
#block_1 .block1_1 select { width:221px; height:16px; font:12px Tahoma; color:#656565; border-top:1px solid #656565; border-left:1px solid #656565; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
#block_1 .block1_1 .t4 { border:1px solid #656565; width:150px; font:12px Tahoma; font-weight:bold; color:#000;}
#block_1 .block1_1 .t5 { width:150px; font:12px Tahoma; font-weight:bold; color:#FFFFFF; display:inline;border:1px solid #656565;}
</style>
</head>

<body>
<div id="block_1">
<div class="block1_1">
<div style="width:300px; height:80px;">
<p class="t4">Select a Car:</p>

<select>
<option selected="selected">- Lorem Ipssum -</option>
<option>wwwwwww</option>
<option>jhjhhjh</option>
</select>

</div>
<p class="t5">11fdgdggf gdfg dg</p>
</div>
</div>
</body>
</html>

Этот вариант к сожалению проблемы не решает, отступ попрежнем есть((

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