Jump to content
  • 0

Странный глюк


Gamer
 Share

Question

Здравствуйте!

Глюк в следующем: есть меню в самом верху страницы.

Но почему-то, ближе к правому нижнему углу, есть зона, которая идентифицируется как фон того самого верхнего меню.

Для наглядности можно пройти сюда: ссылка, кликнуть вторую кнопку слева (чат) и посмотреть на форму написания сообщения в чат, а заодно и попробовать в него написать.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Авангард Света</title>
<link type="text/css" rel="StyleSheet" href="http://avangardsveta.com/CSS/Test.css">
<style type="text/css">
* {padding:0px;margin:0px;outline: none}
img {border:none;}
html {background:url('http://avangardsveta.com/Pictures/Back.png');background-repeat:repeat-x;}
a.Link:link {color:#5c5757;font-weight:bold;font-size:13pt;font-family: Arial, Helvetica;text-decoration:none;}
a.Link:active {color:#5c5757;font-weight:bold;font-size:13pt;font-family: Arial, Helvetica;text-decoration:none;}
a.Link:visited {color:#5c5757;font-weight:bold;font-size:13pt;font-family: Arial, Helvetica;text-decoration:none;}
a.Link:hover {color:#778990;font-weight:bold;font-size:13pt;font-family: Arial, Helvetica;text-decoration:none;}
</style>
<script type="text/javascript">

function show(id){
display = document.getElementById(id).style.display;

if(display == 'none'){
document.getElementById(id).style.display='block';
}else{
document.getElementById(id).style.display='none';
}
}
</script>

</head>

<body>

<div style="background: url(http://avangardsveta.com/Pictures/Menu.png);background-position: center top; background-repeat: no-repeat; height: 50px; width: 100%;">

<div style="float: left; text-align: left; height: 50px; width: 49.9%;">

<ul style="float: right; margin-top: 10px;">
<li style="list-style-type: none; display: inline; padding-right: 50px;"><a class="Link" href="http://avangardsveta.com/">Клан</a><a></a></li>
<li style="list-style-type: none; display: inline; font-family: Arial,Helvetica; padding-right: 30px;"><a class="Link" href="#">Ссылко</a><a></a></li>
</ul>

<div style="position: relative; z-index: 1; top: 360px;"><a href="#" onmouseout="document.Pilots.src = 'http://avangardsveta.com/Pictures/ASP.png';" onmouseover="document.Pilots.src = 'http://avangardsveta.com/Pictures/ASPA.png';" onclick="show('pl'); return false;"><img src="http://avangardsveta.com/Pictures/ASP.png" name="Pilots"></a></div>
<div style="position: relative; top: 360px; z-index: 1;"><a href="#" onmouseout="document.Chat.src = 'http://avangardsveta.com/Pictures/Chat.png';" onmouseover="document.Chat.src = 'http://avangardsveta.com/Pictures/ChatA.png';" onclick="show('chatt'); return false;"><img src="http://avangardsveta.com/Pictures/Chat.png" name="Chat"></a></div>

</div>

<div style="text-align: right; height: 50px; width: 50%; float: right;">

<ul style="float: left; margin-top: 10px;">
<li style="list-style-type: none; display: inline; padding-left: 25px;"><a class="Link" href="http://avangardsveta.com/">cсылко</a><a></a></li>
<li style="list-style-type: none; display: inline; font-family: Arial,Helvetica; padding-left: 40px;"><a class="Link" href="#">.</a><a></a></li>
</ul>

<div style="position: relative; z-index: 1; top: 360px;"><a href="#" onclick="show('pl'); return false;"><img src="http://avangardsveta.com/Pictures/News.png" id="ASP"></a></div>
<div style="position: relative; z-index: 1; top: 360px;"><a href="#" onclick="show('chatt'); return false;"><img src="http://avangardsveta.com/Pictures/News.png"></a></div>

</div>

</div>


<div style="position:relative;z-index:0;text-align:center;height:430px;background:url('http://avangardsveta.com/Pictures/Main.png'); background-position:center;background-repeat:no-repeat;margin-top:20px;">



<div id="pl" style="display:none;height:430px;width:384px;float:left;">

<div style="height:28px;background:url('http://avangardsveta.com/Pictures/Top.png'); background-position:center top; background-repeat:no-repeat;">.</div>

<div style="height:80%;width:384px;background:url('http://avangardsveta.com/Pictures/Middle.png'); background-position:right center; background-repeat:repeat-y;"></div>

<div style="height:78px;width:384px;background:url('http://avangardsveta.com/Pictures/Bottom.png'); background-repeat:no-repeat;">.</div>

</div>



<div id="chatt" style="display:none;height:430px;width:384px;float:right;">

<div style="height:28px;background:url('http://avangardsveta.com/Pictures/TopI.png'); background-position:center top; background-repeat:no-repeat;"></div>

<div style="background:url('http://avangardsveta.com/Pictures/MiddleI.png'); background-position:right center; background-repeat:repeat-y;">

<iframe style="width:350px;height:270px;" scrolling="auto" id="cboxmain" name="cboxmain" frameborder="0" src="http://www2.cbox.ws/box/?boxid=1742031&boxtag=1yjvwk&sec=main">Здесь чат, но поскольку у вас отключены ifram'ы, вы не видите его.</iframe>
<iframe frameborder="0" width="200px" height="75px" src="http://www2.cbox.ws/box/?boxid=1742031&boxtag=1yjvwk&sec=form" scrolling="no" name="cboxform" id="cboxform">Здесь форма добавления сообщений, но поскольку у вас отключены ifram'ы, вы не видите ее.</iframe>
</div>

<div style="height:78px;width:384px;background:url('http://avangardsveta.com/Pictures/BottomI.png'); background-position:right; background-repeat:no-repeat;"></div>

</div>

</div>

</body>
</html>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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