Saturday, November 19, 2011

How do you add a horizontal menu bar to a web page in html?

I am using notepad and I have searched endless hours trying to figure out how to do something like this ( www.aq.com ) but I'm stumped. I just want to add a left-side horizontal navigational menu bar. Please help me!|||You can use %26lt;table%26gt;s, %26lt;div%26gt;s, %26lt;span%26gt;s and lots of CSS. Look at:


http://www.w3schools.com/css/pr_class_fl鈥?/a>


Is a good tutorial. You want to "float" the menu to the left and the "float" the content to the left as well and they will go side-by-side like that.


Alternatively, you can use a table with one cell for the menu and a bigger cell for the content.

No comments:

Post a Comment