Форум программистов, компьютерный форум, киберфорум
HTML, CSS
Войти
Регистрация
Восстановить пароль
Блоги Сообщество Поиск Заказать работу  
 
Рейтинг 4.71/21: Рейтинг темы: голосов - 21, средняя оценка - 4.71
0 / 0 / 0
Регистрация: 24.01.2017
Сообщений: 7

Пустое пространство в конце сайта

24.01.2017, 01:06. Показов 4481. Ответов 5
Метки нет (Все метки)

Студворк — интернет-сервис помощи студентам
Необъяснимое мною пространство в конце сайта, прошерстил весь код, помогите пожалуйста
Вложения
Тип файла: rar site.rar (8.55 Мб, 12 просмотров)
0
Лучшие ответы (1)
cpp_developer
Эксперт
20123 / 5690 / 1417
Регистрация: 09.04.2010
Сообщений: 22,546
Блог
24.01.2017, 01:06
Ответы с готовыми решениями:

Пустое пространство в конце
Всем привет, проблема: есть хедер и внутри 2 блока, высота 7 и 93 процента, но в самом низу появляется пустое пространство, которое не...

Пустое пространство справа от сайта. Никакие блоки не превышают размеры
Страница - http://era.belozertseff.ru/landing/ Bootstrap 3 + скрипты. Есть вариант, что большая область пустого пространства справа...

Пустое пространство справа
Доброго времени суток. Сайт http://the-best.company/. С мобильный устройств, например с Айфона и Айпада справа сайта пустое...

5
0 / 0 / 0
Регистрация: 24.01.2017
Сообщений: 7
24.01.2017, 06:24  [ТС]
Решение нашел сам, кому интересно - div class="osnova", неправильный выбор позиционирования картинок и текста под ними, если указать у картинок ширину и высоту 1px, то пустое пространство исчезает.

Добавлено через 42 минуты
Нет, к сожалению проблема не решена, на старом недоделанном backup'e я смог убрать это посредством способа выше, но на сайте на котором уже все готово - не получается так. Все еще прошу помощи.

Добавлено через 3 часа 59 минут
HTML5
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
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/fonts.css">
</head>
<body>
 
<div class="header">
<div class="wrapper">
 
<a href="#" class="logo"><img src="imgs/logo.png"width="290px" height="93px"></a>
<ul class="firstmenu">
<li><a class="firstmenua" href="#">HOME</a></li>
<li><a class="firstmenua" href="#">ABOUT</a></li>
<li><a class="firstmenua" href="#">SERVICES</a></li>
<li><a class="firstmenua" href="#">GALLERY</a></li>
<li><a class="firstmenua" href="#">CONTACT</a></li>
</ul>
<h1 class="h1f">SELL YOUR<br><em class="h1b">CAR NOW</em></h1>
<p class="lorem">Lorem Ipsum is simply dummy text of the printing and<br>typesetting industry.Lorem Ipsum has been the<br>industry's standard dummy text ever since the 1500s</p>
 
 
<form class="contact_form" action="" method="post" name="contact_form">
<ul>
<li>
<h2 class="requestaq">REQUEST A QUOTE</h2>
</li>
<li>
<label for="name"></label>
<input type="text" value="Full Name" name="name" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
<br><br>
</li>
<li>
 
<label for="name"></label>
<input type="text" value="Email Adress" name="name" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
<br><br>
</li>
<li>
 
<label for="name"></label>
<input type="text" value="Phone Number" name="name" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
<br><br>
</li>
<li>
 
<label for="name"></label>
<input type="text" value="Country" name="name" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
<br><br>
</li>
<li>
<input type="checkbox" class="checkbox" id="checkbox" />
<label for="checkbox">I accept the terms & conditions</label>
</li>
<a class="button" href="#">SEND</a>
</ul>
 
 
 
</form>
 
 
 </div>
</div>
 
<div class="osnova">
<div class="wrapper">
<h1>
OUR <span>SERVICES</span>
</h1>
<div class="firstpic">
<img src="imgs/heart.jpg">
</div>
 
