Yazar |
Mesaj |
-
yunusvergili
Acemi Üye
|
17.02.2009, 10:28 (UTC) Mesaj konusu: menü kodu lazım |
|
|
http://cunobag.tr.gg/ adresindeki gibi menü kodu gerek yardımlarınızı beklıyorum |
|
↑
|
|
|
-
tolgaeglence
Aktif Üye
Konum: Kocaeli City||| Ö.M İle Soru Sorabilirsiniz...
|
17.02.2009, 15:56 (UTC) Mesaj konusu: |
|
|
Maalesef Olamaz |
|
↑
|
|
|
-
webkoloji
Aktif Üye
Konum: Programcı
|
17.02.2009, 17:23 (UTC) Mesaj konusu: |
|
|
tolgaeglence yazmış: Maalesef Olamaz
neden olmazmış?
kendine göre kodu düzenle:
Kod: <style type="text/css" media="screen">
<!--
ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li a
{
padding-right: 20px;padding-top: 5px;
}
div.menu
{
position: absolute;
top: 150px;
left: 2%;
margin: 0 auto;
width: 100%;
}
.menu li
{
width: 160px;
float: left;
}
.menu a
{
border: 3px solid #777777;
background-color: transparent;
background-image: url(http://img.webme.com/pic/c/creative-design/tutnav.png);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #3c3c3c;
}
.menu a:hover
{
background-color: #C2D3E3;
background-image: url(URL);
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #7C97B0;
}
//-->
</style>
<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}
function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" href="URL">Ana Link A1</a>
<ul onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" id="smenu1">
<li>
<a href="">link_a1</a></li>
<li>
<a href="">link_a2</a></li>
</ul>
</li>
<li><a onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" href="URL">Ana Link B2</a>
<ul onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" id="smenu1">
<li>
<a href="">link_b1</a></li>
<li>
<a href="">link_b2</a></li>
</ul>
</li>
</div> |
|
↑
|
|
|
-
toplist-pr
Bedava-Sitem Bağımlısı
|
17.02.2009, 18:23 (UTC) Mesaj konusu: cevap |
|
|
Paylaşım İçin Teşekkürler...______________ Ban Yedim 6 Temmuz'a kadar yazamıyorum !!! |
|
↑
|
|
|
-
webkoloji
Aktif Üye
Konum: Programcı
|
18.02.2009, 02:07 (UTC) Mesaj konusu: |
|
|
kodda ufak bir şey unutmuşum bundan dolayı "Ana link B" altında menüler çıkmıyormuş
şimdi farkettim ve düzelttim
Kod: <style type="text/css" media="screen">
<!--
ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li a
{
padding-right: 20px;padding-top: 5px;
}
div.menu
{
position: absolute;
top: 150px;
left: 2%;
margin: 0 auto;
width: 100%;
}
.menu li
{
width: 160px;
float: left;
}
.menu a
{
border: 3px solid #777777;
background-color: transparent;
background-image: url(http://img.webme.com/pic/c/creative-design/tutnav.png);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #3c3c3c;
}
.menu a:hover
{
background-color: #C2D3E3;
background-image: url(URL);
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #7C97B0;
}
//-->
</style>
<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}
function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" href="URL">Ana Link A1</a>
<ul onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" id="smenu1">
<li>
<a href="">link_a1</a></li>
<li>
<a href="">link_a2</a></li>
</ul>
</li>
<li><a onmouseout="cache('smenu2');" onmouseover="montre('smenu2');" href="URL">Ana Link B2</a>
<ul onmouseout="cache('smenu2');" onmouseover="montre('smenu2');" id="smenu2">
<li>
<a href="">link_b1</a></li>
<li>
<a href="">link_b2</a></li>
</ul>
</li>
</div> |
|
↑
|
|
|
-
tolgaeglence
Aktif Üye
Konum: Kocaeli City||| Ö.M İle Soru Sorabilirsiniz...
|
20.03.2009, 20:42 (UTC) Mesaj konusu: |
|
|
webkoloji yazmış: tolgaeglence yazmış: Maalesef Olamaz
neden olmazmış?
kendine göre kodu düzenle:
Kod: <style type="text/css" media="screen">
<!--
ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li a
{
padding-right: 20px;padding-top: 5px;
}
div.menu
{
position: absolute;
top: 150px;
left: 2%;
margin: 0 auto;
width: 100%;
}
.menu li
{
width: 160px;
float: left;
}
.menu a
{
border: 3px solid #777777;
background-color: transparent;
background-image: url(http://img.webme.com/pic/c/creative-design/tutnav.png);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #3c3c3c;
}
.menu a:hover
{
background-color: #C2D3E3;
background-image: url(URL);
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #7C97B0;
}
//-->
</style>
<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}
function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" href="URL">Ana Link A1</a>
<ul onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" id="smenu1">
<li>
<a href="">link_a1</a></li>
<li>
<a href="">link_a2</a></li>
</ul>
</li>
<li><a onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" href="URL">Ana Link B2</a>
<ul onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" id="smenu1">
<li>
<a href="">link_b1</a></li>
<li>
<a href="">link_b2</a></li>
</ul>
</li>
</div>
Hırsızlık yapma(hazırsa blemem ______________ BenimSitem1993 => Forum imza boyutunuz 3 satırı geçtiğinden düzenlenmiştir. |
|
↑
|
|
|
-
webkoloji
Aktif Üye
Konum: Programcı
|
20.03.2009, 21:00 (UTC) Mesaj konusu: |
|
|
bu hırsızlık değil!
bu tür kodlar zaten dynamic drive gibi legal yerlerden alınıyor... |
|
↑
|
|
|
-
kodcullar
Acemi Üye
|
20.03.2009, 21:04 (UTC) Mesaj konusu: |
|
|
Kod: <style type="text/css" media="screen">
<!--
ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li a
{
padding-right: 20px;padding-top: 5px;
}
div.menu
{
position: absolute;
top: 150px;
left: 2%;
margin: 0 auto;
width: 100%;
}
.menu li
{
width: 160px;
float: left;
}
.menu a
{
border: 3px solid #777777;
background-color: transparent;
background-image: url(http://img.webme.com/pic/c/creative-design/tutnav.png);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #3c3c3c;
}
.menu a:hover
{
background-color: #C2D3E3;
background-image: url(URL);
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #7C97B0;
}
//-->
</style>
<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}
function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">
<li><a onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" href="URL">Ana Link A1</a>
<ul onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" id="smenu1">
<li>
<a href="">link_a1</a></li>
<li>
<a href="">link_a2</a></li>
</ul>
</li>
<li><a onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" href="URL">Ana Link B2</a>
<ul onmouseout="cache('smenu1');" onmouseover="montre('smenu1');" id="smenu1">
<li>
<a href="">link_b1</a></li>
<li>
<a href="">link_b2</a></li>
</ul>
</li>
</div> [/quote] |
|
↑
|
|
|
-
muratycl
Acemi Üye
Konum: ANKARA
|
10.04.2009, 07:17 (UTC) Mesaj konusu: MENÜ KODU |
|
|
ARKADAŞLAR KODU NEREYE YAZIYOZ BİTÜRLÜ OLMUYO Bİ YARDIMCI OLURSANIZ SEVİNİRİM |
|
↑
|
|
|
-
webkoloji
Aktif Üye
Konum: Programcı
|
12.04.2009, 00:40 (UTC) Mesaj konusu: Re: MENÜ KODU |
|
|
muratycl yazmış: ARKADAŞLAR KODU NEREYE YAZIYOZ BİTÜRLÜ OLMUYO Bİ YARDIMCI OLURSANIZ SEVİNİRİM
mesela tasarımın üstündeki yazı bölümüne |
|
↑
|
|
|
|