Forum'da ara:
Ara


Yazar Mesaj
Mesaj29.03.2014, 22:56 (UTC)    
Mesaj konusu: Link üzerine gelince rengin değişmesni yapamadım. by Esra

selam, aşağıdaki menü kısmınıdaki linkleri anasayfa hakkımda yarışma duyuru linklerini üzerine gelince renk değişimini yapamadım yardımcı olur musunuz? Html ile css koduna bağlayamadım. Yapabilecek olan var mı?




Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
xxxxxxxxxxxxxxxxxx
http://www.xxxxxxxxxxxxxx.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : xxx
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20131010

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />

<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->

</head>
<body>
<div id="header-wrapper">
   <div id="header" class="container">
      <div id="logo">
         <h1><a href="#">xxxxx</a></h1>
         <span> xxxxxxxxxxx <a href="http://www.typoface.tr.gg/" rel="nofollow">xxxxxxxxxxxx</a></span>
                              <div id="ustmenu">
         <ul>
            <li class="current_page_item"><a href="#" accesskey="1" title="">Hakkında</a></li>
            <li><a href="#" accesskey="2" title="">anasayfa</a></li>
            <li><a href="#" accesskey="3" title="">hakkındat</a></li>
             <li><a href="#" accesskey="4" title="">Yarisma</a></li>
             <li><a href="#" accesskey="5" title="">Duyuru</a></li>
</div>
</body>
</html>







===============================================================
CSS KODU
===============================================================



/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

   #header-wrapper
   {
      overflow: hidden;
      padding: 9em 0em;
   }

   #header
   {
   }

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

   #wrapper1
   {
      background: #242424;
   }

   #wrapper2
   {
      background: #EDEDED;
   }

   #wrapper3
   {
      overflow: hidden;
      padding: 5em 0em;
      background: #FFF;
   }
   
   #wrapper4
   {
      overflow: hidden;
      padding: 8em 0em 4em 0em;
   }

______________
Mesaj29.03.2014, 23:23 (UTC)    
Mesaj konusu:

Öncelikle umarım kod (ç)alıntı değildir..

Kodda düzenlemek istediğiniz linkin üzerine gelince farklı renkte olması..
Bunun için a:hover özelliğini kullanacağız..

Css Koduna aşağıdaki kodu ekleyebilirsiniz.


Kod:
#ustmenu a{color: #BaşlangıçRengi;}
#ustmenu a:hover{color: #ÜzerineGeldiktenSonrakiRengi;}
Mesaj29.03.2014, 23:40 (UTC)    
Mesaj konusu:

Olmadı Sad deniyorum yapamadım. çalışmıyor yani
______________
Mesaj29.03.2014, 23:45 (UTC)    
Mesaj konusu:

grafikdizayn arkadasımız kodu verdı o koda renk kodu ekledın mı
Mesaj30.03.2014, 09:52 (UTC)    
Mesaj konusu:

RunoTasarim yazmış:
grafikdizayn arkadasımız kodu verdı o koda renk kodu ekledın mı



evet ekledim. Ya yukarıdaki kodlar var ztn bana denyerek düzenleyeseniz. çünkü kodu koydum ve hiç bir etki etmedi Sad
______________
Mesaj30.03.2014, 11:04 (UTC)    
Mesaj konusu:

Kod:
a:link {color:#000000; text-decoration: none;}a:hover {color:#567849; text-decoration: none;}a:visited {color:#899445; text-decoration: underline:}a:active {color:#ffffff; text-decoration: none;}


Bu denermısın esra bacım
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu