Answer the question
In order to leave comments, you need to log in
Text alignment and a few more questions?
There is a piece of code.
<ul class="navigation">
<li>
<a href="#"><img src="images/rus.png" width="150" height="150px" alt=""> Russian</a>
<ul>
<li><a href="#"><img src="images/eng.png" width="150px" height="150px" alt=""> English</a>
</ul>
</li>
</ul>
.navigation{
list-style: none;
position: absolute;
}
<ul>
<li><a href="#">Rus</a></li>
<li><a href="#">Eng Us</a></li>
<li><a href="#">Italian</a></li>
<li><a href="#">Spain</a></li>
<li><a href="#">etc</a></li>
</ul>
Answer the question
In order to leave comments, you need to log in
answer #1 vertical-align: middle. Image and text must be inline elements
answer #2 write ul {list-style: none} globally
answer #3
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question