Jump to content
  • 0

При наведении на ячейку таблицы показывалась ссылка


Molotok2391
 Share

Question

Здравствуйте дорогие друзья!

Помогите пожалуйста мне с таким вопросом: Есть таблица, Ячейки у нее являются ссылками, они работают, но при наведении на ЯЧЕЙКИ НЕ ПОКАЗЫВАЕТСЯ КУДА ОНА ВЕДЕТ, то есть внизу сайта нет адреса.

Как Сделать чтобы адреса появились?

Вот код:

<style type="text/css">

.over67 {background-color: #fff; font-weight: bold; cursor: pointer;}

.out67 {background-color: #fff; font-weight: normal;}

</style>

<table>

<tr>

<td onMouseOver="className='over67'" onMouseOut="className='out67'" onClick="document.location='Здесь ссылка'"><img src="picture1.png" align="left">Файлы</td>

</tr>

</table>

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Дорогие Друзья! Нашел Решение и без onClick! Возможно пригодится кому :) Само решение:

<style type="text/css">

a.cell {

display: block;

background: #fff;

text-decoration: none;

font-weight: bold;

color: #000;

padding: 3px 0px 3px 0px;

}

a.cell:hover {

display: block;

background: #ebebeb;

text-decoration: none;

font-weight: bold;

color: #FF8000;

padding: 3px 0px 3px 0px;

}

a.but {

display: inline;

background: #fff;

text-decoration: none;

font-weight: bold;

color: #000;

padding: 2px 3px 2px 3px;

}

</style>

HTML:

<table width="300">

<tr>

<td>

<a class="cell" href="/">ссылка-ячейка</a>

</td>

</tr>

</table>

Спасибо за Внимание!

Link to comment
Share on other sites

  • 0

так, может стоит сделать ссылку ссылкой?

так, может стоит сделать ссылку ссылкой?
Нужно чтобы при наведении на ячейку внизу страницы показывало адрес ссылки :)/>/>/> как на обычной ссылке.

Дорогие Друзья! Нашел Решение и без onClick! Возможно пригодится кому Само решение:

HTML:

<table width="300">

<tr>

<td>

<a class="cell" href="/">ссылка-ячейка</a>

</td>

</tr></table>Спасибо за Внимание!

:rofl:/> :rofl:/> :rofl:/> :rofl:/> :rofl:/> :rofl:/> ПРОСТО ПОД СТОЛОМ! :yahoo:/>

  • Like 1
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