Jump to content
  • 0

проблема с текстом...


AmsTaFF
 Share

Question

делаю сайт ... проервяю его на Опере и на IE7 и вот какие у меня проблемы...

OPERA

opera.jpg

IE7

ie7.jpg

в опере все вверх сдвинуто, а вот в IE7 сдвиноту вниз...

вот те куски CSS таблицы, изменяя которую меняется местораспложение...

-- менлось расположение от верхней картинки до загловка Информация... но не так как надо(в IE норма, в Opera заезжает на верх. каритинку)

#content {

margin-top:0px;

width:640px;

left:1px;

vertical-align:top;

height:100%;

position:relative;

padding-top:-10px;

background-color:#ffffff;

}

-- тоже самое, только с текстом...

.content_news_content {

position:relative;

text-align: left;

margin: -2% 0 0 0;

vertical-align:center;

/*position:relative;

text-align:left;

vertical-align:top;

margin:auto;

padding:inherit;*/

}

прошу у вас помощи, ибо сам перепробовал все...

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

1. Картинка отъезжает от верхней картинки

вот код: - задается колонка с конентом и над перед ним идет блок с картинкой

#content {

margin-top:0px;

width:640px;

left:1px;

vertical-align:top;

height:100%;

position:relative;

}

.content_title_top {

height:8px;

margin:0 0 0 0;

background-image:url(images/content_top.gif);

}

.. вот что прописано на странице ...

<div class='menu_top'></div>
<div id='menu' class='menutext'>

<div class='border3'>
<div class='menu_title'>$title</div>
<div class='menu_inside'>

2. проблема с текстом

- вопрос заключается в том, что я поправил через изменение тэга

, но почему-то перестало меняться цветами таблица и е? ячейки при наведении... иожет есть какой-то другой выход?

вот код:

.content_news_content {
position:relative;
text-align: left;
margin: -2% 0 0 0;
vertical-align:center;
background-color:#fafafa;
/*position:relative;
text-align:left;
vertical-align:top;
margin:auto;
padding:inherit;*/
}

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy