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

Появился отступ с верху над страницей и скролом в Mozilla Firefox. Как убрать подскажите пожалуйста?

16.12.2015, 18:26. Показов 1835. Ответов 7
Метки нет (Все метки)

Студворк — интернет-сервис помощи студентам
Приветствую. Помогите пожалуйста разобраться. Во всех браузерах код отображается нормально, одинаково. Но в Mozilla Firefox появляется отступ с верху 30px, от всего HTML документа вместе со скролом. Второй день голову ломаю, не могу понять ни как в чём дело. Буду очень благодарна за помощь.



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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Шаблон №1</title>
<link rel="stylesheet" href="CSS/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
    <div id="header">
        <div class="container">
            <div class="logo">
                <a href="#"><img src="img/logo.png" alt=""/></a>
            </div>
            <ul class="navi">
               <li><a href="#">HOME</a></li>
               <li><a href="#">SERVICES</a></li>
               <li><a href="#">PORTFOLI</a></li>
               <li><a href="#">OABOUT</a></li>
               <li><a href="#">CONTACT</a></li>
            </ul>
        </div>
    </div>
    <div id="home">
        <div class="container">
        <h3>Welcome To Our Studio!</h3>
        <h1>IT'S NISE TO MEET YOU</h1>
        <button class="btn">TELL ME MORE</button>
        </div>
    </div>
    <div class="box services">
        <h2 class="titleBig eucheTitle">Services</h2>
        <h6 class="descr">Proin iaculis purus consequat sem cure.</h6>
        <div class="servicesWrap">
            <div class="servisItem Commerce">
                <h5 class="titleservis">E-Commerce</h5>
                <p>Proin iaculis purus consequat sem cure 
                digni ssim. Donec porttitora entum suscipit 
                aenean rhoncus posuere odio in tincidunt.</p>
            </div>
            <div class="servisItem ResponsiveWeb">
                <h5 class="titleservis">Responsive Web</h5>
                <p>Proin iaculis purus consequat sem cure 
                digni ssim. Donec porttitora entum suscipit 
                aenean rhoncus posuere odio in tincidunt.</p>
            </div>
            <div class="servisItem WebSecurity">
                <h5 class="titleservis">Web Security</h5>
                <p>Proin iaculis purus consequat sem cure 
                digni ssim. Donec porttitora entum suscipit 
                aenean rhoncus posuere odio in tincidunt.</p>
            </div>
        </div>
    </div>
    <div class="bgBlue">
    <div class="box portfolio">
        <h2 class="titleBig eucheTitle">OUR PORTFOLIO</h2>
        <h6 class="descr">Proin iaculis purus consequat sem cure.</h6>
        <div class="portfolioWrap">
            <div class="portfolioItem">
                <a href="#"><img src="img/image1.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image2.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            
        </div>
    </div>
    </div>
    <div id="about" class="box">
        <div class="container">
            <h2 class="titleBig aboutTitle">ABOUT USE</h2>
            <p class="descr">Proin iaculis purusconsequat sen cure.</p>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutText textRight">
                        <h5 class="title">JULY 2010<br>Our Humble Beginnings</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImg">
                        <img src="img/img1.png" alt=""/>
                    </div>
                </div>
            </div>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutTextR textLeft">
                        <h5 class="title">JANUARY 2011<br>Facing Startup Battles</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImgR">
                        <img src="img/img2.png" alt=""/>
                    </div>
                </div>
            </div>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutText textRight">
                        <h5 class="title">DECMBER 2012<br>Enter The Dark Days</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImg">
                        <img src="img/img3.png" alt=""/>
                    </div>
                </div>
            </div>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutTextR textLeft">
                        <h5 class="title">FEBRUARY 2014<br>Our Triumph</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImgR">
                        <img src="img/img4.png" alt=""/>
                    </div>
                </div>
            </div>
            <a href="#" class="aboutLink">Our<br>Story<br>Continues<br>...</a>
        </div>
    </div>
    </div>
    <div class="bgBlue">
    <div class="box team">
        <h2 class="titleBig eucheTitle">our amazing team</h2>
        <h6 class="descr">Proin iaculis purus consequat sem cure.</h6>
        <div class="teamWrap">
            <div class="teamItem">
                <div class="miniBox">
                    <div class="roundСontainer"></div>
                    <h5>Kimberly Thompson</h5>
                    <p>Marketer</p>
                    <div class="social">
                        <a href="#" class="icTw">&nbsp;</a>
                        <a href="#" class="icFb">&nbsp;</a>
                        <a href="#" class="icPn">&nbsp;</a>
                    </div>
                </div>
                <div class="miniBox">
                    <div class="roundСontainer"></div>
                    <h5>Kimberly Thompson</h5>
                    <p>Marketer</p>
                    <div class="social">
                        <a href="#" class="icTw">&nbsp;</a>
                        <a href="#" class="icFb">&nbsp;</a>
                        <a href="#" class="icG">&nbsp;</a>
                    </div>
                </div>
                <div class="miniBox">
                    <div class="roundСontainer"></div>
                    <h5>Kimberly Thompson</h5>
                    <p>Marketer</p>
                    <div class="social">
                        <a href="#" class="icFb">&nbsp;</a>
                        <a href="#" class="icPn">&nbsp;</a>
                    </div>
                </div>
            
            </div>
            <p class="teamTextBottom">Proin iaculis purus consequat sem cure  digni ssim donec porttitora entum suscipit<br>  
               aenean rhoncus posuere odio in tincidunt proin iaculis.</p>
        </div>
    </div>
