Forum'da ara:
Ara


Yazar Mesaj
Mesaj20.09.2009, 11:11 (UTC)    
Mesaj konusu: Css tasarımı yaptım darmadağın oldu....

http://www.bedava-sitem.com/forum/viewtopic.php?t=33273

Arkadaşlar ben bu konudaki gibi sitemi dizayn etti işte böyle oldu:

www.covermaband.tr.gg

Ama sitenin gerçek hali böyle:

http://www.freecsstemplates.org/preview/primitiveelement

Lütfen yardım edin arkadaşlar kafayı yicem..Hiç bir tasarım olmuyor...
[/code]
Mesaj20.09.2009, 11:42 (UTC)    
Mesaj konusu:

düzgün uyarlayamamışsınız
______________
Mesaj20.09.2009, 11:56 (UTC)    
Mesaj konusu:

Peki css kodu ve index kodunu versem siz uyarlarmısınız lütfen....
Mesaj20.09.2009, 12:01 (UTC)    
Mesaj konusu:

resimler upload edilmiş haldeyse hallederim
______________
Mesaj20.09.2009, 13:05 (UTC)    
Mesaj konusu:

Çok saol

Bu İndex kodu:

Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Sitename.com by Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
</div>
<div id="menu">
   <ul>
      <li class="active"><a href="#" accesskey="1" title="">Ana Sayfa</a></li>
      <li><a href="#" accesskey="2" title="">Haberler</a></li>
      <li><a href="#" accesskey="3" title="">Galeri</a></li>
      <li><a href="#" accesskey="4" title="">Muziklerimiz</a></li>
      <li><a href="#" accesskey="5" title="">Hakkimizda</a></li>
   </ul>
</div>
<div id="content">
   <div id="colOne">
   //////   
   </div>
   <div id="colTwo">
      //////
                    <ul>
      ///////
            </ul>
      
   </div>
   <div id="colThree">
      <h2>Ipsum Dolorem</h2>
      <ul>
         <li><a href="#">Sed bibendum tellus id</a></li>
         <li><a href="#">Vivamus commodo</a></li>
         <li><a href="#">Sed bibendum risus atis</a></li>
         <li><a href="#">Nulla ullamcorper arcu</a></li>
         <li><a href="#">Vestibulum ultricies dui</a></li>
         <li><a href="#">Proin a dui non elit</a></li>
         <li><a href="#">Praesent utumsan</a></li>
         <li><a href="#">In posuere risus ac felis</a></li>
         <li><a href="#">Proin facilisis sagittis</a></li>
         <li><a href="#">In fringilla aliquet odio</a></li>
         <li><a href="#">Quisque sodales arcu</a></li>
         <li><a href="#">Nam tincidunt consec</a></li>
      </ul>
      <h2>Nulla vel  mollis</h2>
      <ul>
         <li><a href="#">Pellentesque consequat</a></li>
         <li><a href="#">Morbi condimentum</a></li>
         <li><a href="#">Cras tempor pulvinar</a></li>
         <li><a href="#">Pellentesque vel magna</a></li>
         <li><a href="#">Purus placerat imperdiet</a></li>
         <li><a href="#">Duis ultrices pede vel</a></li>
         <li><a href="#">Etiam eu libero eget est</a></li>
         <li><a href="#">Faucibus fermentum.</a></li>
         <li><a href="#">Vestibulum vulputate</a></li>
         <li><a href="#">Cras sollicitudin pede et</a></li>
         <li><a href="#">Maecenas interdum ante</a></li>
         <li><a href="#">Nullam lacinia eleifend</a></li>
      </ul>
   </div>
   <div style="clear: both;">&nbsp;</div>
</div>
<div id="footer">
   <p>Copyright &copy; 2009 CovermaBand. Designed by <strong>BuraKoMarsilyaS</strong></a></p>
</div>
</body>
</html>


Bu da css style kodu:

Kod:


