Jump to content
  • 0

Помогите с css


angelShlesser
 Share

Question

<div class='gmtop'><img src="gm.png" width="40" height="25" /></div><div class='gmmain'>Информация!!!</div>

СSS

.gmtop{
background: url(book.gif) no-repeat right;
padding: 3px;
width: 99%;
}

.gmmain{
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
background: #FAFCFE;
border: 1px dotted #465584;
color: #465584;
padding: 2px;
width: 99%;
}

Вопрос в том, как мне сделать таблицу по длине текста, а не вот так.

b4EH9b7nlv.jpg

Что надо сделать что бы обрезала под текст столбец, а не показывала его во всю ширину???

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Вот ещё код не могу понять мне кажется что он написан не правильно!

<div class="author-info"><div class="author-info-cont">
{$author['member_rank_img']}<br />
{$author['thanks_point']}<br />
{$author['member_posts']}<br />
<div style="display:normal;" class="info" align="center" width="160px" id="fc_10{$post['post_count']}"><a href="java script:togglecategory(10{$post['post_count']}, 0);"><i>Показать информацию</i></a>
</div>
<div style="display:none" id="fo_10{$post['post_count']}" class="info"><a href="java script:togglecategory(10{$post['post_count']}, 1);"><div class="info" width="160px" align="center"><i>Скрыть информацию</i></div></a>
<p>
{$author['title']}<br />
{$author['member_group']}<br />
{$author['member_joined']}<br />
{$author['member_location']}
Пол: {$author['_pp_gender_image']} {$author['_pp_gender_text']}<br />
{$author['member_number']}<br />
<if="$author['custom_fields'] != """>
{$author['custom_fields']}
</if></p>
</div>
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
</div>
</div>


</td>

Вот такой баг! Это когда нажимаешь на кнопку Показать информацию.

BvK5tTDWQv.jpg

Думаю на скрине всё понятно! Так же думаю вот этот участок кода нужно было заменить на что нибудь другое, а то повторяется!

<div class="author-info"><div class="author-info-cont">
{$author['member_rank_img']}<br />
{$author['thanks_point']}<br />
{$author['member_posts']}<br />
<div style="display:normal;" class="info" align="center" width="160px" id="fc_10{$post['post_count']}"><a href="java script:togglecategory(10{$post['post_count']}, 0);"><i>Показать информацию</i></a>
</div>
<div style="display:none" id="fo_10{$post['post_count']}" class="info"><a href="java script:togglecategory(10{$post['post_count']}, 1);"><div class="info" width="160px" align="center"><i>Скрыть информацию</i></div>

Подскажите!!!

Edited by angelShlesser
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