Jump to content

Firfox 3.0.1 alignment issue


son

Recommended Posts

I have a page as (counties-div just a fraction of all, it is generated via PHP):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title><style type="text/css">.counties {float:left;line-height:1.5em;margin:0 10px 20px 0; width:230px;}.counties h4	{margin:0 0 0.5em 0;}.counties label {float:left; width:150px; margin-right:10px;}.checks {display:table;}.checks > div {display:table-row;}</style></head><body><form action="#"><div class="counties"><h4>Wisconsin</h4><div class="checks"><div><label for="counties_25">Appleton</label>  <input type="checkbox" name="counties[]" value="25" id="counties_25" /></div><div><label for="counties_196">Eau Claire</label>  <input type="checkbox" name="counties[]" value="196" id="counties_196" /></div><div><label for="counties_241">Fond du Lac</label>  <input type="checkbox" name="counties[]" value="241" id="counties_241" /></div><div><label for="counties_278">Green Bay</label>  <input type="checkbox" name="counties[]" value="278" id="counties_278" /></div><div><label for="counties_340">Janesville</label>  <input type="checkbox" name="counties[]" value="340" id="counties_340" /></div><div><label for="counties_364">Kenosha</label>  <input type="checkbox" name="counties[]" value="364" id="counties_364" /></div><div><label for="counties_373">La Crosse</label>  <input type="checkbox" name="counties[]" value="373" id="counties_373" /></div><div><label for="counties_424">Madison</label>  <input type="checkbox" name="counties[]" value="424" id="counties_424" /></div><div><label for="counties_446">Milwaukee</label>  <input type="checkbox" name="counties[]" value="446" id="counties_446" /></div><div><label for="counties_503">Oshkosh</label>  <input type="checkbox" name="counties[]" value="503" id="counties_503" /></div><div><label for="counties_548">Racine</label>  <input type="checkbox" name="counties[]" value="548" id="counties_548" /></div><div><label for="counties_614">Sheboygan</label>  <input type="checkbox" name="counties[]" value="614" id="counties_614" /></div><div><label for="counties_706">Waukesha</label>  <input type="checkbox" name="counties[]" value="706" id="counties_706" /></div><div><label for="counties_707">Wauwatosa</label>  <input type="checkbox" name="counties[]" value="707" id="counties_707" /></div><div><label for="counties_708">West Allis</label>  <input type="checkbox" name="counties[]" value="708" id="counties_708" /></div></div></div><div class="counties"><h4>Wyoming</h4><div class="checks"><div><label for="counties_114">Casper</label>  <input type="checkbox" name="counties[]" value="114" id="counties_114" /></div><div><label for="counties_129">Cheyenne</label>  <input type="checkbox" name="counties[]" value="129" id="counties_129" /></div><div><label for="counties_145">Cody</label>  <input type="checkbox" name="counties[]" value="145" id="counties_145" /></div><div><label for="counties_219">Evanston</label>  <input type="checkbox" name="counties[]" value="219" id="counties_219" /></div><div><label for="counties_265">Gillette</label>  <input type="checkbox" name="counties[]" value="265" id="counties_265" /></div><div><label for="counties_279">Green River</label>  <input type="checkbox" name="counties[]" value="279" id="counties_279" /></div><div><label for="counties_335">Jackson</label>  <input type="checkbox" name="counties[]" value="335" id="counties_335" /></div><div><label for="counties_383">Lander</label>  <input type="checkbox" name="counties[]" value="383" id="counties_383" /></div><div><label for="counties_386">Laramie</label>  <input type="checkbox" name="counties[]" value="386" id="counties_386" /></div><div><label for="counties_540">Powell</label>  <input type="checkbox" name="counties[]" value="540" id="counties_540" /></div><div><label for="counties_551">Rawlins</label>  <input type="checkbox" name="counties[]" value="551" id="counties_551" /></div><div><label for="counties_562">Riverton</label>  <input type="checkbox" name="counties[]" value="562" id="counties_562" /></div><div><label for="counties_569">Rock Springs</label>  <input type="checkbox" name="counties[]" value="569" id="counties_569" /></div><div><label for="counties_618">Sheridan</label>  <input type="checkbox" name="counties[]" value="618" id="counties_618" /></div><div><label for="counties_674">Torrington</label>  <input type="checkbox" name="counties[]" value="674" id="counties_674" /></div></div></div>    </form></body></html>

It all is fine apart from that Firefox 3.0.1 occasionally does not align the tickbox as the other ones. It is random, accessing the page at different times other tickboxes might be the problem. IE7, Opera, Safari and Netscape 9 are fine (which is weird as I thought Netscape and Firefox should be similar). Does anyone know why this is?Son

Link to comment
Share on other sites

I just tested it out on Firefox 3.0.1 and it worked perfectly. I refreshed about 50 times, changing the browser's font size and everything. It were perfectly aligned all the time.

Link to comment
Share on other sites

I just tested it out on Firefox 3.0.1 and it worked perfectly. I refreshed about 50 times, changing the browser's font size and everything. It were perfectly aligned all the time.
That is so odd you are saying that. Had a different issue befor and no one could replicate the problem I had with same browser. Do not really understand :) Thanks,Son
Link to comment
Share on other sites

OFFTOPIC:

...(which is weird as I thought Netscape and Firefox should be similar).
If I'm not mistaken, Firefox 2.x and Netscape 9.x use the exact same engine, but Firefox 3.x is a total new build.Bytes.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...