Jump to content
  • 0

ПЛАВАЮЩИЕ КАРТИНКИ


antonP
 Share

Question

Помогите, пожалуйста

Не получается :) сделать так чтобы при уменьшении окна картинки выравнивались в столбец

Ведь как-то можно сделать :/

вот эта страничка:

http://one-gi.ru.terra.mtw.ru/test/

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

У Вас каждая картинка находится в отдельной ячейке на одной строке. Поэтому они не переносятся. Это проще сделать с помощью float в одной ячейке. Примерно так:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link href="texnord.css" type="text/css" rel="Stylesheet">
<title>ТехНорд</title>
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
<img src="imag/1_19.jpg" width="137" height="117" style="float:left">
<img src="imag/1_21.jpg" width="137" height="117" style="float:left">
<img src="imag/1_23.jpg" width="137" height="117" style="float:left">
</td>

</tr>
</table>

</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