ve
当你点击显示/仇恨的环节时,你看到隐藏的文字出现。 我要确定的行为是,它如何把内容的第一和第二行推向上,而不是仅仅推向其存在的母集装箱。
换言之,如果您标明每个清单项目,它就希望:
A B ( <---This is a faux-row, since it s not programmed to be a row)
C D
当我点击A角时,我看着这段话(H为隐藏的内容):
A B
H _
C D
D has been pushed down and this shouldn t happen. Instead, I want it to be just this:
A B
H D
C
I know I can fix this using floats, but the reason I don t want to use floats is because these columns need to emulate a table so that, no matter the height of each faux-column module, they line up in the faux-row. It s critical that each faux-row align with each other from the top down, which is why I am also used vertical-align set to top.
是否有可能让这种角度描述功能,使之只影响使用该标签的母集装箱?