<div class="secondpic">
<img src="imgs/tools.jpg">
</div>
 
<div class="thirdpic">
<img src="imgs/lapm.jpg">
</div>
 
<div class="fourpic">
<img src="imgs/clock.jpg">
</div>
<div class="maktrip">
<p>&nbsp;&nbsp;&nbsp;Making your trip<br>beautiful and easier</p></div>
<div class="toolshelp"><p>&nbsp;Tools to help you<br>succed tommorow</p></div>
<div class="ideasthat"><p>Ideas that will blow<br>&nbsp;&nbsp;&nbsp;you out the blue.</p></div>
<div class="navigator"><p>Navigate your path<br>&nbsp;to beatiful world.</p></div>
 
</div>
</div>
 
 
 
<div class="podosnova">
<div class="wrapper">
<p class="podtext">We are in business for over 6 years providing amazing services to client<br>and people love them to the core. View our story to know more.</p>
<a class="button2" href="#">OUT STORY</a>
</div>
</div>
 
 
 
<div class="pricing">
<div class="wrapper">
<h2>PRICING</h2>
    <div class="starter">
    <p class="starter1">Starter</p>
    <em class="free1">FREE</em>
    <p class="starter2">Free Service<br>Multiple Accounts<br>Management No<br>--<br>--</p>
    <a href="#" class="button3">TRY</a>
    </div>
            <div class="business">
                    <div class="triangle">
                    <p class="transformtext">Popular</p>
                    </div>
            <p class="business1">Business</p>
            <p class="bach">$97</p>
            <p class="business2">Free Servie<br>Multiple Accounts<br>
            Management No<br>Unlimited Data<br>--</p>
            <a href="#" class="button4">SIGN UP</a>
            </div>
                <div class="professional">
                    <p class="business1">Business</p>
            <p class="bach">$297</p>
            <p class="business2">Free Servie<br>Multiple Accounts<br>
            Management No<br>Unlimited Data<br>Whatever You Need</p>
            <a href="#" class="button5">SIGN UP</a>
                </div>
</div>
</div>
 
 
 
 
 
<div class="testgallery">
<div class="wrapper">
        <p class="testimonial">TESTIMONIAL</p>
                <div class="testim">
                <p class="testimp">I have been involved with this company<br>for ages and just want to say this is a<br>great work by designcoon.</p>
                <p class="bravodj">DJ Bravo - Frequent Travelera</p>
                <div class="sharik1"></div>
                </div>
                
        <div class="testim2">
        <p class="involve">I have been involved with this company<br>for ages and just.</p>
        <p class="bravodj2">DJ Bravo - Frequent Travelera</p>
 
        <div class="sharik2"></div>
        </div>
            
            <p class="galleryn">GALLERY</p>
                    
                    <div class="galblock1"></div>
                    <div class="galblock2"></div>
                    <div class="galblock3"></div>
                    <div class="galblock4"></div>
                    <div class="galblock5"></div>
                    <div class="galblock6"></div>
                    
                                <a href="#" class="morepictures">VIEW MORE PICTURES</a>
                                
        </div>
        </div>
                        
                        
 
 
 
 
 
 
        <div class="footer">
        <div class="wrapper">
        <p class="rightsfooter">All Rights Reserved |&nbsp;2016&nbsp;| Designed with love by <em>DesignCoon</em></p>
        <a href="#" class="logo2"><img src="imgs/logo.png"width="290px" height="93px"></a>
        </div>
        </div>
        
 
 
 
 
