Jump to content
  • 0

Проблема с ссылками


sv12
 Share

Question

проблема такая: говорю ссылке Visited и задаю параметры, но во всех браузерах кроме восьмого ишака при нажатии на одну, все ссылки меняют цвет, вот код HTML:

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link href="style.css" rel="stylesheet" type="text/css">
<title>demo</title>
</head>
<body>
<div id="alldiv">
<div id="headdiv"> </div>
<div id="mdiv">

<a href="#"> главная </a>
<a href="#"> мы и о нас </a>
<a href="#"> новости </a>
<a href="#"> архив данных </a>
<a href="#"> прайс </a>
<a href="#"> наши клиенты </a>
<a href="#"> акции </a>
<a href="#"> контакты </a>
</div>
<div id="rdiv">
<a href="#"><img src="img/01_04.gif" /></a>
<a href="#"><img src="img/01_10.gif" /></a>
<a href="#"><img src="img/01_12.gif" /></a>
<a href="#"><img src="img/01_15.gif" /></a>
</div>
<div id="content"> <div id="topname">Название страницы</div>
<p class="text"> Вечер второго дня игры. Пираты красных кораблей осадили Бернс. Случайно проходившие мимо герцог Тилта и его советник захотели чего-нибудь по этому поводу предпринять.
После консультации с мастером (время было темное, следовательно, не боевое),
было решено отравит пиратам колодец </p>

<img src="img/01_07.gif" alt="babyphoto" />

<p class="text"> Будят они, значится, местного тилтского лекаря на предмет
выдать им чего поядовитее, тот спросон ок кивает им на свою
сумку говоря, что в принципе любое вещество может быть
отравляющим, вопрос только в количест ве, и ложится спать
дальше. Выслушав это дело, те выбирают из предложенного
четыре дозы эльфовой коры и идут совершать свой подвиг.
Кружным путем, последние метров сто преодолев по-пластунски
они добираются до спящей мертвым сном пиратской стоянки,
где и привязывают к стойкам костра пресловутые чипы,
попутно опрокидывая все котлы, наступая в миски и с грохотом
распинывая кружки. "Усталые, но довольные", прибегаютк себе,
будят лекаря и с гордостью сообщают о содеянном.Хм, говорит
тот. Это был колодец ваших друзей? </p>
<p class="botname"> название картинки будет здесь </p>

<p class="text"> Осозновая по пути свою необразованность в вопросах медицины, цвет аристократии Тилта сломя
голову бежит опять к пиратам, сыплет им в колодец все остальное из лекарской сумки,
после чего отправляется к себе в лагерь уже окончательно уверенный в успешном завершении своей мисии</p>

<p class="text"> Утречком у пиратов вырисовывается мастер, долго смотрит на четыре чипа эльфовой коры (средство
от головной боли и успокоительное), два чипа карриса (сильнейший допинг) и два чипа таки
действительно яда (но пиратов значительно больше, чем два). Думает. Изрекает: Я не знаю, как это
подействовало, и что с вами было, но глаза, ребята, у вас теперь дикие-дикие...</p>
</div>

<div id="footer"> <a href="#"><img src="img/01_18.gif" /></a>
<a href="#"><img src="img/01_20_02.gif" /></a>

<div id="demo"> © 2007 Разработано Company Demo </div>
</div>




</div>
</body>
</html>

CSS:

body, hrml {
padding: 0px;
margin: 0px auto;
text-align: center;
}
#alldiv {
width: 1002px;
min-height: 801px;
border: 1px black solid;
border-left: 1px #dbdbdb solid;
border-right: 1px #dbdbdb solid;
border-top: 0;
border-bottom: 0;
margin: 0px auto;
}
#headdiv {

background: url(img/01_01.gif) no-repeat;
width: 1000px;
height: 164px;
}
#mdiv {
float: left;
width: 194px;
font-size: 10pt;
font-family:Verdana, Geneva, sans-serif;
font-weight: bold;
margin-right: 6px;
min-height: 548px;
border-right: 1px solid #dbdbdb;
padding-right: 6px;
}
#mdiv a {
color: #717171;
padding-top: 9px;
padding-bottom: 9px;
text-align: right;
display: block;
padding-right: 30px;
text-decoration: none;
margin-bottom: 1px;
border-right: 3px solid #ffcf00;
}
#mdiv a:hover {
background: #ff9b00;
color: #ffffff;
border-right: 3px solid #ff9b00;
}
#mdiv a:visited {
color: #ff5a00;
}
#rdiv {
float: right;
width: 194px;
text-align: center;
border-left: 4px solid #dbdbdb;
min-height: 548px;
}
#rdiv a img {
margin-top: 0px;
margin-bottom: 30px;
border: none;
}
#content {
min-height: 548px;
width: 550px;
padding-left: 37px;
padding-right: 10px;
float: left;
}
#content img {
float: left;
margin-right: 14px;
}
#topname {
color: #6e6e6e;
font-weight: bold;
font-size: 12pt;
font-family: arial;
text-align: left;
}
.botname {
text-align: left;
clear: left;
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 10px;
color: #595959;
}
.text {
font-family: tahoma, Tahoma, Geneva, sans-serif;
font-size: 8pt;
text-align: left;
}
#footer {
width: 832px;
height: 85px;
min-height: 85px;
border-top: 1px solid #dbdbdb;
clear: both;
text-align: left;
padding-left: 170px;
}
#footer a img {
border: none;
margin-left: 30px;
margin-top: 25px;
}
#demo {
font-size: 10px;
font-family: verdana, tahoma, arial;
color: #262222;
float: right;
margin-top: 60px;
margin-right: 40px;
}

Edited by sv12
Link to comment
Share on other sites

3 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