</div>
 
 
 
</body>
</html>



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
body, html, #wrapper{
    margin: 0;
    padding:0;
    
}
html{height:100%;}
body{height:100%;
     background-color:#FFF;
    }
 * {
    margin: 0;
    padding: 0;
   }
ol, ul{list-style:none;}
 
a, a:hover{text-decoration:none;}
 
.container{
    width:940px;
    margin:0 auto;
    /*background-color:red;
    height:800px;*/
}
 
#header{
    position:absolute;
    width:100%;
    padding: 20px 0;
    top:20px;
}
.logo{float:left;}
.navi{float:right;
      padding-top:5px;}
.navi li{float:left;
       margin-right:40px;
       }
.navi li:last-child{margin-right:0;}
.navi a {
    text-transform:uppercase;
    font: 14px Arial, sans-serif;
    color:#fff;
}
.navi a:hover{
    color:#fed136;
    border-bottom:solid 1px;
}
 
#home{
    height:430px;
    padding-top:270px;
    text-align:center;
    color:#fff;
    background:#333 url(../img/homeBg.jpg) no-repeat center bottom;
    background-size:100% auto;
    /*-webkit-background-size:cover;
    -moz-background-size:cover;
    -0-background-size:cover;*/
}
#home h3{
    font: 40px/40px Arial, sans-serif;
    margin-bottom:40px;
}
#home h1{
    font:bold 70px/70px Arial, sans-serif;
    text-transform:uppercase;
    padding-bottom:50px;
}
.btn{
    background:#fed136;
    padding:20px 64px;
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    line-height: 1.2;
    font: bold 24px/24px Arial, sans-serif;
    border:none;
    cursor:pointer;
    border-radius:4px;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
         -o-border-radius:4px;
}
 
.btn:hover{
    background:#daae17;
    color:#fff;
}
.box{
    margin:120px auto;
    
}
.services{
    margin-top:0;
}
.servicesWrap{
    padding-top:40px;
}
.services,.portfolio,.team{
    width:940px;
    /*background:#daae17;*/
    text-align:center;
    overflow: auto;
}
.titleBig{
    margin-bottom:10px;
    text-transform:uppercase;
    font:bold 40px/40px Arial,sans-serif ;
    color:#222;
}
.descr{
    font-style:italic;
    font-size: 1.2em ;
    color:#777;
    margin-bottom:80px;
 
}
 
 
h5, .title{
   font:bold 18px/18px Arial,sans-serif ;
   color:#222;
   margin-bottom:10px;     
}
.titleservis{
    padding:98px 5px 0;
}
 
.servisItem{
    font-size: 1em ;
    color:#777;
    float:left;
    width:33.33%;
    
}
.servisItem p{padding:10px 10px 0;}
.Commerce{
    background: url(../img/Commerce.png)no-repeat center top;
}
.ResponsiveWeb{
    background: url(../img/ResponsiveWeb.png)no-repeat center top;
    
}
.WebSecurity{
    background: url(../img/WebSecurity.png)no-repeat center top;
    
}
.bgBlue{
    background:#f7f7f7;
    width:100%;
    margin-bottom:0;
    }
    
