Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS]wypunktowanie- a), b)
tukan
post
Post #1





Grupa: Zarejestrowani
Postów: 73
Pomógł: 0
Dołączył: 19.06.2011

Ostrzeżenie: (0%)
-----


Witam,
Jak mogę uzyskać wypunktowanie typu:
a)
(IMG:style_emoticons/default/cool.gif)
c)
itd.
pozdrawiam (IMG:style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 4)
Daiquiri
post
Post #2





Grupa: Administratorzy
Postów: 1 552
Pomógł: 211
Dołączył: 7.07.2009
Skąd: NJ




Wykorzystać parametr CSS listy list-style-type: lower-latin?
Go to the top of the page
+Quote Post
tukan
post
Post #3





Grupa: Zarejestrowani
Postów: 73
Pomógł: 0
Dołączył: 19.06.2011

Ostrzeżenie: (0%)
-----


o tym wiem (IMG:style_emoticons/default/wink.gif)
Chodzi mi o:
a)
b)
a nie o
a.
b.


Ten post edytował tukan 5.05.2012, 21:25:53
Go to the top of the page
+Quote Post
Daiquiri
post
Post #4





Grupa: Administratorzy
Postów: 1 552
Pomógł: 211
Dołączył: 7.07.2009
Skąd: NJ




  1. ol {
  2. list-style-type: none;
  3. }
  4. li:before {
  5. content: counter(section, lower-alpha) ") ";
  6. }
  7. li {
  8. counter-increment: section;
  9. }

dla
  1. <ol>
  2. <li>uno</li>
  3. <li>dos </li>
  4. </ol>
Go to the top of the page
+Quote Post
tukan
post
Post #5





Grupa: Zarejestrowani
Postów: 73
Pomógł: 0
Dołączył: 19.06.2011

Ostrzeżenie: (0%)
-----


dziękuję, o to chodziło (IMG:style_emoticons/default/smile.gif)

a mogę to jakoś dodać do TinyMCE?
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 24.08.2025 - 10:34