Jump to content
  • 0

Как убрать отступ?


killbond
 Share

Question

подскажите как между картинками в таблице убрать пропуски? Решил поставить себе на рабочий стол html страницу (ну как в хоттабыче )) ), нарезал картинок, вставил их в таблицу, в броузере пропусков нет, а на рабочем столе есть!

<html>
<head>
<title>Хоттабыч</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
.cross { cursor: default; }
</style>
</head>
<body marginheight="0" topmargin="0" leftmargin="0" marginwidth="0" BGCOLOR="#000000">

<table width="1280" height="363" border="0" cellpadding="0" cellspacing="0">
<tr>
<td border="0" cellpadding="0" cellspacing="0"><img src="images/GeneralImg_Up.jpg" width="1280" height="363"></td>
</tr>
</table>

<table width="1280" height="239" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="523" height="239" border="0" cellpadding="0" cellspacing="0">
<img src="images/GeneralImg_Left.jpg" width="523" height="239">
</td>

<td width="228" height="239" border="0" cellpadding="0" cellspacing="0">
<a href="connect.vbs" class="cross"><img src="images/GeneralImg_Button_1.jpg" border="0" width="228" height="239"></a>
</td>

<td width="532" height="239" border="0" cellpadding="0" cellspacing="0">
<img src="images/GeneralImg_Right.jpg" width="532" height="239">
</td>

</tr>

</table>

<table width="1280" height="359" border="0" cellpadding="0" cellspacing="0"><tr><td border="0" cellpadding="0" cellspacing="0"><img align="top" src="images/GeneralImg_Down.jpg" width="1280" height="359"></td></tr></table>

</body>
</html>

Перед последним изображением как раз этот отступ!

И ещё: a href="connect.vbs" - вот это винде не нравится! В чем дело? Как сделать так, чтобы этот скрипт запускался? (вообще-то, по идее там должен быть батник, но просто неохота смотреть на окно cmd)

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Со скриптом разобрался! Оказывается он искал батник (который в скрипте прописан) на рабочем столе, пришлось прописать полный путь для него... Хотя я не думал что такое может случится, ведь и батник и скрипт лежат в одной папке (((

Link to comment
Share on other sites

  • 0

Проблема разрешилась! хотя и сносно - я поставил в качестве фонового рисунка картинку из которой нарезал... некоторое несоответствие есть, пришлось подправить размеры, но теперь все работает, вот теперь такая проблема: стал думать как сделать так чтоб при наведени кeрсора изображение менялось... получилось вот что:

<td width="228" height="239" border="0" cellpadding="0" cellspacing="0">
<a href=""onmouseover="document.h.src='images/GeneralImg_Button_2.jpg';"onmouseout="document.h.src='images/GeneralImg_Button_1.jpg';"onmousedown="document.h.src='images/GeneralImg_Button_3.jpg'; connect.vbs" class="cross"><img src="images/GeneralImg_Button_1.jpg" border="0" width="228" height="239" name="h"></a>
</td>

connect.vbs теперь не запускается... пишет "ошибка сценария, у connect отсутствует определение" что это значит? Как это исправить???

Link to comment
Share on other sites

  • 0

Все разобрался! Оказывается так надо было:

<td width="228" height="239" border="0" cellpadding="0" cellspacing="0">
<a onmouseover="document.h.src='images/GeneralImg_Button_2.jpg';"onmouseout="document.h.src='images/GeneralImg_Button_1.jpg';"onmousedown="document.h.src='images/GeneralImg_Button_3.jpg';" href="connect.vbs"" class="cross"><img src="images/GeneralImg_Button_1.jpg" border="0" width="228" height="239" name="h"></a>
</td>

Всем, кто обратил внимание - спасибо! Тема закрыта.

А хотя нет, вот еще:

1232901392_box.jpg

как убрать выделение после того как нажал на кнопку?

Link to comment
Share on other sites

  • 0

ну не знаю у меня все работает, ei6, opera9.26, ff 3.0.5

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title></title>
<style type="text/css">
/*<![CDATA[*/
img {
border: 0;
}
a:focus {
outline: 0;
}


/*]]>*/
</style>
</head>

<body>
<a href="#"><img src="menutopbg.jpg" alt="" /></a>
</body>

</html>

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