Forum'da ara:
Ara


Yazar Mesaj
Mesaj23.05.2009, 09:43 (UTC)    
Mesaj konusu: Menü Gizleme Kodu

Arkadaslar menü gizleme kodunu yazıyorum ama olmuyor. Yardım...


Menü gizleme kodunu (
Kod:
<style type="text/css">             <!-- td.nav {visibility:hidden;} --> </style> 
) Navigasyon baslıgı üzerine yazıyorum fakat olmuyor.
Mesaj23.05.2009, 09:49 (UTC)    
Mesaj konusu:

CSS TASARIMI KULLANIYORSAN MENÜ GİZLEME KODU KULLANMA BU KODU CSS TASARIMDANKİ , CSS KODU BÖLÜMÜNE EKLEDİĞİN TASARIMIN EN ÜSTÜNE EKLE

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;}

UMARIM YARDIMCI OLMUŞUMDUR
Mesaj23.05.2009, 09:55 (UTC)    
Mesaj konusu:

Teşekkür ederim menü gizlendi. Ama bu sefer de tasarım sağ tarafta css kodu bu:

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 Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
   margin: 0;
   padding: 0;
   background: #E0DCD1 url(images/img01.jpg) repeat-x left top;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #787878;
}

h1, h2, h3 {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #F93D00;
}

h1 {
   font-size: 2em;
}

h2 {
   font-size: 1.6em;
}

h3 {
   font-size: 1.6em;
}

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

ul, ol {
}

a {
   text-decoration: none;
   color: #006A8C;
}

a:hover {
}

#wrapper {
   width: 900px;
   margin: 0 auto;
   padding: 0;
}

/* Header */

#header {
   width: 900px;
   height: 100px;
   margin: 0 auto;
}

/* Logo */

#logo {
   float: left;
   width: 900px;
   height: 100px;
   margin: 0;
   color: #FFFFFF;
   background: url(images/img03.gif) no-repeat left 25px;
}

#logo h1, #logo p {
   margin: 0;
   padding: 0;
   text-transform: uppercase;
 }

#logo h1 {
   padding-top: 25px;
   padding-left: 60px;
   letter-spacing: -1px;
   font-size: 2.2em;
   font-weight: bold;
}

#logo p {
   margin-top: -6px;
   padding-left: 62px;
   color: #FF6B9D;
}

#logo p a {
   color: #FF6B9D;
}

#logo a {
   border: none;
   background: none;
   text-decoration: none;
   color: #FFFFFF;
}

/* Search */

#search {
   float: right;
   width: 230px;
   padding: 0;
}

#search form {
   height: 41px;
   margin: 0;
   padding: 70px 0 0 0px;
}

#search fieldset {
   margin: 0;
   padding: 0;
   border: none;
}

#search-text {
   width: 210px;
   border: none;
   text-transform: lowercase;
   font: bold 1.2em Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}

#search-submit {
   display: none;
}

/* Menu */

#menu {
   width: 900px;
   height: 50px;
   margin: 0 auto;
   padding: 0;
}

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

#menu li {
   float: left;
   height: 35px;
   padding-top: 15px;
   background: url(http://img41.imageshack.us/img41/1557/img02.gif) no-repeat right 20px;
}

#menu a {
   display: block;
   padding: 0px 20px;
   border: none;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #969696;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
   padding-left: 0;
}

#menu a:hover {
   text-decoration: underline;
}

/* Page */

#page {
   width: 900px;
   margin: 0 auto;
   padding-top: 30px;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
   float: right;
   width: 650px;
}

.post {
   margin-bottom: 8px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
   background: #2C2C2C url(http://img41.imageshack.us/img41/2460/img06.gif) no-repeat left top;
   height: 28px;
   padding: 12px 0 0 28px;
   font-size: 12px;
   color: #969696;
}

.post .title a {
   color: #969696;
}

.post .meta {
   padding-left: 20px;
   padding-bottom: 5px;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
}

.post .entry {
   padding: 10px 20px 15px 20px;
   text-align: justify;
}

/* Sidebar */

#sidebar {
   float: left;
   width: 230px;
   background: #006A8C;
   color: #FFFFFF;
}

#sidebar ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#sidebar li {
   margin: 0;
   padding: 0;
}

#sidebar li ul {
   background: url(http://img194.imageshack.us/img194/718/img05.jpg) no-repeat left bottom;
   padding-bottom: 30px;
}

#sidebar li li {
   margin-left: 15px;
   margin-right: 15px;
   line-height: 35px;
   border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
   display: block;
   margin-top: -20px;
   padding: 0;
   font-size: 11px;
   font-style: italic;
}

#sidebar h2 {
   background: #2C2C2C url(http://img194.imageshack.us/img194/4752/img04.jpg) no-repeat left top;
   height: 31px;
   padding: 9px 0 0 28px;
   font-size: 12px;
   color: #969696;
}

#sidebar p {
   margin: 0 15px;
   padding: 20px 0px;
   text-align: justify;
}

#sidebar a {
   color: #000000;
   border: none;
}

#sidebar a:hover {
   text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
   padding: 20px;
}

#calendar table {
   width: 100%;
}

#calendar tbody td {
   text-align: center;
}

#calendar #next {
   text-align: right;
}

/* Footer */

#footer {
   width: 100%;
   background: #2C2C2C;
   height: 50px;
   margin: 0 auto;
   padding: 0px 0 15px 0;
   font-family: Arial, Helvetica, sans-serif;
}

#footer p {
   margin: 0;
   padding-top: 20px;
   line-height: normal;
   font-size: 9px;
   text-transform: uppercase;
   text-align: center;
}

#footer a {
   color: #969696;
}
Mesaj23.05.2009, 10:10 (UTC)    
Mesaj konusu:

TASARIM ALTI,ÜZERİ DOĞRU EKLEDİĞİNDEN EMİN OL , ONLAR DOĞRU İSE O TASARIMLA ALAKALI BİŞEY Sad ,

BAŞKA TASARIM SEÇ http://lifecity.tr.gg Burda baya bir css tasarımı var , tasarım yapmayıda anlatmış , bence güzel anlatmış istersen bak
Mesaj23.05.2009, 10:19 (UTC)    
Mesaj konusu: bs

css-arsivim yazmış:
TASARIM ALTI,ÜZERİ DOĞRU EKLEDİĞİNDEN EMİN OL , ONLAR DOĞRU İSE O TASARIMLA ALAKALI BİŞEY Sad ,

BAŞKA TASARIM SEÇ http://lifecity.tr.gg Burda baya bir css tasarımı var , tasarım yapmayıda anlatmış , bence güzel anlatmış istersen bak


Kardeşim burası reklam yeri değildir Exclamation Exclamation Exclamation
Mesaj23.05.2009, 19:28 (UTC)    
Mesaj konusu:

YARDIM AMAÇLI VERİLEN LİNKLER REKLAM DEİLDİR
Mesaj26.07.2009, 08:00 (UTC)    
Mesaj konusu:

Mr. Green
Mesaj26.07.2009, 15:18 (UTC)    
Mesaj konusu:

Mr. Green
______________
Mesaj26.07.2009, 15:50 (UTC)    
Mesaj konusu:

Mr. Green Mr. Green
______________
<a href="http://sanalkurbaga.tr.gg/" target="_blank"><img src="http://sanalkurbaga.tr.gg/sig.png" width="500" height="60" border="0" alt="sanalkurbaga.tr.gg"></a>
Önceki mesajları göster:   


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