You are not logged in.

RichBone

Administrator

  • "RichBone" started this thread

Posts: 34

  • Send private message

1

Saturday, July 15th 2006, 10:05am

von HTML Tabellen auf CSS Layout Boxen umstellen

Hallo

Ich bin grad dabei von HTML Tabellen auf CSS Layout um zu stellen.

Bisher genutzeter Code:

PHP Source code

1
2
3
4
5
6
7
8
9
10
11
12
<table width="944" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="118" height="127"><img src="gfx/header/header01.jpg" width="118" height="127" alt="" /></td>
    <td width="118" height="127"><img src="gfx/header/header02.jpg" width="118" height="127" alt="" /></td>
    <td width="118" height="127"><img src="gfx/header/header03.jpg" width="118" height="127" alt="" /></td>
    <td width="118" height="127"><img src="gfx/header/header04.jpg" width="118" height="127" alt="" /></td>
    <td width="118" height="127"><img src="gfx/header/header05.jpg" width="118" height="127" alt="" /></td>
    <td width="118" height="127"><img src="gfx/header/header06.jpg" width="118" height="127" alt="" /></td>
    <td width="118" height="127"><img src="gfx/header/header07.jpg" width="118" height="127" alt="" /></td>
    <td width="118" height="127"><img src="gfx/header/header08.jpg" width="118" height="127" alt="" /></td>
  </tr>
</table>


Dies möchte ich als CSS erstellen.

Was ich brauche sind 8 Boxen mit fester größe.

Kann mir evt jemand mal nen beispiel erstellen?

MFG

RichBone

lordotter

Beginner

Posts: 9

  • Send private message

2

Monday, September 11th 2006, 12:11am

so müsste das gehen

PHP Source code

1
<td style="width:118px; height:127px; background-image:url(gfx/header/$bild); background-repeat:no-repeat;"></td>

RichBone

Administrator

  • "RichBone" started this thread

Posts: 34

  • Send private message

3

Monday, September 11th 2006, 12:08pm

Hallo

Trotzdem Danke. aber ich hab schon ne Lösung gefunden.

RichBone

lordotter

Beginner

Posts: 9

  • Send private message

4

Monday, September 11th 2006, 5:26pm

tjo. ich glaube ich sollte mal öfters vorbei schauen. Aber wenn du irgendwas hast, klick mich mal im ICQ an und schicke mir den link

RichBone

Administrator

  • "RichBone" started this thread

Posts: 34

  • Send private message

5

Thursday, September 14th 2006, 3:53pm

Hallo

Danke ich werde mich dann melden.

RichBone

Counter:

Hits today: 1 | Hits yesterday: 485 | Hits record: 5,348 | Hits total: 235,284
Bookmark and Share