Jump to content
  • 0

положение на экране


Romario1985
 Share

Question

8 answers to this question

Recommended Posts

  • 0
margin: 0 auto; родителю?

да не получается чето так(((

вот пример кода

<body>
<div id="wrapper">
<div id="wrapper1">
<a id="wrapper2" href="http://www.marathonbet.com" title="жми"></a></div>
</div>
</div>
</body>
</html>

а вот и css

* {
margin: 0;
padding: 0;
}
html {
width:100%
height: 100%}
body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
width: 100%;
height: 100%;
}

#wrapper {
background:url(img/index.png);
background-repeat:no-repeat;
margin: 0 auto;
}
#wrapper1 {
width: 1420px;
height:900px;
}
/* Header
—————————————————————————--*/
#wrapper2 {
background:url(img/Untitled-2.gif) 0 0;
position:absolute;
margin-top:400px;
margin-left:540px;
width:334px;
height:92px;
}
#wrapper2:hover {
background-position:-350px 0;
}

Edited by Romario1985
Link to comment
Share on other sites

  • 0
#wrapper вот этому блоку поставь ширину

спасибо большое все получилось, а если не сложно в двух словах почему без задания ширины этого блока страницу смещало в левый край, заранее спасибо за ответ

Link to comment
Share on other sites

  • 0

ТС, кстати, я тут заметил, что у тебя на боди какая-та хрень повешана

body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
width: 100%;
height: 100%;
}

Поэтому можешь лишний блок даже не делать, а ширину и выравнивание по-середине прям на боди и повесить

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