</body>
0
0 / 0 / 0
Регистрация: 24.01.2017
Сообщений: 7
24.01.2017, 06:25  [ТС]
CSS
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
@import url('fonts.css');
@import url('reset.css');
body {
font-size : 20px;
}
.wrapper {
width : 1011px;
margin : 0 auto;
}
.header {
height : 690px;
width : 100%;
background : url('../imgs/First.jpg') no-repeat;
background-size : cover;
}
.firstmenu {
position : relative;
float : right;
font-size : 20px;
color : white;
margin-top : 60px;
}
.firstmenu li {
font-family : Montserrat-Bold;
display : inline;
margin-left : 10px;
}
.firstmenua {
color : inherit;
text-decoration : inherit;
padding : 10px;
}
.firstmenua:hover {
background-color : black;
border-radius : 5px;
}
.logo {
position : relative;
top : 30px;
}
h1 {
position : relative;
display : block;
top : 140px;
left : 20px;
}
.h1f {
font-size : 85px;
font-family : Montserrat-Bold;
}
.h1b {
font-size : 85px;
font-family : Montserrat-Bold;
color : white;
}
.lorem {
font-size : 20px;
color : white;
font-family : "PT_Serif-Web-Regular";
position : relative;
left : 20px;
top : 200px;
line-height : 35px;
}
.contact_form {
width : 380px;
height : 520px;
list-style-type : none;
list-style-position : outside;
margin : 0;
padding : 0;
border : white solid 1px;
position : relative;
bottom : 120px;
left : 600px;
padding-left : 20px;
border-radius : 5px;
background-color : white;
box-shadow : 0 0 40px rgba(0, 0, 0, 0.5);
}
.contact_form li {
position : relative;
top : 20px;
}
.contact_form li :first-child {
margin-top : 50px;
}
input[type="text"] {
border : none;
background-color : #eeeeee;
height : 55px;
border-radius : 5px;
font-size : 20px;
width : 330px;
color : #b5b5b5;
padding-left : 20px;
margin-left : 5px;
margin-top : 0;
position : relative;
bottom : 10px;
}
.button {
padding : 17px 142px;
height : 150px;
border-radius : 5px;
background-color : #c62314;
text-decoration : none;
color : white;
font-size : 25px;
position : relative;
top : 55px;
font-family : Montserrat-Regular;
}
.button:active {
background-color : black;
}
.button:hover {
background-color : #a91c0f;
}
.checkbox {
vertical-align : top;
margin : 0 3px 0 0;
width : 17px;
height : 17px;
}
.checkbox + label {
cursor : pointer;
font-size : 25px;
}
.checkbox:not(checked) {
position : absolute;
opacity : 0;
}
.checkbox:not(checked) + label {
position : relative;
padding-left : 45px;
top : 0;
left : 5px;
}
.checkbox:not(checked) + label:before {
content : '';
position : absolute;
top : 5px;
left : 0;
width : 20px;
height : 20px;
border-radius : 5px;
background-color : #eeeeee;
}
.checkbox:checked + label:before {
background-color : #9b9797;
}
.requestaq {
position : relative;
font-size : 30px;
bottom : 40px;
left : 35px;
font-family : Montserrat-Regular;
}
.osnova {
height : 483px;
}
.osnova h1 {
font-size : 50px;
font-family : Montserrat-Bold;
color : red;
top : 35px;
width : 400px;
}
.osnova span {
color : black;
}
.firstpic {
position : relative;
display : block;
top : 120px;
left : 20px;
width : 1px;
height : 1px;
}
.secondpic {
position : relative;
display : block;
left : 300px;
bottom : -115px;
width : 1px;
height : 1px;
}
.thirdpic {
position : relative;
display : block;
left : 560px;
bottom : -122px;
width : 1px;
height : 1px;
}
.fourpic {
position : relative;
display : block;
width : 1px;
height : 1px;
bottom : -120px;
left : 840px;
}
.maktrip {
font-size : 20px;
font-family : "PT_Serif-Web-Regular";
position : relative;
top : 310px;
left : 15px;
line-height : 30px;
width : 200px;
}
.toolshelp {
font-size : 20px;
font-family : "PT_Serif-Web-Regular";
position : relative;
top : 250px;
left : 300px;
line-height : 30px;
width : 200px;
}
.ideasthat {
font-size : 20px;
font-family : "PT_Serif-Web-Regular";
position : relative;
line-height : 30px;
top : 192px;
left : 565px;
width : 200px;
}
.navigator {
font-size : 20px;
font-family : "PT_Serif-Web-Regular";
position : relative;
line-height : 30px;
top : 129px;
left : 850px;
width : 200px;
}
.podosnova {
background-color : #130e27;
height : 120px;
}
.podtext {
font-family : "PT_Serif-Web-Regular";
font-size : 20px;
color : #f4f4f5;
position : relative;
top : 30px;
line-height : 30px;
left : 10px;
}
.button2 {
padding : 15px 62px;
border-radius : 5px;
background-color : #c62314;
text-decoration : none;
color : white;
font-size : 25px;
position : relative;
left : 732px;
bottom : 12px;
font-family : Montserrat-Regular;
}
.button2:active {
background-color : black;
}
.button2:hover {
background-color : #a91c0f;
}
.pricing {
position : relative;
height : 540px;
background-color : #efefef;
}
.pricing h2 {
font-family : Montserrat-Bold;
font-size : 50px;
text-align : center;
position : relative;
top : 68px;
left : 15px;
}
.starter {
width : 320px;
height : 380px;
background-color : white;
border-radius : 10px;
position : relative;
left : 15px;
top : 120px;
}
.starter1 {
font-family : "PT_Serif-Web-Regular";
font-size : 22px;
text-align : center;
padding-top : 25px;
}
.free1 {
font-family : Montserrat-Bold;
font-size : 60px;
text-align : center;
display : block;
color : #c62314;
margin-top : 15px;
}
.starter2 {
font-family : "PT_Serif-Web-Regular";
font-size : 22px;
text-align : center;
margin-top : 25px;
line-height : 30px;
}
.button3 {
padding : 10px 102px;
border-radius : 5px;
background-color : #130e27;
text-decoration : none;
color : white;
font-size : 25px;
font-family : Montserrat-Regular;
position : relative;
left : 35px;
top : 34px;
}
.button3:hover {
background-color : black;
}
.business {
width : 320px;
height : 380px;
background-color : white;
border-radius : 10px;
position : relative;
bottom : 260px;
left : 355px;
}
.triangle {
position : absolute;
border : transparent solid 50px;
border-left : 50px solid #c62314;
border-top : 50px solid #c62314;
border-radius : 10px 0 0 0;
}
.transformtext {
transform : rotate(-45deg);
position : absolute;
left : -45px;
bottom : 9px;
font-family : "PT_Serif-Web-Regular";
font-size : 16px;
}
.business1 {
font-family : "PT_Serif-Web-Regular";
font-size : 22px;
text-align : center;
padding-top : 25px;
}
.bach {
font-family : Montserrat-Bold;
font-size : 60px;
text-align : center;
display : block;
color : #c62314;
margin-top : 25px;
}
.business2 {
font-family : "PT_Serif-Web-Regular";
font-size : 22px;
text-align : center;
margin-top : 15px;
line-height : 30px;
}
.button4 {
padding : 10px 72px;
border-radius : 5px;
background-color : #c62314;
text-decoration : none;
color : white;
font-size : 25px;
font-family : Montserrat-Regular;
position : relative;
left : 35px;
top : 34px;
}
.button4:hover {
background-color : #a91c0f;
}
.professional {
width : 320px;
height : 380px;
background-color : white;
border-radius : 10px;
position : relative;
bottom : 640px;
left : 690px;
}
.button5 {
padding : 10px 72px;
border-radius : 5px;
background-color : #130e27;
text-decoration : none;
color : white;
font-size : 25px;
font-family : Montserrat-Regular;
position : relative;
left : 35px;
top : 34px;
}
.button5:hover {
background-color : black;
}
.testgallery {
height : 690px;
position : relative;
}
.testimonial {
font-family : Montserrat-Bold;
font-size : 50px;
position : relative;
top : 150px;
left : 83px;
width : 200px;
}
.testimp {
font-family : "PT_Serif-Web-Regular";
font-size : 20px;
margin-left : 25px;
}
.testim {
height : 140px;
width : 440px;
position : relative;
top : 200px;
left : 0;
line-height : 25px;
}
.bravodj {
font-family : Montserrat-Regular;
font-size : 22px;
margin-top : 25px;
margin-left : 25px;
}
.sharik1 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/man-324103_1280.jpg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 94% 50%;
background-size : 180%;
bottom : 120px;
left : 390px;
}
.testim2 {
height : 140px;
width : 440px;
position : relative;
top : 245px;
left : 0;
line-height : 25px;
background-color : #efefef;
border-radius : 10px;
}
.bravodj2 {
font-family : Montserrat-Regular;
font-size : 22px;
padding-top : 25px;
padding-left : 25px;
}
.involve {
font-family : "PT_Serif-Web-Regular";
font-size : 20px;
color : #c62314;
padding-top : 20px;
padding-left : 25px;
}
.sharik2 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/adult-19210_1920.jpg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 40% 0%;
background-size : 120%;
bottom : 100px;
left : 400px;
}
.galleryn {
font-family : Montserrat-Bold;
font-size : 50px;
color : #c62314;
position : relative;
left : 690px;
bottom : 180px;
width : 50px;
}
.galblock1 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/girl-1308309_1920.jpg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 82% 15%;
background-size : 270%;
bottom : 115px;
left : 630px;
}
.galblock2 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/blue-1326154_1920.jpg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 42% 55%;
background-size : 290%;
bottom : 215px;
left : 770px;
}
.galblock3 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/lemons-686918_1920.jpg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 12% 30%;
background-size : 260%;
bottom : 316px;
left : 912px;
}
.galblock4 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/cup-1320578_1920.jpg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 72% 30%;
background-size : 150%;
bottom : 275px;
left : 633px;
}
.galblock5 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/womans-legs-887286_1920.jpg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 22% 20%;
background-size : 110%;
bottom : 375px;
left : 770px;
}
.galblock6 {
height : 100px;
width : 100px;
position : relative;
background-image : url(../imgs/image-1500x430.jpeg);
border-radius : 50px;
box-shadow : 0 0 10px rgba(0, 0, 0, 0.5);
background-repeat : no-repeat;
background-position : 50% 100%;
background-size : 550%;
bottom : 473px;
left : 912px;
}
.morepictures {
font-family : Montserrat-Regular;
font-size : 20px;
color : #130e27;
position : relative;
bottom : 425px;
left : 700px;
}
.footer {
height : 183px;
background-color : #130e27;
font-family : "PT_Serif-Web-Regular";
font-size : 20px;
color : white;
position : relative;
top : 135px;
}
.footer p {
font-family : "PT_Serif-Web-Regular";
font-size : 20px;
color : white;
position : relative;
display : block;
top : 80px;
}
.footer em {
color : #b52117;
}
.logo2 {
position : relative;
display : block;
left : 720px;
width : 500px;
top : 25px;
}
.clearfix::after {
content : '';
display : table;
clear : both;
}
Добавлено через 32 секунды
Выложил HTML и CSS код, чтобы не качать файлом.
0
 Аватар для Tabalt
