<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link href="test.css" rel="stylesheet" type="text/css"/> </head> <body> <div class="leftcolumn"> <form action="" method="post"> <fieldset> </fieldset> </form> </div>
do tego plik css:
fieldset { width:140px; padding:15px 0 15px 15px; border:none; } fieldset label { width:110px; margin-left:30px; line-height:22px; vertical-align: middle; float:left; clear:left; white-space: nowrap; } fieldset label input{ vertical-align: middle; margin-right:4px; }
We wspomnianej wersji IE poniżej ostatniego checkboxa wyświetlają się ostatnie 4 litery z ostatniego labela - text "olna"
mam coś takiego:
o Detaliczna
o dowolna
olna
Jak się tego pozbyć??