Forum Moderators: not2easy
Other elements taking up horizontal space...
object element: 31px
six 19px anchor elements: 114px
---------------------------------
= 145px used
= 345px remaining
I presume inline elements get their width inherited by how much horizontal space they require? However I have to float the select element which and just to ensure block-level behavior I added display: block;. I presume that with 2px worth of horizontal border (border: #000 solid 1px) to fill in the remaining space I'd set the width to 343px and I'd have a perfect fit.
IE8-B1 seems to execute this correctly while Gecko 1.8/1.9, Webkit 523, and Opera 9.5B all disagree and I still have 2px of empty horizontal space.
Could someone please shed some light on this odd dilemma? :)
- John