Jump to content
  • 0

Создание меню


maxemys07
 Share

Question

Добрый день!

Помогите новичку - хочу сделать свой сайт - а ссылки в меню не как не могу заставить открываться в одном и том же слое .... (с фреймами делать не хочу ....)

 

Имеется ткой код

НТМЛ:

 <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>1</title>
<link rel="stylesheet"type="text/css"href="style.css">
</head>
<body>
<div id="logo"> 1.</div>
<div id="menu">
<a href="text.html" target="w1">golovna</a>
<a href="kiev.html">kontact</a>
</div>
<div id="text"name="w1">3.</div>
</body>
</html>
 
СSS:
#logo{ width: 500px; background: #e3e8cc; border: solid 1px black; 
padding 15 px 0 15px 10 px; margin: auto; margin-bottom: 25px; font-size: 24px; font-weight: bold; color: black;}
#menu{width: 500px; background: #e3e8cc; border: solid 1px black; padding: 3px;margin: auto; margin-bottom: 25px; font-size: 24px; 
color: black;}
#text{width: 500px; background: #e3e8cc; border: 0; padding: 50px;margin: auto; border-radius: 15px;name: w1}
 

 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

на php гуглите - include или require

на html гуглите - ssi, или вот: http://stepbystep.htmlbook.ru/?id=39

смысл в том, что вы отдельным файлом в нужном месте подключаете меню и оно на всех страницах будет, соотв. правку меню потом делаете только в одном файле.

Link to comment
Share on other sites

  • 0

Я хочу всегото сделать на странице три окна: 1. Прмветствие 2. Горизонталтное меню 3. Окно в котором непосредственно будут открываться ссылки с меню, и на заднем фоне всего картинка.

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