float:right,id1是在右边、id2在id1的左边?这怎么理解!
好好学习,天天向上!!!
About setting float:right, the position order of the two elements? -PHP Chinese website Q&A-About setting float:right, the position order of two elements? -PHP Chinese website Q&A
Please watch and learn.
id1向右边浮动了。相当于它把它左边的位置给空出来了。ID2自然就会取代ID1原来的位置,在ID1的左边= =应该是这么理解把
About setting float:right, the position order of the two elements? -PHP Chinese website Q&A-About setting float:right, the position order of two elements? -PHP Chinese website Q&A
Please watch and learn.
id1向右边浮动了。相当于它把它左边的位置给空出来了。ID2自然就会取代ID1原来的位置,在ID1的左边= =应该是这么理解把