Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [html/css] tabele / divy ?
b4x
post
Post #1





Grupa: Zarejestrowani
Postów: 658
Pomógł: 95
Dołączył: 20.12.2005
Skąd: N54,35° E18,63° (Gdańsk)

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


Witam mam problem jak zrobić najlepiej na divach - zgodnie ze standardami taki układ



(IMG:http://img213.imageshack.us/img213/2328/92357199kb8.jpg)

Ten post edytował b4x 5.04.2008, 16:54:51
Go to the top of the page
+Quote Post
help_mee
post
Post #2





Grupa: Zarejestrowani
Postów: 244
Pomógł: 21
Dołączył: 10.02.2008
Skąd: Załęcze Wielkie

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


zrób najlepiej w edytorze WYSIWYG
np. front page lub nvu
masz bieżący podgląd co robisz (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)

Ten post edytował help_mee 5.04.2008, 16:58:17
Go to the top of the page
+Quote Post
Crozin
post
Post #3





Grupa: Zarejestrowani
Postów: 6 476
Pomógł: 1306
Dołączył: 6.08.2006
Skąd: Kraków

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


Zgodnie ze standardami i WYSIWYG? Ludzie! (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg)
Kod
<div class="entry">
  <h3><a href="..." title="...">Nazwa</a></h3>
  <p>
    <img src="..." alt="..." width="..." height="..." />
    Opis... Lorem... Lorem...Lorem...Lorem...Lorem...Lorem...Lorem...Lorem...Lorem...
  </p>
  <dl>
    <dt>wyświetlenia</dt>
    <dd>48</dd>
    <dt>ocena</dt>
    <dd>9.42</dd>
    <dt>czas trwania</dt>
    <dd>4:21</dd>
    <dt>tagi</dt>
    <dd><a href="" title="">tag</a></dd>
    <dd><a href="" title="">tag</a></dd>
    <dd><a href="" title="">tag</a></dd>
    <dd><a href="" title="">tag</a></dd>
  </dl>
</div>
Do tego CSS
Kod
.entry p img{
  float: left;
  margin: 3px;
}

.entry dl dt,
.entry dl dd{float: left;}

.entry dl dt{border-left: 1px solid #000;}
.entry dl dt:first-child{border-left: 0}


Ten post edytował Crozin 5.04.2008, 18:35:12
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: 26.08.2025 - 05:34