.eucheTitle{
    padding-top:115px;
}
.portfolioWrap{overflow: auto;
margin-bottom:80px;}
 
.portfolioItem{
    background:#FFF;
    float:left;
    width:31%;
    margin-right:3.3%;
    margin-bottom:40px;
}
.portfolioItem:nth-child(3n){
    margin-right:0;
}
.pItemFoter{
padding:20px 20px;
}
.pItemFoter h5.title{
    margin-bottom:4px;
}
.pItemFoter span{
    font-size:1.05em;
    font-style:italic;
    /*font-weight: 600;*/
    color:#777;
}
 
.portfolioItem:nth-last-child(1),
.portfolioItem:nth-last-child(2),
.portfolioItem:nth-last-child(3){
    margin-bottom:0;
}
#about{
    width:940px;
    text-align:center;
}
 
.aboutWrap{
    overflow:auto;
}
.aboutText{
    float:left;
    width:35%;
}
.aboutTextR{
    float:right;
    width:35%;
}
.aboutTextR h5{
        line-height:24px;
}
.aboutTextR p{
    font-size:16px;
    color:#777;
    line-height:24px;
}
.textLeft{
    text-align:left;
}
.aboutImgR{
    float:right;
    width:30%;
}
 
 
 
 
.aboutText h5{
        line-height:24px;
}
.aboutText p{
    font-size:16px;
    color:#777;
    line-height:24px;
}
.textRight{
    text-align:right;
}
.textRight{
    text-align:right;
}
.aboutImg{
    float:left;
    width:30%;
}
.aboutImg:after{
    content:"";
    display:block;
    margin:0 auto;
    height:94px;
    width:3px;
    background:#f1f1f1;
}
 
.aboutImgR:after{
    content:"";
    display:block;
    margin:0 auto;
    height:94px;
    width:3px;
    background:#f1f1f1;
}
 
.aboutImg img{
    display:inline-block;
    width:177px;
    height:177px;
    border: 7px solid #f1f1f1;
    border-radius:50%;
    -webkit-border-radius:50%;
       -moz-border-radius:50%;
         -o-border-radius:50%;
}
.aboutImgR img,.aboutLink{
    display:inline-block;
    width:177px;
    height:177px;
    border: 7px solid #f1f1f1;
    border-radius:50%;
    -webkit-border-radius:50%;
       -moz-border-radius:50%;
         -o-border-radius:50%;
}
 
.aboutLink {
    padding-top:40px;
    height:130px;
    list-style:none;
    text-transform: uppercase;
    color:#FFF;
    background:#fed136;
    font:bold 18px/24px Arial, sans-serif;
}
.teamWrap{
 
    overflow: auto;
}
.teamItem{
    width:87%;
    margin:auto;
    overflow: auto;
}
.miniBox{
    overflow: auto;
    width:240px;
    float:left;
    margin-left:22px;
}
.roundСontainer{
    height:213px;
    width:213px;
    background:#111111;
    margin:2.5% ;
    float:left;
    border-radius:50%;
    -webkit-border-radius:50%;
       -moz-border-radius:50%;
         -o-border-radius:50%;
    border: solid 7px #FFF;
}
.miniBox h5{
    padding-top:255px;
    margin-bottom:5px;
    font:bold 17px/17px Arial,sans-serif;
}
.miniBox p{
    font-size:16px;
    color:#777;
    line-height:24px;
}
 
.social{
    margin-top:10px;
}
.social a{
    margin:0 3px;
    display:inline-block;
    width:40px;
    height:40px;
    border: solid 3px #222;
    background: url(../img/social-icon.png);
    border-radius:50%;
    -webkit-border-radius:50%;
       -moz-border-radius:50%;
         -o-border-radius:50%;
    
}
 
.teamWrap .teamTextBottom{
    color:#777;
    font-size:18px;
    margin:50px auto 120px;
}
.social a.icTw{
    background-position:0 0;
}
.social a.icTw:hover{
    background-position:0 -40px;
    border-color:#00aced;
    background-color:#00aced;
}
 
 
 
 
.social a.icFb{
    background-position: -40px 0;
}
.social a.icFb:hover{
    background-position:-40px -40px;
    border-color:#3b5998;
    background-color:#3b5998;
}
 
 
 
 
 
 
.social a.icPn{
    background-position:-80px 0 ;
}
.social a.icPn:hover{
    background-position:-80px -40px;
    border-color:#cb2028;
    background-color:#cb2028;
}
 
 
 
 
 