body {
   margin: 11px 0 0 0;
   padding: 0;
   background: #000000 url(http://img.webme.com/pic/c/covermaband/img1.gif) repeat-x;
   font: normal small Arial, Helvetica, sans-serif;
   color: #999999;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   text-transform: uppercase;
   letter-spacing: .2em;
   color: #000000;
}

p, ul, ol, blockquote {
   margin-top: 0;
   line-height: 160%;
}

a {
   text-decoration: none;
   color: #9ED738;
}

a:hover {
   text-decoration: underline;
}

/* Header */

#header {
   width: 720px;
   height: 161px;
   margin: 0 auto;
   background: url(http://img.webme.com/pic/c/covermaband/img2.jpg) no-repeat;
}

#header * {
   text-decoration: none;
   text-align: center;
   color: #000000;
}

#header h1 {
   padding-top: 55px;
   font-size: 3em;
}

#header h2 {
   font-size: 1.2em;
}

/* Menu */

#menu {
   width: 720px;
   height: 55px;
   margin: 0 auto;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: left;
   width: 142px;
   height: 21px;
   padding: 7px 1px 0 1px;
   background: url(http://img.webme.com/pic/c/covermaband/img3.gif) no-repeat center center;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: .2em;
   font-size: x-small;
   font-weight: bold;
   color: #CCCCCC;
}

#menu a:hover, #menu .active a {
   background-image: url(http://img.webme.com/pic/c/covermaband/img4.gif);
   color: #FFFFFF;
}

/* Content */

#content {
   width: 720px;
   margin: 0 auto;
}

#colOne {
   float: left;
   width: 160px;
}

#colTwo {
   float: left;
   width: 360px;
   padding: 0 20px;
}

#colThree {
   float: left;
   width: 160px;
}

/* Content Elements */

#content h2 {
   height: 21px;
   margin-bottom: 20px;
   padding: 9px 0 0 10px;
   background: url(http://img.webme.com/pic/c/covermaband/img6.gif);
   letter-spacing: normal;
   font-size: .9em;
}

#content h3 {
   text-transform: uppercase;
   letter-spacing: normal;
   font-size: x-small;
   color: #FFFFFF;
}

#content ul {
   margin-left: 0;
   padding-left: 0;
   list-style: square inside;
}

/* Footer */

#footer {
   height: 70px;
   padding: 7px 0 0 0;
   background: url(http://img.webme.com/pic/c/covermaband/img5.gif) repeat-x;
}

#footer * {
   color: #000000;
}

#footer p {
   text-align: center;
   font-size: smaller;
}
[/code]
Mesaj20.09.2009, 13:53 (UTC)    
Mesaj konusu:

siz tasarımın sıfır halini verirmisiniz oynanmamış halini
Mesaj20.09.2009, 13:53 (UTC)    
Mesaj konusu:

ben @add-url
Mesaj20.09.2009, 14:18 (UTC)    
Mesaj konusu:

Bu css tyle:

Kod:
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
   margin: 11px 0 0 0;
   padding: 0;
   background: #000000 url(images/img1.gif) repeat-x;
   font: normal small Arial, Helvetica, sans-serif;
   color: #999999;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   text-transform: uppercase;
   letter-spacing: .2em;
   color: #000000;
}

p, ul, ol, blockquote {
   margin-top: 0;
   line-height: 160%;
}

a {
   text-decoration: none;
   color: #9ED738;
}

a:hover {
   text-decoration: underline;
}

/* Header */

#header {
   width: 720px;
   height: 161px;
   margin: 0 auto;
   background: url(images/img2.jpg) no-repeat;
}

#header * {
   text-decoration: none;
   text-align: center;
   color: #000000;
}

#header h1 {
   padding-top: 55px;
   font-size: 3em;
}

#header h2 {
   font-size: 1.2em;
}

/* Menu */

#menu {
   width: 720px;
   height: 55px;
   margin: 0 auto;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: left;
   width: 142px;
   height: 21px;
   padding: 7px 1px 0 1px;
   background: url(images/img3.gif) no-repeat center center;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: .2em;
   font-size: x-small;
   font-weight: bold;
   color: #CCCCCC;
}

