?– Static content positioned next to a float will not wrap around the float, but will
instead form a rectangular block to the side of the float.
More examples of unwanted behavior are documented on the MSDN web site.17
15 zoom and writing-mode are proprietary Internet Explorer CSS properties, and will not pass CSS
validation.
16 overflow-x and overflow-y are proposed property names for CSS3, but have been proprietary
CSS properties in Internet Explorer since version 5.
17 http://msdn2.microsoft.com/en-us/library/bb250481.aspx
CSS Layout and Formatting
The Ultimate CSS Reference 162
Debugging hasLayout Issues
If you notice that your web page is behaving strangely in Internet Explorer, try
setting a CSS property for an element in order to cause it to gain a layout, and see
if the problem vanishes.
Some skill is involved in identifying the correct element to which the property
should be applied. With experience, it can become easy to identify the culprit??”it??™ll
usually be a parent container for which no explicit width is set, or whose width is
defined by margins alone.
Pages:
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246