Jump to content

FF3 power


s0rr0w
 Share

Recommended Posts

Кодерам на заметку


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Select power</title>
<style type="text/css">
select { width: 70px; }
select option { display: inline; }

</style>

</head>
<body>
<div>
<label> Записей на страницу
<select>
<option>10</option>
<option>25</option>
<option>50</option>
<option>100</option>
<option>10 000</option>
<option>100 000</option>
</select>
</label>
</div>
</body>
</html>

Link to comment
Share on other sites

Хм, прикольно) только там отступ вконце есть)) а можно поинтересоваться что натолкнуло тебя на такую мысль?)) я бы низачто select'y не дал бы display:inline;))))

Один из багов движка в багтрекинге мозиллы.

В первой мозилле (не фаерфоксе), инлайн-опшины отображались как строчки, где выделяемая область равнялась длинне текста.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 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