BoulderBum
Programmer
I'm trying to set div widths on FireFox and it's just ignoring me! Ack!
What is the proper way to do this:
What is the proper way to do this:
Code:
<div style="width: 10em; float: left">
FireFox ignores my width, darn it!
</div>
<div style="width: 10em; float: left">
It gets annoying because nothing is aligned properly.
</div>