T
T
tom1392015-07-27 13:31:05
css
tom139, 2015-07-27 13:31:05

How to get rid of text menu offset in HTML?

Hello! To learn how to write websites in HTML, I created a website layout in Photoshop and started to typeset it in Dreamweaver. The problem I'm having is that the menu items are pushed down due to the text above the menu. How can this be avoided now and in the future? Attached screenshots below.
c8d1e1d256424164a21e2a007d367e7d.png5f87f944bea34c3db30b5b3c7e2b7834.png0f384a65087e48e0b79770ccd79003df.png
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
Julia Starchenko, 2015-07-27
@tom139

If it doesn't fit, why not make the margin smaller? And you are using float for list items but not using clearfix. This can also cause problems.

S
Sergey Ivanov, 2015-07-27
@Writerim

write your original text here , it will greatly simplify the task.
* Paint over what you would not like to show everywhere)

D
Dmitry S, 2015-07-27
@Hakkunamatata

.menu li {
    box-sizing: border-box;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question