Jump to content
  • 0

Опять по ИЕ6 и ИЕ7


sertu
 Share

Question

Здравствуйте имеется вот такой код

  <table border="0" cellspacing="0" cellpadding="0" class="data">
<tr>
<td><h4><a href="#">Текст</a></h4></td>
<td class="time-pub">[12.02.2010]</td>
</tr>
</table>

css

table.data h4{
color:#9a9d9e; background:url(images/marker-green-black.jpg) no-repeat left center;
text-transform:uppercase;
padding-left:12px;
margin-left:10px;
background-position:0 3px;
}

так вот бекграунд

background:url(images/marker-green-black.jpg) no-repeat left center;

почему то не работает в ие6 и в ие7

Уж и не знаю как побороть,спс за ответы

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Так ведь ты сам себе всё запорол.

Вот тут сначала ты задаёшь общее правило для фона, а в конце уже просто позицию, соответственно последнее правило перебивает первое.

table.data h4{
color:#9a9d9e; background:url(images/marker-green-black.jpg) no-repeat left center;
text-transform:uppercase;
padding-left:12px;
margin-left:10px;
background-position:0 3px;
}

Link to comment
Share on other sites

  • 0
Так ведь ты сам себе всё запорол.

Вот тут сначала ты задаёшь общее правило для фона, а в конце уже просто позицию, соответственно последнее правило перебивает первое.

table.data h4{
color:#9a9d9e; background:url(images/marker-green-black.jpg) no-repeat left center;
text-transform:uppercase;
padding-left:12px;
margin-left:10px;
background-position:0 3px;
}

Привет Макс неа дело не в этом я вообще убирал позицию все равно не показывает)) Вообще бекраунд не работает у h4

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