.social a.icG{
    background-position: -120px 0;
}
.social a.icG:hover{
    background-position:-120px -40px;
    border-color:#d95232;
    background-color:#d95232;
}
0
IT_Exp
Эксперт
34794 / 4073 / 2104
Регистрация: 17.06.2006
Сообщений: 32,602
Блог
16.12.2015, 18:26
Ответы с готовыми решениями:

Как убрать лишние отступы вверху в браузере Mozilla FireFox?
Здравствуйте уважаемые форумчане, подскажите пожалуйста решение проблемы, имеется следующий код index.html: &lt;!DOCTYPE html...

Как убрать баннер-вирус из Mozilla Firefox
Добрый вечер, в мозилле появился вирус. При каждом включении браузера выкидывает первым делом на сайт &quot;Как заработать 200 000 $ в...

Как убрать YoHoo из новой вкладки Mozilla Firefox
Добрый день! При открытии новой вкладки в Мозиле открывает https://www.yahoo.com/....... Как убрать её? В программах нет её. Где она...

7
31 / 24 / 5
Регистрация: 15.11.2015
Сообщений: 140
16.12.2015, 19:04
Alino, А какя версия у тебя ? у меня все нормально!!
0
Эксперт HTML/CSS
 Аватар для Fedor92
2964 / 2621 / 1068
Регистрация: 15.12.2012
Сообщений: 10,091
Записей в блоге: 11
16.12.2015, 21:40
Alino, у Вас в вёрстке изначально косяк... Где-то что закрыли рановато...
1
 Аватар для Alino
0 / 0 / 0
Регистрация: 21.10.2015
Сообщений: 16
21.12.2015, 14:52  [ТС]
А где не подскажите? Ни как не могу найти
0
Эксперт HTML/CSS
 Аватар для Fedor92
