Jump to content
  • 0

верстка в дивах


ianitta
 Share

Question

Подскажите пожалуйста как сделать ссылку с одного дива ( меню ) на другой ( контент).

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

<!-- saved from url=(0044)http://bitby.net/wp-demo/size-fon/index.html -->

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="ru-RU-lite"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>фон</title>

<!--<link rel="stylesheet" href="style.css" />-->

<style type="text/css">

*{margin:0;padding:0;}

html, body{

width:100%;

height:100%;

min-width:1000px;

}

#page{

position:absolute;

top:0;bottom:0;right:0;left:0;

z-index:100;

}

.note{

border:1px solid #ddd;

margin:2% 7% 0 0px;

width:55%;

float:right;

min-height:500px;

height:auto !important;

height:500px;

position:relative;

}

.trans{

background:#fff;

opacity:0.4;

position:absolute;

height:100%;

width:100%;

}

.text{

position:relative;

padding:10px;

}

.sid{

border:1px solid #ddd;

margin:2% auto 0 7%;

width:23%;

float:left;

position:relative;

min-height:500px;

height:auto !important;

height:500px;

}

ul#menu{

position:absolute;

bottom:5%;

left:10%;

font-size:px;

}

#menu li{

float:left;

list-style:none;

width:200px;

text-align:center;

border-right:1px solid #333;

}

#menu li a{

text-decoration:none;

color:#fff;

border-bottom:1px dashed transparent;

}

#menu li a:hover{

text-decoration:none;

color:#fff;

border-bottom:1px dashed #ddd;

}

#fon{

height:100%;

width:100%;

z-index:1;

min-width:1000px;

}

#fon img{

height:100%;

width:100%;

position:absolute;

}

</style>

</head>

<body>

<div id="page">

<div class="sid">

<div class="trans"><a href="index2.html">Главная</a></div>(нужно чтобы информация отображалась во втором блоке "страница")

</div>

<div class="note">

<div class="trans">

<p> </p>

</div>

<div class="text">

Страница (page)

</div>

</div>

<ul id="menu">

<li><a href="#top">Главная</a></li>

<li style="border:0 !important;"><a href="#index1.html">О компании</a></li> (надо чтобы информация отображалась в блоке "страница")

</ul>

</div>

<div id="fon">

<img src="fon.jpg" alt="">

</div>

</body></html>

При нажатии на ссылку грузится страница в новом окне, а мне нужно в блоке div, подскажите в чем моя ошибка. Спасибо.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Если информация статична, то есть не меняется, то проще второй див скрыть (display:none), заранее прописав в нем ту же инфу, что и на основной странице.

потом по onClick присвоить ему display:block и вывести в нужное место.

Или пробовать через тег iframe.

Link to comment
Share on other sites

  • 0

Моветон, он конечно моветон, но только в кругу спецов!

Пользователю по барабану, что там написано, ифраме или супер-пупер что-то еще.

Если все красиво, удобно, крутится и вертится, значит все ок.

Link to comment
Share on other sites

  • 0

простите пожайлуста за тупость, мне можно попроще обьяснить как сделать чтобы пункт меню ( их будет много) <div class="trans"><a href="index2.html">Главная</a></div> при нажатии на нее открывала index2.html но в другом блоке <div class="text">

Страница (page)

</div>.

Link to comment
Share on other sites

  • 0

Попроще: никак. Div-ы в HTML этого не умеют.

Умеет это делать Javascript. Или другой тег — iframe (но для этого содержимое, которое должно в нем открываться, должно быть отдельной страницей, и может появляться ненужный скроллинг, с которым придется бороться опять же скриптом). Вам точно нужна именно такая подгрузка, а не просто единое оформление всех страниц?

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