Forum'da ara:
Ara


Yazar Mesaj
Mesaj04.10.2008, 17:11 (UTC)    
Mesaj konusu: css ile ilgili bir istekte bulunacağım amaa

<= Tasarimin Üzerine =>

Kod:

<div id="wrapper"> <!-- start header --> <div id="header">    <div id="logo">       <h1><a href="#" _fcksavedurl="#">bişey yaz<sup></sup></a></h1>       <h2>bişey yaz</h2>    </div>    <div id="menu">       <ul>          <li class="active"><a href="#" _fcksavedurl="#">Ana Sayfa</a></li>          <li><a href="#" _fcksavedurl="#">Galeri</a></li>          <li><a href="#" _fcksavedurl="#">Hakkımızda</a></li>          <li><a href="#" _fcksavedurl="#">lToplist</a></li>          <li><a href="#" _fcksavedurl="#">İletişim</a></li>       </ul>    </div> </div> <!-- end header --> <!-- start page --> <div id="page">    <!-- start content -->    <div id="content">       <div class="post">          <h1 class="title">bişey yaz</h1>


<= Tasarimin ALtına =>
Kod:

</div>    </div>    <!-- end content -->    <!-- start sidebar -->    <div id="sidebar">       <ul>          <li id="search">             <h2><b class="text1">Arama Motoru</b></h2>             <form method="get" action="">                <fieldset>                <input type="text" id="s" name="s" value="" />                <input type="submit" id="x" value="Arama" />                </fieldset>             </form>          </li>          <li>             <h2><b>Ziyaretci</b> Defteri</h2>             <ul>                <li><a href="#" _fcksavedurl="#">Toplist</a></li>                <li><a href="#" _fcksavedurl="#">Link Listesi</a></li>                <li><a href="#" _fcksavedurl="#">Araştırmalar</a></li>                <li><a href="#" _fcksavedurl="#">Dersler</a></li>                <li><a href="#" _fcksavedurl="#">Ödevler</a></li>                <li><a href="#" _fcksavedurl="#">Css Design</a></li>                <li><a href="#" _fcksavedurl="#">İceblue Tasarim</a></li>             </ul>          </li>          <li>             <h2><b>Dost</b> Sitemiz</h2>             <ul>                <li><a href="#" _fcksavedurl="#">Toplist</a></li>                <li><a href="#" _fcksavedurl="#">Link Listesi</a></li>                <li><a href="#" _fcksavedurl="#">Araştırmalar</a></li>                <li><a href="#" _fcksavedurl="#">Dersler</a></li>                <li><a href="#" _fcksavedurl="#">Ödevler</a></li>                <li><a href="#" _fcksavedurl="#">Css Design</a></li>                <li><a href="#" _fcksavedurl="#">İceblue Tasarim</a></li>             </ul>          </li>       </ul>    </div>    <!-- end sidebar -->    <div style="clear: both;"> </div> </div> <!-- end page --> <!-- start footer --> <div id="footer">    <p id="legal">(c) 2008 SiteAdi.tR.gg. Design by <a href="http://www.css-tasarimm.tr.gg" _fcksavedurl="http://www.css-tasarimm.tr.gg">CSS Tasarim Merkezi</a>.</p> </div> </div> <!-- end footer -->


<= Css Kod Bölümüne =>
Kod:

