Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个链接密集的网站,当有人使浏览器变小并且链接冲突时,我在左右两侧都有链接,右侧的链接低于左侧的链接。当它靠近左边的那个时,我怎样才能让右边的那个停止移动。附件是一个基本的例子。
关联
容器上的Amin-width将防止链接换行。基于示例:
min-width
#textbox { min-width: 270px; /* adjust to the needed width */ }