ASP:Menü:完整的菜单边距?
我有一个垂直风格的 ASP:Menü。
MainItem 只有 1 个按钮,由图像设计(无文本,纯图像)。
ChildItems 是普通文本。
这是一个非常高的缩放屏幕截图:http://s2.imgimg.de/uploads/UnbenanntesBild661673a8png。现在
,由于图像的原因,childItems 看起来非常...奇怪,因为 ChilItems 开始,按钮不在那里(很难解释,抱歉)。 我想让子菜单从图像中白色分隔符之后按钮开始的像素开始。
那么,我想将整个 childItems 向右移动 2-4px,我该怎么做呢?
I have a ASP:Menü in vertical style.
The MainItem is only 1 Button, deisgned by a Image (no text, pure image).
The ChildItems are normal Text.
Here is a very high zoomed screenshot: http://s2.imgimg.de/uploads/UnbenanntesBild661673a8png.png
Now, beacuse of the image, the childItems look very... strange, because the ChilItems begin, where the button is not there (very hard to explain, sorry).
I want to have the child menü begins at the pixel the button beginns after the white seperator in the image.
So, I want to move the whole childItems 2-4px to the right, how I can do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要向子项的样式添加左规则,类似于以下内容:
您需要自己计算出确切的间距,因为您没有包含供我测试的实际样式。
You need to add a left rule to the style of the sub-item, similar to the following:
You will need to figure out the exact spacing for yourself, as you have not included the actually styling for me to test with.