Существует таблица с классом contentpaneopen, в ней ячейка contentheading. Явно задаю ей ширину 740px и не могу понять почему ie7 (наверно и 6 тоже) выдает мне только 700px. В опере и фф все нормально.
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Djo
Существует таблица с классом contentpaneopen, в ней ячейка contentheading. Явно задаю ей ширину 740px и не могу понять почему ie7 (наверно и 6 тоже) выдает мне только 700px. В опере и фф все нормально.
Помогите пожалуйста.
Вот css к этой таблице:
table.contentpaneopen {
margin: 0px 8px 10px 26px;
padding : 0;
display : block;
}
table.contentpaneopen td.contentheading {
background : #036 url("../images/content-header-bg.jpg") repeat-x 0px 0px;
height : 93px;
width : 740px;
margin : 0; padding : 0;
display : block;
position : relative;
left:-26px;
}
table.contentpaneopen td.contentheading a {
color : #FFF;
font-family : Tahoma, Verdana, sans-serif;
text-decoration : none;
font-size : 210%;
text-transform : uppercase;
position : relative;
top: 37px;
left : 26px;
}
Link to comment
Share on other sites
5 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.