Дизайн и Верстка > Всё о 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:
Спасибо, это конечно же решение. Но может кто знает как можно решить, что бы и текстовую часть не терять и дизайн не портить.

Навигация

[0] Главная страница сообщений

Sitemap 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 
Перейти к полной версии