Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   HTML: Listen-Einträge auf gleicher Höhe mit Symbol (https://www.delphipraxis.net/42016-html-listen-eintraege-auf-gleicher-hoehe-mit-symbol.html)

CalganX 13. Mär 2005 11:05

Re: HTML: Listen-Einträge auf gleicher Höhe mit Symbol
 
Hi,
fast... ;)
Genau genommen sieht es so aus:
Code:
.ulNav {
   list-style-type: none;
   line-height: 25px;
   margin-left: 0px;
   padding-left: 0px;
}

.ilNav {
   background-image: url(../images/bullet.gif);
   background-position: left center;
   background-repeat: no-repeat;
   padding-left: 16px;
}
Chris


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:07 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz