Jump to content
  • 0

Не работает display:block


PS_PADRE
 Share

Question

Имеется код:

<style type="text/css">
#lnk
{
display:block;
}
#bar
{
float:left;
width:500px;
height:35px;
padding:89px 0px 0px 0px;
background:url('logo-up-main.jpg');
}
</style>
<a href="./" class="lnk"><div id="bar">
<a href="./">asda sdasdasda sdasd asd asd</a>
</div></a>

Вопрос: почему нормально не работае внешняя ссылка(#lnk)? Заранее спасибо за ответ.

Что характерно, что без содержимого в i#bar все работает норм...

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
Внимательнее,

PS Нельзя вкладывать

Спасибо, но код:

<style type="text/css">
#lnk
{
display:block;
}
#bar
{
display:block;
float:left;
width:500px;
height:35px;
padding:89px 0px 0px 0px;
background:url('nav/media/logo-up-main.jpg');
}
</style>
<a href="./" id="lnk"><span id="bar">
<a href="./" style="display:inline;">asda sdasdasda sdasd asd asd</a>
</span>
</a>

также не работает, внтуренняя ссылка отображется за пределами span

Link to comment
Share on other sites

  • 0

Не надо запихивать ссылку в ссылку. Абсолютно бесполезная конструкция. Браузер увидев что начинается новая ссылка, сам закроет предыдущую. То есть Ваш код будет выглядеть так:

Вы лучше объясните что должна делать эта конструкция. :D

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