Jump to content
  • 0

Помогите пожалуйчта я навечек с ссылкой в div


memb
 Share

Question

столкнулся с проблемой, я новичек, при использовании div не все ссылки в некоторых браузерах работают корректно, из 8 только 3 появляются ( в опере все работают в гугл хроме несколько... помогите разобратся с кодом, что бы правильно отображал, все перепробовал , мозги кипят, вот он сам код

#test0{

position:absolute;

top:100px;

left:130px;

width:160px;

height:400px;

border-style:solid;

border-width:5px;

border-color:#EEE9E9;

}

#test2{

position: relative;

bottom:0px;

left:0px;

border-style:solid;

border-width:0px;

border-color:#EEE9E9;

}

#test3{

position:absolute;

top:125px;

left:135px;

width:200px;

height:20px;

border-style:solid;

border-width:0px;

border-color:#EEE9E9;

}

#test4{

position:absolute;

top:100px;

left:320px;

width:600px;

height:500px;

border-style:solid;

border-width:1px;

border-color:#EEE9E9;

}

#test5{

position:absolute;

top:145px;

left:135px;

width:200px;

height:20px;

border-style:solid;

border-width:0px;

border-color:#EEE9E9;

}

#test6{

position:absolute;

top:165px;

left:135px;

width:200px;

height:20px;

border-style:solid;

border-width:0px;

border-color:#EEE9E9;

}

#test7{

position:absolute;

top:185px;

left:135px;

width:200px;

height:20px;

border-style:solid;

border-width:0px;

border-color:#EEE9E9;

}

#test8{

position:absolute;

top:205px;

left:135px;

width:200px;

height:20px;

border-style:solid;

border-width:0px;

border-color:#EEE9E9;

}

</style>

</head>

<body>

<div id="test0">

<div id="test2" ><h3><a href="/all/imena1366.php"><font color="#778899">Дом</a></h3></font></div></div>

<div id="test3" ><h3><a href="/all/kvartira.php"><font color="#778899">Квартира</a></h3></font></div></div>

<div id="test7" ><h3><a href="/all/cherni sni.php"><font color="#778899">Черно-белые сны</a></h3></font></div></div>

<div id="test8" ><h3><a href="/all/cvetni sni.php"><font color="#778899">Цветные сны</a></h3></font></div></div>

<div id="test5" ><h3><a href="/all/lyndni1366.php"><font color="#778899">Лунные дни</a></h3></font></div></div>

<div id="test6" ><h3><a href="/all/zodiak1366.php"><font color="#778899">Знаки зодиака</a></h3></font></div></div>

</body>

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

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

В css добавь:


h3 {color:#778899;}

И твой блок с ссылками будет выглядеть примерно так:

<body>
<div id="test2"><h3><a href="/all/imena1366.php">Дом</a></h3></div></div>
<div id="test3"><h3><a href="/all/kvartira.php">Квартира</a></h3></div></div>
<div id="test7"><h3><a href="/all/cherni sni.php">Черно-белые сны</a></h3></div></div>
<div id="test8"><h3><a href="/all/cvetni sni.php">Цветные сны</a></h3></div></div>
<div id="test5"><h3><a href="/all/lyndni1366.php">Лунные дни</a></h3></div></div>
<div id="test6"><h3><a href="/all/zodiak1366.php">Знаки зодиака</a></h3></div></div>
</body>

P.S. Странно как-то, при добавлении ответа и вставки кода - дивы перенеслись...в недоумении.

Edited by CrazyOne
Link to comment
Share on other sites

  • 0

лишние </div> в конце каждой строки убери, кроме последней

и тег <font> у тебя некорректно закрыт, так делать нельзя

так правильно:


<div id="test2" ><h3><a href="/all/imena1366.php"><font color="#778899">Дом</font></a></h3></div>

пробелов внутри < /div> быть не должно!

и так далее....

это только начало

правильно будет выбросить весь этот код в топку и написать просто ссылки, внутри дива

Edited by ceil100
Link to comment
Share on other sites

  • 0

Что за халтура?!

1. Это как вообще вы себе представляете с точки зрения вложенности?

<div id="test2" ><h3><a href="/all/imena1366.php"><font color="#778899">Дом</a></h3></font></div> </div>

2. Вы пользуетесь литературой прошлого века? тэг font уже давно не используется. Css-свойства управляют всем оформлением в том числе и цветом текста, а html оставьте для описания структуры.

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