Floating Too Far Right

后端 未结 4 1140
梦谈多话
梦谈多话 2020-12-22 02:34

I\'ve got a record management web application which displays a master record on one screen and AJAXes dynamically built editors into an editor div, which I\'ve used JQuery t

4条回答
  •  鱼传尺愫
    2020-12-22 03:11

    CSS hacks are needed sometimes:

    * + html #editor #closebutton /* IE7 */, * html #editor #closebutton /* IE6 */ {margin-right: 100px;} // insert whatever value that fits here
    

提交回复
热议问题