2964 / 2621 / 1068
Регистрация: 15.12.2012
Сообщений: 10,091
Записей в блоге: 11
21.12.2015, 15:12
Alino, вот html...
Кликните здесь для просмотра всего текста
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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Шаблон №1</title>
<link rel="stylesheet" href="CSS/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
    <div id="header">
        <div class="container">
            <div class="logo">
                <a href="#"><img src="img/logo.png" alt=""/></a>
            </div>
            <ul class="navi">
               <li><a href="#">HOME</a></li>
               <li><a href="#">SERVICES</a></li>
               <li><a href="#">PORTFOLI</a></li>
               <li><a href="#">OABOUT</a></li>
               <li><a href="#">CONTACT</a></li>
            </ul>
        </div>
    </div>
    <div id="home">
        <div class="container">
            <h3>Welcome To Our Studio!</h3>
            <h1>IT'S NISE TO MEET YOU</h1>
            <button class="btn">TELL ME MORE</button>
        </div>
    </div>
    <div class="box services">
        <h2 class="titleBig eucheTitle">Services</h2>
        <h6 class="descr">Proin iaculis purus consequat sem cure.</h6>
        <div class="servicesWrap">
            <div class="servisItem Commerce">
                <h5 class="titleservis">E-Commerce</h5>
                <p>Proin iaculis purus consequat sem cure 
                digni ssim. Donec porttitora entum suscipit 
                aenean rhoncus posuere odio in tincidunt.</p>
            </div>
            <div class="servisItem ResponsiveWeb">
                <h5 class="titleservis">Responsive Web</h5>
                <p>Proin iaculis purus consequat sem cure 
                digni ssim. Donec porttitora entum suscipit 
                aenean rhoncus posuere odio in tincidunt.</p>
            </div>
            <div class="servisItem WebSecurity">
                <h5 class="titleservis">Web Security</h5>
                <p>Proin iaculis purus consequat sem cure 
                digni ssim. Donec porttitora entum suscipit 
                aenean rhoncus posuere odio in tincidunt.</p>
            </div>
        </div>
    </div>
    <div class="bgBlue">
    <div class="box portfolio">
        <h2 class="titleBig eucheTitle">OUR PORTFOLIO</h2>
        <h6 class="descr">Proin iaculis purus consequat sem cure.</h6>
        <div class="portfolioWrap">
            <div class="portfolioItem">
                <a href="#"><img src="img/image1.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image2.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            <div class="portfolioItem">
                <a href="#"><img src="img/image3.jpg" alt="img"/></a>
                <div class="pItemFoter">
                    <h5 class="title titlePortfolio">Ebony & Ivory</h5>
                    <span>Branding</span>
                </div>
            </div>
            
        </div>
    </div>
    </div>
    <div id="about" class="box">
        <div class="container">
            <h2 class="titleBig aboutTitle">ABOUT USE</h2>
            <p class="descr">Proin iaculis purusconsequat sen cure.</p>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutText textRight">
                        <h5 class="title">JULY 2010<br>Our Humble Beginnings</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImg">
                        <img src="img/img1.png" alt=""/>
                    </div>
                </div>
            </div>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutTextR textLeft">
                        <h5 class="title">JANUARY 2011<br>Facing Startup Battles</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImgR">
                        <img src="img/img2.png" alt=""/>
                    </div>
                </div>
            </div>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutText textRight">
                        <h5 class="title">DECMBER 2012<br>Enter The Dark Days</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImg">
                        <img src="img/img3.png" alt=""/>
                    </div>
                </div>
            </div>
            <div class="aboutWrap">
                <div class="aboutItem">
                    <div class="aboutTextR textLeft">
                        <h5 class="title">FEBRUARY 2014<br>Our Triumph</h5>
                        <p>Proin iaculis purus consequat sem cure 
                           digni ssim. Donec porttitora entum suscipit 
                           aenean rhon cus posuere odio in tincidunt. Proin 
                           iaculis purus consequat sem cure digni 
                           ssim. Donec porttitora entum suscipit</p>
                    </div>
                    <div class="aboutImgR">
                        <img src="img/img4.png" alt=""/>
                    </div>
                </div>
            </div>
            <a href="#" class="aboutLink">Our<br>Story<br>Continues<br>...</a>
        </div>
    </div>
    <div class="bgBlue">
        <div class="box team">
            <h2 class="titleBig eucheTitle">our amazing team</h2>
            <h6 class="descr">Proin iaculis purus consequat sem cure.</h6>
            <div class="teamWrap">
                <div class="teamItem">
                    <div class="miniBox">
                        <div class="roundСontainer"></div>
                        <h5>Kimberly Thompson</h5>
                        <p>Marketer</p>
                        <div class="social">
                            <a href="#" class="icTw">&nbsp;</a>
                            <a href="#" class="icFb">&nbsp;</a>
                            <a href="#" class="icPn">&nbsp;</a>
                        </div>
                    </div>
                    <div class="miniBox">
                        <div class="roundСontainer"></div>
                        <h5>Kimberly Thompson</h5>
                        <p>Marketer</p>
                        <div class="social">
                            <a href="#" class="icTw">&nbsp;</a>
                            <a href="#" class="icFb">&nbsp;</a>
                            <a href="#" class="icG">&nbsp;</a>
                        </div>
                    </div>
                    <div class="miniBox">
                    <div class="roundСontainer"></div>
                        <h5>Kimberly Thompson</h5>
                        <p>Marketer</p>
                        <div class="social">
                            <a href="#" class="icFb">&nbsp;</a>
                            <a href="#" class="icPn">&nbsp;</a>
                        </div>
                    </div>
            
                </div>
                <p class="teamTextBottom">Proin iaculis purus consequat sem cure  digni ssim donec porttitora entum suscipit<br>  
                aenean rhoncus posuere odio in tincidunt proin iaculis.</p>
            </div>
        </div>
    </div>
</div> 
</body>
</html>

А теперь давайте разбираться: где именно появился отступ? Сделайте скрин окна броузера, например в пэйнте нарисуйте стрелочками, где отступ и выложите всё сюда, чтобы было визуально понятно где отступ и как его убирать... Возможно у вас проблема с кодировкой файла(должна быть utf-8 без BOM)...
1
 Аватар для Alino
0 / 0 / 0
Регистрация: 21.10.2015
Сообщений: 16
21.12.2015, 15:45  [ТС]
Вот скрин. Синими стрелочками на верху обозначен отступ.
Миниатюры
Появился отступ с верху над страницей и скролом в Mozilla Firefox. Как убрать подскажите пожалуйста?  
0
 Аватар для Alino
