Jump to content
  • 0

Едет на разных разоешениях


stardel
 Share

Question

Делаю сайтик на Html,но там почему то при разных разрешениях меняют положение ссылки.Что не верно в коде? СпС все кто откликнется) подскажите плизз )

http://batikgallery.ru/

вот код:

<!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>Батик|Главная</title>
<style type="text/css"><!--
body{
margin:0;
background:#130e0a url(images/Gallery.jpg) no-repeat 50% 0;
font:18px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
color:#fff;
}
#wrapper{
width:200px;
margin:380px 200px 220px;
min-height:100px;
}
* html #wrapper{
height:350px;
}
a{
text-decoration:none;
color:#fff;
}
a:hover{
color:#483223;
}
#wrapper{
//width:200px;
//margin:380px 200px;
// min-height:100px;}
html #wrapper{
//height:350px;}


--></style>
</head>
<body>
<div id="wrapper">
<ul>
<li>Главная</li>

<li><a href="http://batikgallery.ru/gallery/main.php">Галерея</a></li>
<li><a href="http://batikgallery.ru/Contacts.html">Контакты</a></li>
</ul>
</div>
</body>
</html>

Edited by stardel
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

У меня нет слов ТС у тебя неправильный подход вообще к верстке.

1) Почему тут код один а на сайте другой?

2) Что это за margin 30% 30% 20%

3) min-height 100? Зачем?

Ну и т.д и т.д

В общем как бы я сделал. Ну если ты так хочешь вешай на боду свой бекгроунд с черным цветом позиционируй по сентру. Далее враперу своему даешь ширину и позицинируешь по центру margin:0 auto; А вот потом уже позиционируй в нем ul токак не маржинами с процентами а падингами с враппера или если по нубовски то с ul. И все будет ok.

Edited by Dessss
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