You are here: Re: Space between input boxes and selection boxes is not the same in Internet Explorer « HTML « IT news, forums, messages
Re: Space between input boxes and selection boxes is not the same in Internet Explorer

Posted by Jonathan N. Little on 06/18/06 22:42

Stefan Mueller wrote:
> I've several input boxes and selection boxes.
>
> <input type = "text"><br>
> <input type = "text"><br>
> <input type = "text"><br>
> <select><option value = "">[Choose]<option value = "1">Entry 1<option
> value = "2">Entry 2</select><br>
> <select><option value = "">[Choose]<option value = "1">Entry 1<option
> value = "2">Entry 2</select><br>
> <select><option value = "">[Choose]<option value = "1">Entry 1<option
> value = "2">Entry 2</select><br>
>
> In Mozilla Firefox the vertical space between the input boxes and the
> selection boxes is the same size. Unfortunately in Windows Explorer not. The
> height is the same but not the vertical space in between.
>

Much simpler to use CSS:

INPUT, SELECT { display: block; margin: 0; }

Adjust margin if you want to increase spacing, then you can dump the BRs

<input type = "text">
<input type = "text">
<input type = "text">
<select>
<option value = "">[Choose]
<option value = "1">Entry 1
<option value = "2">Entry 2
</select>
<select>
<option value = "">[Choose]
<option value = "1">Entry 1
<option value = "2">Entry 2
</select>



> Does anyone know how to "fix" this display problem?
> Stefan
>
> PS: To "fix" similar problems with images, I got the hint to use 'style =
> "display:block"'.
> E.g. '<img src = "mypic.gif" style = "display:block" border = "0">'
^^^^^^^^^^^^
Use CSS for this as well

IMG { display: block; border: 0; }

> Unfortunately this does not work with input boxes resp. selection boxes.
>




--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация