
22.08.2008, 14:50
|
|
Познавший АНТИЧАТ
Регистрация: 12.03.2008
Сообщений: 1,379
Провел на форуме: 5866479
Репутация:
1809
|
|
Можно так сделать:
В первом слое сделать баграундом свою картинку и вставить таблицу (либо сделай картинку баграундом таблицы), не важно, далее сделай второй слой с прозрачным гифом в виде мапа, того же размера что и баграунд:
Код HTML:
<div style="position:absolute; z-index:1; background-image:url(http://forum.antichat.ru/antichat/pic/logo.gif); width:262px; height:74px;">
<table border="0" cellspacing="0" cellpadding="0" width="262" height="74" style="color:#FFFFFF; text-decoration:underline; font-weight:bold;">
<tr>
<td align="center">antichat.ru</td>
<td align="center">ontechat.ru</td>
</tr>
</table>
</div>
<div style="position:absolute; z-index:2;">
<img src="http://i54.servimg.com/u/f54/12/44/55/09/map10.gif" width="262" height="74" alt="map" usemap="#map">
<map name="map">
<area shape="rect" coords="0,0,131,74" title="www.antichat.ru" href="http://www.antichat.ru">
<area shape="rect" coords="131,0,262,74" title="www.ontichat.ru" href="http://www.ontichat.ru">
</map>
</div>
|
|
|