#menu a:hover, #menu .active a {
   background-image: url(images/img4.gif);
   color: #FFFFFF;
}

/* Content */

#content {
   width: 720px;
   margin: 0 auto;
}

#colOne {
   float: left;
   width: 160px;
}

#colTwo {
   float: left;
   width: 360px;
   padding: 0 20px;
}

#colThree {
   float: left;
   width: 160px;
}

/* Content Elements */

#content h2 {
   height: 21px;
   margin-bottom: 20px;
   padding: 9px 0 0 10px;
   background: url(images/img6.gif);
   letter-spacing: normal;
   font-size: .9em;
}

#content h3 {
   text-transform: uppercase;
   letter-spacing: normal;
   font-size: x-small;
   color: #FFFFFF;
}

#content ul {
   margin-left: 0;
   padding-left: 0;
   list-style: square inside;
}

/* Footer */

#footer {
   height: 70px;
   padding: 7px 0 0 0;
   background: url(images/img5.gif) repeat-x;
}

#footer * {
   color: #000000;
}

#footer p {
   text-align: center;
   font-size: smaller;
}


buda index:

Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Sitename.com by Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
   <h1><a href="#">Primitive Element</a></h1>
   <h2><a href="http://www.freecsstemplates.org/">by Free Css Templates </a></h2>
</div>
<div id="menu">
   <ul>
      <li class="active"><a href="#" accesskey="1" title="">Home</a></li>
      <li><a href="#" accesskey="2" title="">About Us</a></li>
      <li><a href="#" accesskey="3" title="">Products</a></li>
      <li><a href="#" accesskey="4" title="">Services</a></li>
      <li><a href="#" accesskey="5" title="">Contact Us</a></li>
   </ul>
