#sectionPart li { display: inline; line-height: 40px; }
#sectionPart li a { background-color: green; background-position: top right; background-repeat: no-repeat; height: 40px; display: block; float: left; font-size: 13px; color: white;
}
</style> </head> <body> <div id="header"> <ul id="sectionPart"> <li><a href="#">Fixed list element example!...</a></li> <li><a href="#">Fixed list element example!...</a></li> <li><a href="#">Fixed list element example!...</a></li> </ul> </div>
</body>
</html>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )