Forum Moderators: not2easy
[edited by: alt131 at 1:14 pm (utc) on Dec 6, 2011]
[edit reason] Thread Tidy [/edit]
screen shotsDoes this mean you aren't testing yourself? If so, I've checked in standalone versions, and the alignment is almost exactly the same. The major difference is that 5.5-ie7 do not "shrink-wrap" floats, so (on the provided code) div#cheaper-promo expands the full width of the viewport.
Translate please, we test in ie 7 and upwards plus FF and so onOk, you referred to screenshots which suggested to me that you aren't running the browsers, but are using a testing service. Ditto referring to ie6 if you're only running ie7 up. Nothing wrong with using a testing service, it's just that occasionally they do vary from the browser when it is running natively. (That's also the reason I specified mine are standalone versions, again, there have been reports of variations.)
I reversed the position of cheaper promo and mission, set a width for the cheaper promo div and it works thanks so much all....Pleased you have a fix, but I'm not sure I understand what you have done to achieve that and it does sound as if there was something else going on in the code because I was not seeing the issue you reported. That also makes me wonder if this was just a case of "float drop" - that is, ie was calculating there was inadequate width to align the floats on the same "line", so was "dropping" them until there was enough horizontal width for them to fit. Just something to think about for the future.