Проблемы рендеринга в IE7 - PullRequest
0 голосов
/ 30 июля 2010

Я проектировал веб-сайт, и некоторые из моих страниц отображаются в моем браузере (IE8) иначе, чем во всей школе, которая использует IE7.Например, у меня есть новостная страница, где текст правильно вставлен рядом с изображением, что я и хочу сделать.Однако в IE7 весь текст располагается ниже изображения и просто делает его более нечетким.Ниже приведен CSS, который я использую для сайта в целом.Любая помощь приветствуется.Сайт находится по адресу www.limavadygrammar.org.uk/test

body {font: 100% Verdana, Arial, Helvetica, sans-serif;поле: 0;/ * Хорошей практикой является обнуление поля и отступа элемента body для учета различных значений по умолчанию в браузере / padding: 0;выравнивание текста: по центру;/ это центрирует контейнер в браузерах IE 5 *.Затем текст устанавливается по умолчанию по левому краю в селекторе #container * / color: # 383F5C;цвет фона: # 383F5C;}

.style2 {font-size: 12px} .style4 {color: # 383F5C;размер шрифта: 14px;

}

.style5 {color: # 0066FF;размер шрифта: 10 пикселей;}

/ CSS для основного контейнера /

.thrColAbs #container {position :lative;/ * добавление позиции: относительно позволяет вам расположить две боковые панели относительно этого контейнера / width: 955px;/ использование на 20 пикселей меньше полной ширины 800 пикселей позволяет использовать браузер Chrome и избегать горизонтальной полосы прокрутки / background: #FFF;поле: 0 авто;/ автоматические поля (вместе с шириной) центрируют страницу / border: 1px solid # 000000;выравнивание текста: слева;/ это переопределяет text-align: center на элементе body.* / z-index: 0;}

/ CSS для основной области содержимого /

.thrColAbs #mainContent {

margin-left:10px;
padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background-color:#FFF;}

/ CSS для области кнопокрасположены /

.thrColAbs #login { 
float:right;
clear:both;
height:auto;
width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
padding:0px 0px;
padding-top:0px;
padding-bottom:25px;
z-index:1;
}

/*CSS for News Feed*/

.thrColAbs #news {  
float:right;
clear:both;
height:400px;
width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
padding:10px 15px;
} 

/*CSS for News Heading*/

#latestnews{}

/*CSS for div for the news and sub menus on other pages*/

#archive{
height:auto;
width: 65%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
margin: auto;
padding: 10px 20px;
}   

/*CSS for Javascript Slideshow*/

#PhotosBackground {

position:relative;
overflow:hidden;
float: left;
z-index:0;
padding-bottom: 20px;

}

/*CSS for footer*/

#footer {

clear: both;
height: auto;
padding: 15px;
font-size: 10px;
border-top: 1px solid #efefef;
line-height: 18px;

}

#links {

clear: both;
height: auto;
padding: 15px;
font-size: 10px;
border-top: 1px solid #efefef;
line-height: 18px;
}

.style6 {

color: #383F5C;
font-weight: bold;
font-size: 12px;

}


/*CSS for indentation of images*/

#inpage-image { 
float:left; 
margin:5px; 
} 

/*CSS For Header*/

#header {height:182px;}


/*CSS for Main Drop Down Navigation Menu*/

#myjquerymenu {
height:auto;
position:absolute;
width: 100%;
clear:both;
z-index:1;
padding-bottom:0px;
left: 0px;
top: 185px;

}

/*CSS for text indentation on pages*/

#text-indent { 
margin: 0 200px 0 50px;
}

#text-indent p{
width:550px;
}

/*CSS for Fancy box*/

.gallery_image {

border: 1px solid #BBB;
padding: 2px;   

}

/*CSS for Collapsible Menu in Sidebar*/

.example_menu {
    font-size: 10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 160px;
}
.example_menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.example_menu li {
    background-image: none;
    margin: 0;
    padding: 0;
}
.example_menu ul ul {
    display: inline;
}
.example_menu ul ul li a {
    padding-left: 20px;
    width: 118px;
}
.example_menu a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-left: 0;
    padding: 2px 2px 2px 17px;
    width: 121px;
}
.example_menu a.expanded {
    background: #012D58 url(collapse.gif) no-repeat 3px 50%;
}
.example_menu a.collapsed {
    background: #012D58 url(expand.gif) no-repeat 3px 50%;
}

.example_menu a:hover {
text-decoration:none;       
}

.example_menu ul a {
    background: #fff;
    border-top: 2px solid #fff;
    color: #0066FF;
    text-decoration:none;
    display: block;
    font-weight: normal;
    padding: 2px 2px 2px 10px;
    width: 128px;
}
.example_menu ul a:hover {
    background : #f5f5f5;
    text-decoration: none;
}
.example_menu li.active a {
    background: #fff;
}
.example_menu li.active li a {
    background: #e8e8e8;
}
.example_menu .footer {
    background: transparent url(footer.jpg) no-repeat 0 0;
    border-top: 2px solid #fff;
    height: 9px;
    margin: 0 0 10px 0;
    width: 142px;
}
.example_menu .footer span {
    display: none;
}

Спасибо, Марк

1 Ответ

1 голос
/ 30 июля 2010

С этими вещами мой обычный подход заключается в следующем:

  1. Пишите HTML и CSS с помощью достаточно стандартного браузера (Firefox, Google Chrome, Opera, Safari должны подходить для этой цели).
  2. Тестирование на всех этих
  3. Создание дополнительных таблиц стилей, полных хаков и "неправильных" вещей, которые заставляют его работать в IE, но могут сломать его на чем-либо другом
  4. Использовать условные комментариивключить дополнительные таблицы стилей только в IE (условные комментарии являются специфичным для IE расширением, которое выглядит как обычный комментарий для других браузеров)
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...