Justify Navi

Developer
Size
1,819 Kb
Views
10,120

How do I make an justify navi?

Browser: alle die CSS 2.1 verwenden/können. IE 7 und darunter: Hack einbinden für die Darstellung. What is a justify navi? How do you make a justify navi? This script and codes were developed by Miro Olma on 26 November 2022, Saturday.

Justify Navi Previews

Justify Navi - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Justify Navi</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<ul id="nav"> <li>STARTSEITE</li> <li>FÜR DEN MITTELSTAND</li> <li>FÜR KLEINE UNTERNEHMEN</li> <li>GDI</li> <li>SERVICE</li> <li class="last">FACHHANDELSPORTAL</li>
</ul>
<br/>
<h2>Justify Navi - Support</h2>
<p>Browser: alle die CSS 2.1 verwenden/können.</p>
<p>IE 7 und darunter: Hack einbinden für die Darstellung</p>
</body>
</html>

Justify Navi - Script Codes CSS Codes

div, ul, li{ margin: 0; padding: 0; list-style-type: none;
}
#nav{ text-align: justify; font-size: 0.1px; width: 940px; background: yellow;
}
#nav li{ display: inline-block; *display: inline; zoom:1; background: red; width: auto; font-size: 12px;
}
#nav:after{ content: ''; display: inline-block; *display: inline; zoom:1; width: 100%;
}
#nav .last{ padding:0;
}
/* IE 7 Beispiel Hack */
*+html #nav li { padding: 0 20px;
}
Justify Navi - Script Codes
Justify Navi - Script Codes
Home Page Home
Developer Miro Olma
Username programiro
Uploaded November 26, 2022
Rating 3
Size 1,819 Kb
Views 10,120
Do you need developer help for Justify Navi?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Miro Olma (programiro) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!