Webmaster Forum Logo Part 1 Webmaster Forum Logo Part 2
Webmaster Forum Logo Part 3
     
 
  :: Anmeldung

Benutzername:

Registrierung...

Passwort:

Passwort vergessen?

angemeldet bleiben


  
  :: Umfrage
Welche sozialen Netzwerke benutzt du regelmäßig?

 Facebook
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 73%
 keines
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 22%
 Google+
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 19%
 Twitter
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 11%
 Xing
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 6%
 schülerVZ
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 5%
 meinVZ
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 4%
 studiVZ
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 4%
 MySpace
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 2%
 LinkedIn
 Webmaster - WebspaceWebmaster - WebspaceWebmaster - Webspace 2%

 ges. 392 Stimmen
 
  :: Buttons

Valid XHTML 1.0 Transitional

Heini

Moderator

Dabei seit: 19.01.2005

Beiträge: 2 552

 

1 Zum Seitenanfang

Mittwoch, 15. März 2006, 20:31

Browser wird gestreckt (Fehler?)

Also ich hab mir ja ein neues Homepagedesign gemacht, nun wird dabei der Browser aber horinzontal gestreckt, so dass scrollbalken entstehen, obwohl da nur noch weiße Fläche kommt.

CSS:

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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        /*color: #6B87A5; */
}



.headline {
        width: 605px;
        /*align: left;*/

        text-align: center;
        font-size: 18px;}

.navi { width: 70px;
        /*align: center;*/
        position: absolute;
        margin: -420px 15px;
        *margin: -420px 15px;
        text-align: left;
        color: #000000;
        font-size: 13px;
        }

.content {
        width: 605px;
        /*align: left; */
        position: absolute;
        margin: -448px 230px;
        text-align: justify;
        color: #000000;
        font-size: 13px;
        border:1px solid #762900;
        padding: 7px;
        padding-bottom: 7px;
         font-family: "Trebuchet MS", Arial, sans-serif;
         background-color: #ECECEC;}

.aff {  width: 2px;
        /*align: left;*/
        position: absolute;
        margin: -150px 30px;
        text-align: left;
        color: #A8B5C3;
        font-size: 3px;}

.header { width: 800px;
	 height: 102px;}


.leftbar {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	width: 190px  ;
         *width: 193px;
}

.leftbar td.text {
	padding-left: 5px;
	text-align: left;
	height: 20px;
	background-color: #EAEAEA;
}






.leftbar a.a1 {
	text-align: left;
	background-color: #F7F7F7;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

.leftbar a.a2 {
	text-align: left;
	background-color: #ECECEC;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

.leftbar a.a1:hover {
	background-color: #981F1F;
	color: #FFFFFF;
}

.leftbar a.a2:hover {
	background-color: #981F1F;
	color: #FFFFFF;
}

.leftbar img {
	margin-right: 5px;
	margin-top: 2px;
	float: right;
	border: 0px;
}


.navi_box img { margin-top: 20px;
               *margin-top: 0px;
               border: 0px;
           }

.kategorie {width: 400px;
           position: absolute;
           margin: -555px 400px;
           *margin:-550px 400px;
           color: #3C6189;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;}
.kategorie a:link {color: #3C6189;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;
           color: #3C6189;}
.kategorie a:visited {color: #3C6189;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;
           color: #3C6189;}
.kategorie a:hover {color: #3C6189;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;
           color: #762900;}

.links {   width: 500px;
           text-align: center;
           position: absolute;
           margin: -505px 150px;
           *margin:-500px 150px;
           color: #FFFFFF;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;}
.links a:link {color: #FFFFFF;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;}
.links a:visited {color: #FFFFFF;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;}
.links a:hover {color: #626262;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 14px;}

.time {	width: 500px;
           position: absolute;
           margin: -505px 680px;
           *margin:-500px 680px;
           color: #FFFFFF;
           font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 11px;}

.sidebar { width: 70px;
        /*align: center;*/
        position: absolute;
        margin: -410px -225px;
        *margin: -410px -225px;
        text-align: left;
        color: #000000;
        font-size: 13px;}

.sidebar-title { font-family: "Trebuchet MS", Arial, sans-serif;
	  font-size: 15px;}
.date-header {font-size: 14px;}

body a:link { text-decoration:none; color:#762900; }
body a:visited { text-decoration:none; color:#762900; }
body a:hover { text-decoration:none; color:#626262; }


HTML findet ihr schon selber, ne?
Don't Panic!
Echte Zombies rennen nicht!
 

treo

Super Moderator

Dabei seit: 16.09.2002

Beiträge: 3 669

 

2 Zum Seitenanfang

Mittwoch, 15. März 2006, 20:44

ich hab mir die css nicht weiter angeschaut aber wenn man im firefox das umranden von elementen einschaltet sieht man das der bereich der "15.03.06 20:38:13 | 1 User online" enthält zu breit ist, und sich das ganze deswegen in die breite streckt
ihre DNS Analyse zeigt eine krankhafte Abneigung gegen jegliche Autorität und einen Charakter der zum Gewaltausbrechen neigt....
 

Heini

Moderator

Dabei seit: 19.01.2005

Beiträge: 2 552

 

3 Zum Seitenanfang

Mittwoch, 15. März 2006, 20:46

Wo kann man das einschalten? Das ist ja ne große Hilfe.

Edit: Hab den fehler behoben
Don't Panic!
Echte Zombies rennen nicht!

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Heini« (15. März 2006, 20:55)

 

Fab

Lebende Foren Legende

Dabei seit: 30.03.2003

Beiträge: 1 635

 

4 Zum Seitenanfang

Mittwoch, 15. März 2006, 21:08

Hi

Du musst die Developer-Tools installieren (siehe Mozilla-FireFox-Seite) und dort kannst du auf Outline + das jeweilige Element klicken.

Mfg Fab

EDIT: Hier die URL:

https://addons.mozilla.org/extensions/mo…ication=firefox

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Fab« (15. März 2006, 21:10)