Дизайн и Верстка > Всё о Html
задать див\'у фиксовую длинну в IE
(1/1)
1mm0:
Доброго времени суток.
Ниже приведён небольшой код странички. Он отлично работает в мозилле и опере, но отказывается корректно работать в IE.
Вопрос возможно очень простой, но облазил несколько сайтов, а решения для себя так и не нашел: Как сделать, что бы блок не реагировал на то, сколько в нём текста без проблеов, и не смотря не на что оставался статестического размера. max-widht в CSS не помогло...
--- Код: ---
test
body {font-family: Lucida Console;}
.container {width: 600px; margin: auto;}
.content_title {width: 600px; float: none; background-color: #000000; color: #ffffff; font-weight: bold;}
.content_left {float: left; background-color: #dadada; width: 220px; text-align: left;}
.content_right { float: right; background-color: #bababa; width: 380px; text-align: right;}
Так всё ок
test
hello
Так тоже проблем нет
test
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
Даже так всё продолжает работать.
test
hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello-hello
Но только стоит использовать что то вроде этого, де нет "-", тоесть как бы перенести нечего, как сразу возникает проблемка ...
test
hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/hello/
--- Конец кода ---
brainkiller:
overflow: hidden;
1mm0:
Спасибо, это конечно же решение. Но может кто знает как можно решить, что бы и текстовую часть не терять и дизайн не портить.
Навигация
Перейти к полной версии