If i want to remove the space between rows of those two element\'s how would i do that. Example:
Example 1 http://pokit.org/get/img/6be8921b47ff746c1bf297cf87ab0950.jpg<
add a margin-bottom span element
OR
add a margin-top to the select element
For example:
tekst { margin-bottom: 10px; }
optiontekst { margin-top: 10px; }