Sebastian C. Posted May 11, 2015 Report Posted May 11, 2015 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...
Filip Cristian Posted May 13, 2015 Report Posted May 13, 2015 Nu am inteles nimic, fii mai explicit. www.evict.ro EVICTro
Sebastian C. Posted May 13, 2015 Author Report Posted May 13, 2015 Vreau sa fac meniul pe partea stanga in jos nu sa continue pe lung .
Filip Cristian Posted May 13, 2015 Report Posted May 13, 2015 Astazi sunt putin ocupat, dar maine in jurul orei 2:30 o sa revin cu un reply si o sa iti arat cum se face. 1 www.evict.ro EVICTro
+Andreeas Z. Posted May 13, 2015 Report Posted May 13, 2015 <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; }
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now