0 / 0 / 0
Регистрация: 21.10.2015
Сообщений: 16
21.12.2015, 15:54  [ТС]
Ни как не могу найти где я там что то рано закрыла
0
Эксперт HTML/CSS
 Аватар для Fedor92
2964 / 2621 / 1068
Регистрация: 15.12.2012
Сообщений: 10,091
Записей в блоге: 11
21.12.2015, 16:00
Alino, по скрину похоже на какой-то недобитый тулбар... На всякий случай вот архивчик cyberforum.rar...

Вот скрин


Так что если моё вложение тоже работать не будет ищите в настройках броузера лишнее дополнение или тулбар...
1
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
BasicMan
Эксперт
29316 / 5623 / 2384
Регистрация: 17.02.2009
Сообщений: 30,364
Блог
21.12.2015, 16:00
Помогаю со студенческими работами здесь

Как убрать рамку у ссылок-картинок на всех сайтах в Mozilla Firefox?
Как убрать рамку у ссылок-картинок на всех сайтах в Mozilo? В браузере Mozilo у меня недавно начала появляться сплошная объводка вокруг...

Как убрать верхний отступ над блоком div?
Имеeтся блок div, в котором вложен список, на основе которого будет создано горизонтальное меню. Ниже контент в виде строки абзаца. В...

Подскажите где найти литературу Mozilla Firefox
Народ, гугл лопатил, яндекс был мне в помощь. но не нашел того чего искал, поэтому обращаюсь к местным обитателям, помогите, по работе...

Убрать или сделать что бы одна из функций не действовала в Mozilla Firefox!
Хочу Убрать или Сделать что бы одна из Функций не действовала в Mozilla Firefox А именно та что находится в Инструментах - Удалить...

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


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

Или воспользуйтесь поиском по форуму:
8
Ответ Создать тему
Новые блоги и статьи
Ритм жизни
kumehtar 27.02.2026
Иногда приходится жить в ритме, где дел становится всё больше, а вовлечения в происходящее — всё меньше. Плотный график не даёт вниманию закрепиться ни на одном событии. Утро начинается с быстрых,. . .
SDL3 для Web (WebAssembly): Сборка библиотек SDL3 и Box2D из исходников с помощью CMake и Emscripten
8Observer8 27.02.2026
Недавно вышла версия SDL 3. 4. 2 библиотеки SDL3. На странице официальной релиза доступны исходники, готовые DLL (для x86, x64, arm64), а также библиотеки для разработки под Android, MinGW и Visual. . .
SDL3 для Web (WebAssembly): Реализация движения на Box2D v3 - трение и коллизии с повёрнутыми стенами
8Observer8 20.02.2026
Содержание блога Box2D позволяет легко создать главного героя, который не проходит сквозь стены и перемещается с заданным трением о препятствия, которые можно располагать под углом, как верхнее. . .
Конвертировать закладки radiotray-ng в m3u-плейлист
damix 19.02.2026
Это можно сделать скриптом для PowerShell. Использование . \СonvertRadiotrayToM3U. ps1 <path_to_bookmarks. json> Рядом с файлом bookmarks. json появится файл bookmarks. m3u с результатом. # Check if. . .
Семь CDC на одном интерфейсе: 5 U[S]ARTов, 1 CAN и 1 SSI
Eddy_Em 18.02.2026
Постепенно допиливаю свою "многоинтерфейсную плату". Выглядит вот так: https:/ / www. cyberforum. ru/ blog_attachment. php?attachmentid=11617&stc=1&d=1771445347 Основана на STM32F303RBT6. На борту пять. . .
Камера Toupcam IUA500KMA
Eddy_Em 12.02.2026
Т. к. у всяких "хикроботов" слишком уж мелкий пиксель, для подсмотра в ESPriF они вообще плохо годятся: уже 14 величину можно рассмотреть еле-еле лишь на экспозициях под 3 секунды (а то и больше),. . .
И ясному Солнцу
zbw 12.02.2026
И ясному Солнцу, и светлой Луне. В мире покоя нет и люди не могут жить в тишине. А жить им немного лет.
«Знание-Сила»
zbw 12.02.2026
«Знание-Сила» «Время-Деньги» «Деньги -Пуля»
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru