简单水平按钮/菜单栏 Dreamweaver
我刚刚开始使用 HTML 和 Dreamweaver。基本上,我正在尝试创建一个简单的水平菜单栏,其中包含鼠标悬停和“浏览器调整大小”,以便菜单栏将拉伸以跨越浏览器窗口等。
也许有人可以推荐一个很好的教程来开始执行这些初学者任务。
我在下面贴了一张图片,这样你就知道我所说的“水平”是什么意思。
I'm just starting out with HTML and Dreamweaver. Basicly, I'm trying to create a simple, horizontal menu bar with mouseover and "browser resize" so the bar will be stretched to span the browser window etc.
Maybe someone could recommend a good tutorial for getting started with these beginner tasks.
I stuck a picture below so you know what I mean by "horizontal".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该能让你大致了解。您可能需要根据自己的喜好对其进行一些调整。但基本概念已经存在。
FIDDLE:
http://jsfiddle.net/xbf5xq3n/1/
This should get you in the ballpark. You may need to tweak it a bit to your liking. But the underlying concept is there.
FIDDLE:
http://jsfiddle.net/xbf5xq3n/1/
您应该使用如下所示的无序列表来执行此操作。
CSS 应如下所示,以便水平显示
You should do it with Un-ordered list like shown below.
and the CSS should be as shown below so it displays horizontally