Jetzt kostenlos Anmelden!


HDSlider

lernt alles kennen

11

Dienstag, 8. Juli 2008, 22:46

Ok, ich denke, dass hilft weiter!?!?

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
 <html>
<head>
$site_metatags
$site_design
<title>$config[site_name] $config[site_title]</title>
<link rel="shortcut icon" href="images/site/phpkit.ico">
</head>
<body background="../internbilder/hondahinter.gif"> 
<table border="0" cellspacing="0" cellpadding="0" height="100%" align="center">
    <tr>
        <td width="25" background="images/style/gs_template63/links.jpg" valign="top" height="100%">
            <table cellpadding="0" cellspacing="0" width="25" height="100%">
                <tr>
                    <td width="25" height="250" valign="top"><img src="images/style/gs_template63/name.jpg" width="25" height="250" border="0"></td>
                </tr>
                <tr>
                    <td width="25" height="100%">&nbsp;</td>
                </tr>
<tr>
                    <td width="25" height="200" valign="top"><img src="images/style/gs_template63/leftend.jpg" width="25" height="200" border="0"></td>
                </tr>
                <tr>
                    </table>
        </td>
<td width="160" valign="top" background="images/style/gs_template63/navback.jpg" height="100%">
            <table cellpadding="0" cellspacing="0" width="160">
                <tr>
                    <td width="160">$navigation_left</td>
                </tr>
            </table>
</td>
                <td width="645" valign="top" background="images/style/gs_template63/background.jpg" height="100%">
  <table cellpadding="0" cellspacing="0" width="645" height="100%">
                            <tr>
                                <td valign="top" width="645" align="center">
                                    $site_kopf
                                </td>
                            </tr>
                            <tr>
                                <td valign="top" width="645" align="center" height="100%">
<div align="center"> 
 
 
 
 
</center></div>                                   
$site_content
                                </td>
                            </tr>
                            <tr>
                                <td valign="top" width="645" align="center">
                                    $site_fuss
                                </td>
                            </tr>
                        </table>
 <td width="160" valign="top" background="images/style/gs_template63/navback_re.jpg" height="100%">
            <table cellpadding="0" cellspacing="0" width="160">
                <tr>
                    <td width="160">$navigation_right</td>
                </tr>
            </table>
        <td width="10" background="images/style/gs_template63/rechts.jpg" valign="top" height="100%">
            <table cellpadding="0" cellspacing="0" width="10" height="100%">
                <tr>
                    <td width="10" height="250" valign="top"><img src="images/style/gs_template63/rechts_top.jpg" width="10" height="250" border="0"></td>
                </tr>
                <tr>
                    <td width="10" height="100%">&nbsp;</td>
                </tr>
<tr>
                    <td width="10" height="200" valign="top"><img src="images/style/gs_template63/rechts_footer.jpg" width="10" height="200" border="0"></td>
                </tr>
                <tr>
                    </table>
        </td>
 </td>
</table>
</body>
</html>


Wenn ich nun die "645" durch 100% ersetzen würde, müsste das ganze doch auf maximaler Breite sein oder???

Die rechte Seite weiß ich schon, wie ich sie raus bekomme...
  • Zum Seitenanfang
  • Zum Seitenende

KingEli Männlich

weiß wie man Threads erstellt

Beiträge: 187

Geschlecht: Männlich

Wohnort: Waldachtal-Hörschweiler

PHPKIT Version: 1.6.03

12

Mittwoch, 9. Juli 2008, 21:36

So sollte es gehen.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
  <head> $site_metatags $site_design
	<title> $config[site_name] $config[site_title]
	</title>
	<link rel="shortcut icon" href="images/site/phpkit.ico">
  </head>
  <body background="../internbilder/hondahinter.gif">
	<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" align="center">
  	<tr>
    	<td width="25" background="images/style/gs_template63/links.jpg" valign="top" height="100%">
      	<table cellpadding="0" cellspacing="0" width="25" height="100%">
        	<tr>
          	<td width="25" height="250" valign="top">
            	<img src="images/style/gs_template63/name.jpg" width="25" height="250" border="0"></td>
        	</tr>
        	<tr>
          	<td width="25" height="100%">
            	&nbsp;</td>
        	</tr>
        	<tr>
          	<td width="25" height="200" valign="top">
            	<img src="images/style/gs_template63/leftend.jpg" width="25" height="200" border="0"></td>
        	</tr>
        	<tr>
      	</table></td>
    	<td width="160" valign="top" background="images/style/gs_template63/navback.jpg" height="100%">
      	<table cellpadding="0" cellspacing="0" width="160">
        	<tr>
          	<td width="160">
            	$navigation_left</td>
        	</tr>
      	</table></td>
    	<td width="100%" valign="top" background="images/style/gs_template63/background.jpg" height="100%">
      	<table cellpadding="0" cellspacing="0" width="100%" height="100%">
        	<tr>
          	<td valign="top" width="100%" align="center">
            	$site_kopf</td>
        	</tr>
        	<tr>
          	<td valign="top" width="100%" align="center" height="100%">
            	$site_content</td>
        	</tr>
        	<tr>
          	<td valign="top" width="100%" align="center">
            	$site_fuss</td>
        	</tr>
      	</table>
      	<td width="10" background="images/style/gs_template63/rechts.jpg" valign="top" height="100%">
        	<table cellpadding="0" cellspacing="0" width="10" height="100%">
          	<tr>
            	<td width="10" height="250" valign="top">
              	<img src="images/style/gs_template63/rechts_top.jpg" width="10" height="250" border="0"></td>
          	</tr>
          	<tr>
            	<td width="10" height="100%">
              	&nbsp;</td>
          	</tr>
          	<tr>
            	<td width="10" height="200" valign="top">
              	<img src="images/style/gs_template63/rechts_footer.jpg" width="10" height="200" border="0"></td>
          	</tr>
          	<tr>
        	</table></td>
	</table>
  </body>
</html>
  • Zum Seitenanfang
  • Zum Seitenende

HDSlider

lernt alles kennen

13

Donnerstag, 10. Juli 2008, 09:40

Nicht ganz...

Mache ich es so, dann ist die linke Nav Leiste ganz links, das Hauptfenster in der jetzigen Größe mit Abstand ungefähr mittig (aber nicht über die ganze Bildschirmbreite!!!) und die rechte Navleiste ist weg...
  • Zum Seitenanfang
  • Zum Seitenende

KingEli Männlich

weiß wie man Threads erstellt

Beiträge: 187

Geschlecht: Männlich

Wohnort: Waldachtal-Hörschweiler

PHPKIT Version: 1.6.03

14

Donnerstag, 10. Juli 2008, 18:18

Sorry, aber irgend wie blick ich gerade nicht mehr, was Du eigentlich möchtest.

Fangen wir nochmal von ganz vorne an ;) , was möchtest Du geändert haben.
  • Zum Seitenanfang
  • Zum Seitenende

HDSlider

lernt alles kennen

15

Samstag, 12. Juli 2008, 10:18

Das Style, was ich jetzt habe hat Nav-Rechts, Nav-Links, feste Breite. (mit deinem geänderten Text enfällt zwar die rechte Seite, aber die Mitte wird nicht über den ganzen Bildschirm angezeigt sondern nur mittig...)

Ich möchte: Nav.Links und variable Breite
  • Zum Seitenanfang
  • Zum Seitenende