</div>
<div id="content">
   <div id="colOne">
      <h2>Recent Updates</h2>
      <h3>Etiam suscipit et</h3>
      <p>Rhoncus ac, lacinia, nisl. Aliquam gravida massa eu arcu. <a href="#">More…</a></p>
      <h3>Fusce dolor totique</h3>
      <p>Sed eu eros imperdiet eros interdum blandit. Vivamus sagittis bibendum erat. Curabitur malesuada lorem ipsum dolorem. <a href="#">More…</a></p>
      <h3>Nunc pellentesque</h3>
      <p>Sed vestibulum blandit nisl. Quisque elementum convallis purus. Suspendisse lorem ipsum dolorem potenti. Donec nulla est, laoreet quis, pellentesque in. <a href="#">More…</a></p>
      <h3>Suspendis potenti</h3>
      <p>Donec nulla est, laoreet quis, pellentesque in, congue in, dui. Nunc rhoncus lorem ipsum dolorem placerat augue. Donec justo odio, eleifend varius, volutpat venenatis, sagittis ut, orci. <a href="#">More…</a></p>
   </div>
   <div id="colTwo">
      <h2>Welcome to Primitive Element!</h2>
      <p><em><strong>Primitive Element</strong></em> is a free template from <a href="http://www.freecsstemplates.org/"><strong>Free CSS Templates</strong></a> released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The header photo is from <a href="http://www.pdphoto.org/">PDPhoto.org</a>. You're free to use it for both commercial or personal use. I only ask that you link back to <a href="http://www.freecsstemplates.org/">my site</a> in some way. Enjoy :)</p>
      <p>Suspendisse potenti. Donec nulla est, laoreet quis, pellentesque in, congue in, dui. Nunc rhoncus placerat augue. Donec justo odio, eleifend varius, volutpat venenatis, sagittis ut, orci. Donec nulla est, laoreet quis, pellentesque in, congue in, dui. Nunc rhoncus placerat augue. Donec justo odio, eleifend varius, volutpat venenatis, sagittis ut, orci. Nullam et orci in erat viverra ornare. Nunc pellentesque.</p>
      <p>Sed vestibulum blandit nisl. Quisque elementum convallis purus. Quisque pellentesque semper massa:</p>
      <ul>
         <li><a href="#">Suspendisse quis gravida massa felis.</a></li>
         <li><a href="#">Vivamus sagittis bibendum erat.</a></li>
         <li><a href="#">Nullam et orci in erat viverra ornare.</a></li>
         <li><a href="#">Suspendisse quis gravida massa felis.</a></li>
         <li><a href="#">Curabitur malesuada turpis nec ante.</a></li>
      </ul>
      <p>Aliquam gravida massa eu arcu. Fusce mollis tristique sem. Sed eu eros imperdiet eros interdum blandit. Vivamus sagittis bibendum erat. Curabitur malesuada turpis nec ante. Suspendisse quis felis. Suspendisse potenti. Nullam et orci in erat viverra ornare.</p>
   </div>
   <div id="colThree">
      <h2>Ipsum Dolorem</h2>
      <ul>
         <li><a href="#">Sed bibendum tellus id</a></li>
         <li><a href="#">Vivamus commodo</a></li>
         <li><a href="#">Sed bibendum risus atis</a></li>
         <li><a href="#">Nulla ullamcorper arcu</a></li>
         <li><a href="#">Vestibulum ultricies dui</a></li>
         <li><a href="#">Proin a dui non elit</a></li>
         <li><a href="#">Praesent utumsan</a></li>
         <li><a href="#">In posuere risus ac felis</a></li>
         <li><a href="#">Proin facilisis sagittis</a></li>
         <li><a href="#">In fringilla aliquet odio</a></li>
         <li><a href="#">Quisque sodales arcu</a></li>
         <li><a href="#">Nam tincidunt consec</a></li>
      </ul>
      <h2>Nulla vel  mollis</h2>
      <ul>
         <li><a href="#">Pellentesque consequat</a></li>
         <li><a href="#">Morbi condimentum</a></li>
         <li><a href="#">Cras tempor pulvinar</a></li>
         <li><a href="#">Pellentesque vel magna</a></li>
         <li><a href="#">Purus placerat imperdiet</a></li>
         <li><a href="#">Duis ultrices pede vel</a></li>
         <li><a href="#">Etiam eu libero eget est</a></li>
         <li><a href="#">Faucibus fermentum.</a></li>
         <li><a href="#">Vestibulum vulputate</a></li>
         <li><a href="#">Cras sollicitudin pede et</a></li>
         <li><a href="#">Maecenas interdum ante</a></li>
         <li><a href="#">Nullam lacinia eleifend</a></li>
      </ul>
   </div>
   <div style="clear: both;">&nbsp;</div>
</div>
<div id="footer">
   <p>Copyright &copy; 2006 Primitive Element. Designed by <a href="http://www.freecsstemplates.org/"><strong>Free CSS Templates</strong></a></p>
</div>
</body>
</html>
Mesaj20.09.2009, 14:57 (UTC)    
Mesaj konusu:

Ne oldu yapabildin mi_? Question Question
Mesaj20.09.2009, 15:15 (UTC)    
Mesaj konusu:

kendi tasarımımla ilgilendim biraz şimdi denicem Smile
______________
Mesaj20.09.2009, 15:30 (UTC)    
Mesaj konusu:

olmadı gitti orasını düzeltsem orası bozuluo burasını düzeltsem orası bozuluo Very Happy
Mesaj20.09.2009, 15:33 (UTC)    
Mesaj konusu:

Bütün tasarımlar bööle oluyo ama....
Mesaj20.09.2009, 15:44 (UTC)    
Mesaj konusu:

ben sürekli tasarım altı tasarım üstü ayırıorum hiç bu şekilde olmadı tasarım üstü altı yapmayınca tasarım düzgün oluor tasarımda problem yok ama ayırınca problem çıkıor
______________
Önceki mesajları göster:   


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