h1#title{display: none;} h2#title span {display: none;} div.header{display: none;} li.nav_element{list-style-type: none;} li.nav_element{display: none;}  /* Design by WWW.CSS-TASARIMM.TR.GG                     WWW.CSS-TASARIMM.TR.GG                     WWW.CSS-TASARIMM.TR.GG                     WWW.CSS-TASARIMM.TR.GG                     WWW.CSS-TASARIMM.TR.GG                     WWW.CSS-TASARIMM.TR.GG */  body {    margin: 0;    padding: 0;    background: #D1FBFF url(http://img.webme.com/pic/c/css-tasarimm/12-img02.jpg);    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;    font-size: 14px;    color: #686868; }  h1, h2, h3 {    margin: 0;    font-family: Georgia, "Times New Roman", Times, serif;    text-transform: lowercase;    font-weight: normal;    color: #83BFFB; }  h1 {    letter-spacing: -1px;    font-size: 32px; }  h2 {    font-size: 23px; }  p, ul, ol {    margin: 0 0 2em 0;    text-align: justify;    line-height: 26px; }  a:link {    color: #83BFFB; }  a:hover, a:active {    text-decoration: none;    color: #83BFFB; }  a:visited {    color: #83BFFB; }  img {    border: none; }  img.left {    float: left;    margin: 7px 15px 0 0; }  img.right {    float: right;    margin: 7px 0 0 15px; }  /* Form */  form {    margin: 0;    padding: 0; }  fieldset {    margin: 0;    padding: 0;    border: none; }  legend {    display: none; }  input, textarea, select {    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;    font-size: 13px;    color: #333333; }  #wrapper {    background: url(http://img.webme.com/pic/c/css-tasarimm/12-img01.jpg) repeat-x; }  /* Header */  #header {    width: 900px;    height: 50px;    margin: 0 auto 40px auto;    padding-top: 20px; }  #logo {    float: left;    height: 120px; }  #logo h1 {    font-size: 38px;    color: #3399CC; }  #logo h1 sup {    vertical-align: text-top;    font-size: 24px; }  #logo h1 a {    color: #FFFFFF; }  #logo h2 {    text-transform: uppercase;    font-family: Arial, Helvetica, sans-serif;    font-size: 10px;    color: #28737B; }  #logo a {    text-decoration: none;    color: #3399CC; }  /* Menu */  #menu {    float: right; }  #menu ul {    margin: 0;    padding: 15px 0 0 0;    list-style: none; }  #menu li {    display: inline; }  #menu a {    display: block;    float: left;    margin-left: 5px;    padding: 7px 10px;    text-decoration: none;    font-size: 15px;    color: #FFFFFF; }  #menu a:hover {    text-decoration: underline; }  #menu .active a { }  /* Page */  #page {    width: 900px;    margin: 0 auto;    background: #FFFFFF;    padding: 40px 40px; }  /* Content */  #content {    float: left;    width: 630px; }  /* Post */  .post { }  .post .title {    margin-bottom: 20px;    padding-bottom: 5px;    background: url(http://img.webme.com/pic/c/css-tasarimm/12-img03.jpg) no-repeat left bottom;    border-bottom: 1px dashed #FFFFFF; }  .post .entry { }  .post .meta {    padding: 15px 0 60px 0; }  .post .meta p {    margin: 0;    line-height: normal;    color: #FFFFFF; }  .post .meta .byline {    float: left;    color: #0000FF; }  .post .meta .links {    float: right; }  .post .meta .more {    width: 185px;    height: 35px;    padding: 5px 45px 5px 45px;    background: url(http://img.webme.com/pic/c/css-tasarimm/12-img05.jpg) no-repeat left center;    text-transform: uppercase;    text-decoration: none;    font-size: 11px;    color: #FFFFFF; }  .post .meta .comments {    padding: 5px 45px 5px 45px;    background: url(http://img.webme.com/pic/c/css-tasarimm/12-img05.jpg) no-repeat left center;    text-transform: uppercase;    text-decoration: none;    font-size: 11px;    color: #FFFFFF; }  .post .meta b {    display: none; }  /* Sidebar */  #sidebar {    float: right;    width: 220px; }  #sidebar ul {    margin: 0;    padding: 0;    list-style: none; }  #sidebar li {    margin-bottom: 40px; }  #sidebar li ul { }  #sidebar li li {    margin: 0; }  #sidebar h2 {    margin-bottom: 10px;    padding-bottom: 5px;    background: url(http://img.webme.com/pic/c/css-tasarimm/12-img04.jpg) no-repeat left bottom;    font-size: 18px;    font-weight: normal; }  /* Search */  #search { }  #search h2 {    margin-bottom: 20px; }  #s {    width: 150px;    margin-right: 5px;    padding: 3px;    border: 1px solid #F0F0F0; }  #x {    padding: 3px;    background: #ECECEC url(http://img.webme.com/pic/c/css-tasarimm/12-img08.gif) repeat-x left bottom;    border: none;    text-transform: lowercase;    font-size: 11px;    color: #4F4F4F; }  /* Boxes */  .box1 {    padding: 20px;    background: url(http://img.webme.com/pic/c/css-tasarimm/12-img05.gif) no-repeat; }  .box2 {    color: #BABABA; }  .box2 h2 {    margin-bottom: 15px;    background: url(http://img.webme.com/pic/c/css-tasarimm/12-img10.gif) repeat-x left bottom;    font-size: 16px;    color: #FFFFFF; }  .box2 ul {    margin: 0;    padding: 0;    list-style: none; }  .box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {    color: #EDEDED; }  /* Footer */  #footer {    height: 400px;    min-height: 74px;    padding: 10px 0 0 0;    font-family: Tahoma, Arial, Helvetica, sans-serif; }  html>body #footer {    height: auto; }  #legal {    clear: both;    padding-top: 20px;    text-align: center;    text-transform: uppercase;    font-size: 10px;    color: #83BFFB; }  #legal a {    font-weight: bold;    color: #83BFFB; } 


ben bu css tasarımın yan menüsündeki üst başlıklara farklı tip gülen yüz
alt yazıların üsütne gelince farklı tip gülen yüz çıkmasını istiyorum ama mümkünmü
______________
[IMG]http://www.userbarlar.com/ub/data/media/9/Ataturk-UserBar.gif[/IMG]
Mesaj04.10.2008, 17:11 (UTC)    
Mesaj konusu:

Önceki mesajları göster:   


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