16 / 16 / 10
Регистрация: 18.01.2017
Сообщений: 100
24.01.2017, 08:45
ССылку на сайт можно?
0
1 / 1 / 1
Регистрация: 07.11.2012
Сообщений: 32
24.01.2017, 08:51
Лучший ответ Сообщение было отмечено wasdplay как решение

Решение

Цитата Сообщение от wasdplay Посмотреть сообщение
Нет, к сожалению проблема не решена, на старом недоделанном backup'e я смог убрать это посредством способа выше, но на сайте на котором уже все готово - не получается так. Все еще прошу помощи.
Перепроверь блок "testgallery". В нем содержаться элементы с отступом снизу в 500 пикселей, как например ссылка "view more pictures":
CSS
1
2
3
4
5
6
7
8
.morepictures {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #130e27;
    position: relative;
    bottom: 425px;
    left: 700px;
}
А также у тебя в body указана высота в 2520px:
CSS
1
2
3
4
body {
    font-size: 20px;
    height:2520px;
}
1
0 / 0 / 0
Регистрация: 24.01.2017
Сообщений: 7
24.01.2017, 10:57  [ТС]
Проблему подсказал друг на учёбе) и в правду проблема была в testgallery, я догадывался, а именно в том что галерею нужно было сделать отдельным блоком, а элементы в ней позиционировать абсолютно, так же и с левой частью. Пустое пространство появилось потому что исходное положение у всех элементов было друг за дружкой вниз. Всем спасибо за ответы!
0
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
raxper
Эксперт
30234 / 6612 / 1498
Регистрация: 28.12.2010
Сообщений: 21,154
Блог
24.01.2017, 10:57
Помогаю со студенческими работами здесь

