Jump to content
  • 0

html/css в месенджере


anaksimandr
 Share

Question

Здравствуйте. Существует некий месенджер miranda im, который для отображения сообщений может использовать IE. Например, это может выглядит так

4858f49010det.jpg

Я же хочу, чтобы в сообщении фон был не сплошной, а только под текстом как тут

fdf6655a6048t.jpg

Вот кусочек кода, отвечающий за входящее сообщение

<!--MessageIn-->
<div class="main tlo_white"><div class="content">
<div class="header">
<div class="time">
<table cellspacing="0" cellpadding="0"><tr>
<td class="name_l"> </td>
<td class="time_m">%time%</td>
<td class="name_r"> </td>
</tr></table>
</div>
<div class="name">
<table cellspacing="0" cellpadding="0"><tr>
<td class="name_l"> </td>
<td class="name_m">%name%</td>
<td class="name_r"> </td>
</tr></table>
</div>
</div>
<table cellspacing="0" cellpadding="0">
<tr>
<td class="msg_avatar" valign="top"><script>getavatarsmall('%\avatarIn%');</script></td>
<td class="message" align="left" width="95%" valign="top"><script>getitall('%\text%','%\name%','%\uin%','%\base%',meldungsart[0]);</script></td>
</tr>
</table>
</div></div>

А вот стиль для него в css (конкретно для message)

.message {					  
background: White;
font-size: 9pt;
padding: 8px 8px 8px 8px;
color: #000000;
}

Тут, в принципе, почти все понятно, а вот как сделать то ,что я описал выше я не знаю. Подскажите про что почитать/через что можно реализовать и насколько это сложно.

Спасибо.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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