Jump to content

Recommended Posts

Posted

Cum pot realiza un background pe lungimea totala a index-ului in care sa bag meniul ? O imagine unde as vrea sa bag acel background: http://i.imgur.com/xklYf6s.png
 
In partea stanga dar nu stiu cum sa-l adaug, daca pun:

<div id="background"> </br> Link </div>

si in css:

.backgorund { background-color: #1a1a1a; width: 100%; }

se pune pe lung...

Posted
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
.menu_simple ul {
margin: 0;
padding: 0;
width:185px;
list-style-type: none;
}
.menu_simple ul li a {
text-decoration: none;
color: white;
padding: 10.5px 11px;
background-color: #005555;
display:block;
}
.menu_simple ul li a:visited {
color: white;
}

.menu_simple ul li a:hover, .menu_simple ul li .current {
color: white;
background-color: #5FD367;
}

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.