Делаю свою первую вёрстку на дивах+ таблицы.. в дримвевире.
в редакторе всё смотрится как положено, а в браузере не порядок...
в лисе футер не уходит в низ, в ИЕ7 вообще нижняя прокрутка появилась и бекграунт загружается как будто картинка на 10 мегабайт частями с верху в низ. хотя картинка заливки всего 1х2 пикселя.
я понимаю что где-то накосячил, но ума не приложу где именно.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Veanissepil
Здравствуйте.
Делаю свою первую вёрстку на дивах+ таблицы.. в дримвевире.
в редакторе всё смотрится как положено, а в браузере не порядок...
в лисе футер не уходит в низ, в ИЕ7 вообще нижняя прокрутка появилась и бекграунт загружается как будто картинка на 10 мегабайт частями с верху в низ. хотя картинка заливки всего 1х2 пикселя.
я понимаю что где-то накосячил, но ума не приложу где именно.
Вот код CSS
html,body{
height:100%;
margin:0px;
padding: 0px;
background:url(images/vipseo_01.gif);
}
#logo {
width:371px;
height:309px;
position:absolute;
top:0px;
left:0px;
background:url(images/logo.png) no-repeat;
}
#menu {
width:400px;
height:78px;
position:absolute;
top:0px;
right:10px;
background:url(images/line_m.png) no-repeat;
}
.menu1 {
position:absolute;
top:0px;
right:0px;
}
.menu2 {
position:absolute;
top:0px;
right:108px;
}
.menu3 {
position:absolute;
top:0px;
right:215px;
}
.menu4 {
position:absolute;
top:0px;
right:315px;
}
#lmenu {
position:absolute;
top:375px;
left:20px;
}
.sidebar {
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:18px;
letter-spacing:1px;
}
.sidebar a {
color: #FFFFFF;
text-decoration:none;
background: url(images/sharp.png) no-repeat 3px 1px;
padding: 2px 5px 2px 20px;
}
.sidebar a:hover {
color:#FEA0B6;
background: url(images/sharp.png) no-repeat 3px 1px;
padding: 2px 5px 2px 20px;
}
#vtext {
width:70%;
margin:130px 240px;
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:16px;
letter-spacing:1px;
line-height:18px;
color:#FFBFBF;
}
#content {
width:65%;
margin:-90px 240px;
}
#content1 {
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:16px;
letter-spacing:1px;
line-height:18px;
color:#FFBFBF;
}
#content1 h1 {
font-size:26px;
color:#FFFFFF;
letter-spacing:3px;
}
.content1 {
font-size:24px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer {
position: relative;
margin-top: -10px;
height: 50px;
bottom:0;
}
пытался на форуме найти, но даже не знаю с чего начать. Помогите пожалуйста.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.