Haley J. Carnaghi
♥ You've made it to my homepage! ♥
I am a third-year Graphic Design major with a minor in User Experience Design.
Summary 6
Topic 1- Dealing With Vertical Menus
When beginning to create a vertical menu, make sure that you remove all default padding and margins. The book presentss a series of html code that instruct CSS to create a box around the menu and the styling of links. In addition, the code provides removes bullets around the menu and creates space.
Topic 2- Dealing With Horizontal Menus
Becuase of the default settlings, your code will automatically stack vertically. Floating the list elements will enable the elements to sit horizontally. Horizontal menus offer a more modern appearance.
Topic 3- Dealing with Drop-Down Menus
A drop-down menu may appear as a horizontal or vertical menu. You can sstyle your medu by adding multiple drop-down menus within the drop-down menu. Background colors, text color, and other visual aspects can be edited.