Jump to content
  • 0

Проблемы Со Скриптом


apple0101
 Share

Question

Ребят, подскажите как сделать так, чтобы со скриптом, который ниже (ставит картинку во весь экран) можно было не одну картинку во весь экран поставить, а несколько, чтобы их можно было просматривать, используя полосу прокрутки. Пробовал через table, frame - безуспешно. С frame делил страницу на 3 столбца, вставлял 3 фотки, еще добавлять картинок не получалось, т.к нет полосы прокрутки. С table-ом почти тоже самое или хуже.

Вот сам скрипт:

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

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

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Вариант 3</title>

<style type="text/css">

*{ padding: 0; margin: 0;}

body, html { height: 100%; overflow: hidden;}

img {

height: 100%;

min-width: 60px;

min-height: 300px;

width: 100%;

position: absolute;

top: 0;

left: 0;

z-index: -1;

}

div.wrap {height: 100%; overflow: auto; position: relative; z-index: 1; overflow: auto;}

</style>

</head>

<body>

<img src="img/bg.jpg" alt="" />

<div class="wrap">

</div>

</body>

</html>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Вы бы почитали htmlbook.ru для начала.

Потом из вашего объяснения не понятно вертикальный скролл должен быть или горизонтальный, какого размера картинки, и т.п.?

Нарисуйте или привидите пример сайта, где реализовано что-то аналогичное.

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