Jump to content

Css De Hata


Recommended Posts

arkadaşlar css menü hazırladım fakat sanırsam hata var ama çözemedim
css menüler alt çizgi almaması gerekiyor alıyor ve üstüne mausla geldiğimde siyah olmuyor...

.munuler{
width:250px;
height:500px;
border:1px solid #999;
font:10px Arial;
color:#999;}

.menuler a:link, .menuler a:visited{
color:#666;
font:19px Arial;
text-decoration:none;}

.menuler a:hover{
color:#FFF;
background-color:#000;
text-decoration: none;
font:16px Arial;}

.menulerbaslik{
font:22px Arial;
color: #000;
padding-left:10px;
border-bottom:1px dashed #CCCCCC}

html kodu
<link rel="stylesheet" href="style.css"media="all" type="text/css"/>
</head>
<div class="munuler">
<div class="menulerbaslik">katogoriler</div>
-><a href="index.html">Anasayfa</a><br>
-><a href="#">İletişim</a><br>
-><a href="#">Resimler</a><br>
-><a href="#">Hakkımızda</a><br>
</div>
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...