Jump to content
  • 0

Проблема в меню


neyronpro
 Share

Question

Здравствуйте, прошу вас помощи. Мне один человек сделал шаблон, но кое-что, видимо, не учёл.

<a href="/" class="a_box"><div class="linkbox"> Главная страница</div></a>

код ссылки в меню

div.linkbox {width: 182px;padding: 0px;padding-top: 4px;padding-bottom: 4px;border-top: 1px solid #3C3C3C;border-bottom: 1px solid #171717;text-align:left;font-size: 8pt;}

div.linkbox:hover {width: 182px;padding: 0px;padding-top: 4px;padding-bottom: 4px;border-top: 1px solid #3C3C3C;border-bottom: 1px solid #171717;background: url("../img/block/linkbox_hover.png");background-repeat: repeat-y;text-align:center;}

.boxfoot {padding: 0px;width:212px;height:15px;background: url("../img/block/left_glob_foot.png");background-repeat: no-repeat;}

a.a_box:link {text-decoration: none;color:#A79C8F;}

a.a_box:active {text-decoration: none;color:#A79C8F;}

a.a_box:visited {text-decoration: none;color:#A79C8F;}

a.a_box:hover {text-decoration: none;color:#FFFFFF;}

Из-за того что div внутри тега <a> не отображается анкор ссылки (я проверял при помощи pr-cy.com вроде)

подскажи пожалуйста как этот div вынести за тег <a>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Спасибо большое! То самое, весь день сидел - голову ломал.

Вот ещё, помогите пожалуйста. Dle 9.3 у меня на сайте стоит.

Код короткой новости

<!--News2--> 
<div class="dNewsTitle">
<table cellpadding="0" cellspacing="0" width="100%">
<tr height="45px">
<td width="28px">
<div style="width:32px;padding: 2px;" onMouseOver="javascript: obj=document.getElementById('date'); if(obj.style.display==''){obj.style.display='none'}else{obj.style.display=''};return false;" onMouseOut="javascript: obj=document.getElementById('date'); if(obj.style.display=='none'){obj.style.display=''}else{obj.style.display='none'};return false;"><img src="{THEME}/img/news/ico_date.png" width="28" height="21"></div>
<div id="date" class="dateNews" style="display: none;">[day-news]{date}[/day-news]</div>
</td>
<td><div class="NewsTitle"><h3>• <span style="padding: 2px;" onMouseOver="style.background='#949193'" onMouseOut="style.background=''">[full-link]{title}[/full-link]</span></h3></div></td>
</tr>
</table>
</div>
<div class="NewsCont">
<div align="left">{short-story}[tags]<br><br><br /><br /><div class="border">Ключевые теги: {tags}</div>[/tags]</div>

<p align="left">[edit]<img src="{theme}/img/editt.png"> [/edit]</p>
</div>

<div class="NewsB">
<div class="NewsB2">
{rating} | {favorites} |  Автор: <font color="#FFFFFF">{author}</font>  | Просм.: {views} | [com-link]Ком.: <font color="#FFFFFF">({comments-num})</font>[/com-link]
</div>
</div>
<!--/News2-->

Если я хочу сделать, чтобы можно было в статью не только при клике по заголовку переходить, но и при помощи кнопки ПОДРОБНЕЕ, то (т.к. это картинка) ссылка на саму статью получается без анкора. Странно, ведь по правилам SEO, поисковики берут анкор из первой ссылки, а картинка то у меня идёт как вторая.

Картинку пытался вставить так

  <!--News2-->
<div class="dNewsTitle">
<table cellpadding="0" cellspacing="0" width="100%">
<tr height="45px">
<td width="28px">
<div style="width:32px;padding: 2px;" onMouseOver="javascript: obj=document.getElementById('date'); if(obj.style.display==''){obj.style.display='none'}else{obj.style.display=''};return false;" onMouseOut="javascript: obj=document.getElementById('date'); if(obj.style.display=='none'){obj.style.display=''}else{obj.style.display='none'};return false;"><img src="{THEME}/img/news/ico_date.png" width="28" height="21"></div>
<div id="date" class="dateNews" style="display: none;">[day-news]{date}[/day-news]</div>
</td>
<td><div class="NewsTitle">• <span style="padding: 2px;" onMouseOver="style.background='#949193'" onMouseOut="style.background=''">[full-link]{title}[/full-link]</span></div></td>
</tr>
</table>
</div>
<div class="NewsCont">
<div align="left">{short-story}</div>

<p align="left">[edit]<img src="{theme}/img/editt.png"> [/edit]</p> <p align="right">[full-link]<img src="{THEME}/img/news/nextst.png" >[/full-link]</p>
</div>
<div class="NewsB">
<div class="NewsB2">
{rating} | {favorites} |  Автор: <font color="#FFFFFF">{author}</font>  | Просм.: {views} | [com-link]Ком.: <font color="#FFFFFF">({comments-num})</font>[/com-link]
</div>
</div>
<!--/News2-->

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