Nieuw lid |
|
Hallo allemaal,
Voor de website ,. wil ik de linkjes die in de footer balk staan ( Verkeer/Parkeren etc.) over de hele breedte trekken. Dus dat tussen alle linkjes even veel ruimte onstaat, en dat eerste link (verkeer) helemaal links van de footer staat, en de laatste link (detachering) helemaal rechts in de header staat.
Hierbij het betreffende stukje uit mijn css stylesheet.
/* ### footer container ### */
#footerCntr { overflow: hidden; width: 100%; max-height: 200px; background: url('../images/footer-bg.jpg') left top repeat-x; }
#footerCntr .center { margin: 0px auto; width: 1000px; }
#footerCntr ul { padding-top: 15px; list-style: none; }
#footerCntr li { padding: 0px 27px; float: left; line-height: 36px; background: url('../images/devaider.jpg') right 0px no-repeat; }
#footerCntr li a { display: block; color: #317e97; text-decoration: none; }
#footerCntr li a:hover { text-decoration: underline; }
#footerCntr li.last { padding-right: 0px; background: none; }
#footerCntr li.first { padding-left: 0px; }
/* ### footer container ### */ #footerCntr { overflow: hidden; width: 100%; max-height: 200px; background: url('../images/footer-bg.jpg') left top repeat-x; } #footerCntr .center { margin: 0px auto; width: 1000px; } #footerCntr ul { padding-top: 15px; list-style: none; } #footerCntr li { padding: 0px 27px; float: left; line-height: 36px; background: url('../images/devaider.jpg') right 0px no-repeat; } #footerCntr li a { display: block; color: #317e97; text-decoration: none; } #footerCntr li a:hover { text-decoration: underline; } #footerCntr li.last { padding-right: 0px; background: none; } #footerCntr li.first { padding-left: 0px; }
Wie kan mij hiermee helpen?
Met vriendelijke groet,
Mark
|