Убрать пустое пространство
Всем привет. Вопрос, как убрать выделенную на скриншоте область? Это менюшка сделана с помощью ul li. Получается только с помощью...

Пустое пространство справа
Всем доброго времени суток. В мобильной версии этого сайта, если сдвинуть влево, то есть пустое пространство. Не понимаю откуда оно...

Как заполнить пустое пространство?
Задача заключается в следующем. Как сделать, что бы точками было заполнено все пустое пространство между текстом слева и числовым...

Загадочное-пустое-пространство в <div>
Делаю свой первый сайт и с ходу столкнулся с проблемой и как ее решить, не имею представления. Дело в div-ах. В них появилось...

Убрать пустое пространство в шапке
У меня такая проблема. Когда я ставлю картинку на шапку на моём сайте через стационарный компьютер вроде всё нормально. Но когда захожу...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
6
Ответ Создать тему
Новые блоги и статьи
Философия технологии
iceja 01.02.2026
На мой взгляд у человека в технических проектах остается роль генерального директора. Все остальное нейронки делают уже лучше человека. Они не могут нести предпринимательские риски, не могут. . .
SDL3 для Web (WebAssembly): Вывод текста со шрифтом TTF с помощью SDL3_ttf
8Observer8 01.02.2026
Содержание блога В этой пошаговой инструкции создадим с нуля веб-приложение, которое выводит текст в окне браузера. Запустим на Android на локальном сервере. Загрузим Release на бесплатный. . .
SDL3 для Web (WebAssembly): Сборка C/C++ проекта из консоли
8Observer8 30.01.2026
Содержание блога Если вы откроете примеры для начинающих на официальном репозитории SDL3 в папке: examples, то вы увидите, что все примеры используют следующие четыре обязательные функции, а. . .
SDL3 для Web (WebAssembly): Установка Emscripten SDK (emsdk) и CMake для сборки C и C++ приложений в Wasm
8Observer8 30.01.2026
Содержание блога Для того чтобы скачать Emscripten SDK (emsdk) необходимо сначало скачать и уставить Git: Install for Windows. Следуйте стандартной процедуре установки Git через установщик. . . .
SDL3 для Android: Подключение Box2D v3, физика и отрисовка коллайдеров
8Observer8 29.01.2026
Содержание блога Box2D - это библиотека для 2D физики для анимаций и игр. С её помощью можно определять были ли коллизии между конкретными объектами. Версия v3 была полностью переписана на Си, в. . .
Инструменты COM: Сохранение данный из VARIANT в файл и загрузка из файла в VARIANT
bedvit 28.01.2026
Сохранение базовых типов COM и массивов (одномерных или двухмерных) любой вложенности (деревья) в файл, с возможностью выбора алгоритмов сжатия и шифрования. Часть библиотеки BedvitCOM Использованы. . .
SDL3 для Android: Загрузка PNG с альфа-каналом с помощью SDL_LoadPNG (без SDL3_image)
8Observer8 28.01.2026
Содержание блога SDL3 имеет собственные средства для загрузки и отображения PNG-файлов с альфа-каналом и базовой работы с ними. В этой инструкции используется функция SDL_LoadPNG(), которая. . .
SDL3 для Android: Загрузка PNG с альфа-каналом с помощью SDL3_image
8Observer8 27.01.2026
Содержание блога SDL3_image - это библиотека для загрузки и работы с изображениями. Эта пошаговая инструкция покажет, как загрузить и вывести на экран смартфона картинку с альфа-каналом, то есть с. . .
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru