Jump to content

Css Hatası


Recommended Posts

[b]Merhaba İyi Günler ;

Bir Web Sitesi Hazırlıyordum İçine CSS Kodunu Yerleştirdim Ama Linke Basınca Menünün Solunda Madde İşaretleri Çıkıyor Ve Görüntüyü Bozuyor Yardım Edecek İnşallah Vardır...[/b]
[code]<div id="anamenu">
<h1 align="center">MENÜ</h1>
<ul>
<li><a href="index.html" tabindex="1">Ana Sayfa</a></li>
<li><a href="okulumuz.html" tabindex="2">Okulumuz</a></li>
<li><a href="kadromuz.html" tabindex="3">Kadromuz</a></li>
<li><a href="alanlarimiz.html" tabindex="4">Alanlarımız</a></li>
<li><a href="ataturk.html" tabindex="5">Atatürk Köşesi</a></li>
<li><a href="rehberlik.html" tabindex="6">Rehberlik</a></li>
<li><a href="iletisim.html" tabindex="7">İletişim</a></li>
</ul>
</div>[/code]



[code]<style>
#anamenu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
border:1px;
border-color:#000000;
}
#anamenu h1 {
display: block;
background-color:#FFFFFF;
font-size: 90%;
padding: 3px 0 5px 3px;
border:none;
border-color:#FFFFFF;
color: #333333;
margin: 0px;
width:159px;
}
#anamenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#anamenu ul li {
margin: 0px;
padding: 0px;
}
#anamenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}
#anamenu ul li a:hover, #anamenu ul li a:focus {
color: #000000;

</style>[/code]
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
Reply to this topic...

×   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

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...