MuSallaT.BenimForum.Org | Bilgi-Paylasım-Eglence |
Would you like to react to this message? Create an account in a few clicks or log in to continue.

MuSallaT.BenimForum.Org | Bilgi-Paylasım-Eglence |

Bu Forum Hepimizin...
 
AnasayfaKapıLatest imagesAramaKayıt OlGiriş yap

 

 Çeşit Çeşit Menü Kodları

Aşağa gitmek 
YazarMesaj
seanpaul46
Moderator
Moderator
seanpaul46


Mesaj Sayısı : 20
Kayıt tarihi : 26/04/08

Çeşit Çeşit Menü Kodları Empty
MesajKonu: Çeşit Çeşit Menü Kodları   Çeşit Çeşit Menü Kodları Icon_minitimePaz Nis. 27, 2008 10:30 am

Çeşit Çeşit Menü Kodları 3504menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">

<html>
<head>
<title>Taming List Preview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
/* CSS Tabs */
#button {
width: 12em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Tahoma, Arial, sans-serif;
/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
font-size : 10px;
background-color: #90bade;
color: #333;
}

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

#button li {
border-bottom: 1px solid #90bade;
margin: 0;
list-style: none;
list-style-image: none;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#button li #active {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
-->
</style>
</head>

<body>
<h4></h4>

<div id="button">
<ul>
<!-- CSS Tabs -->
<li><a id="active" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Çeşit Çeşit Menü Kodları 7104menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Vertical Menu Designs at exploding-boy.com</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #FFF;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

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

img {
border: none;
}

/*- Menu 10--------------------------- */

#menu10 {
width: 200px;
margin: 10px;
}

#menu10 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu10 li a:link, #menu10 li a:visited {
color: #4D4D4D;
display: block;
background: url(http://img121.yukle.tc/images/9168menu10.gif);
padding: 8px 0 0 10px;
}

#menu10 li a:hover, #menu10 li #current {
color: #FF9834;
background: url(http://img121.yukle.tc/images/9168menu10.gif) 0 -32px;
padding: 8px 0 0 10px;
}
-->
</style>
</head>

<body>
<h2></h2>
<div id="menu10">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>

Çeşit Çeşit Menü Kodları 3695menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Vertical Menu Designs at exploding-boy.com</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #FFF;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

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

img {
border: none;
}

/*- Menu 12--------------------------- */

#menu12 {
width: 200px;
margin: 10px;
}

#menu12 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 22px;
text-decoration: none;
}

#menu12 li a:link, #menu12 li a:visited {
color: #666;
display: block;
background: url(http://img121.yukle.tc/images/1105menu12.gif);
padding: 10px 0 0 35px;
}

#menu12 li a:hover, #menu12 li #current {
color: #000;
background: url(http://img121.yukle.tc/images/1105menu12.gif) 0 -32px;
padding: 10px 0 0 35px;
}
-->
</style>
</head>

<body>
<h2></h2>
<div id="menu12">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Çeşit Çeşit Menü Kodları 1627menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Vertical Menu Designs at exploding-boy.com</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #FFF;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

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

img {
border: none;
}

/*- Menu 9--------------------------- */

#menu9 {
width: 200px;
margin: 10px;
}

#menu9 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu9 li a:link, #menu9 li a:visited {
color: #FFF;
display: block;
background: url(http://img127.yukle.tc/images/4019menu9.gif);
padding: 8px 0 0 35px;
}

#menu9 li a:hover, #menu9 li #current {
color: #FFF;
background: url(http://img127.yukle.tc/images/4019menu9.gif) 0 -32px;
padding: 8px 0 0 35px;
}
-->
</style>
</head>

<body>
<h2></h2>
<div id="menu9">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Sayfa başına dön Aşağa gitmek
seanpaul46
Moderator
Moderator
seanpaul46


Mesaj Sayısı : 20
Kayıt tarihi : 26/04/08

Çeşit Çeşit Menü Kodları Empty
MesajKonu: devamı   Çeşit Çeşit Menü Kodları Icon_minitimePaz Nis. 27, 2008 10:32 am

Çeşit Çeşit Menü Kodları 8566menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">

<html>
<head>
<title>ZDnet Emulation Preview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
/* CSS Tabs */
#navcontainer {
background: #369;
border-top: 1px solid #9CC;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li {
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li {
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
background: #900;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover {
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active {
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active {
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active {
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}
-->
</style>
</head>

<body>
<h4></h4>

<div id="navcontainer">
<ul id="navlist">
<!-- CSS Tabs -->
<li id="active"><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Çeşit Çeşit Menü Kodları 6555menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">

<html>
<head>
<title>Zeldman's DWWS menu Preview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
/* CSS Tabs */
#navcontainer {
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a {
background: #fff;
width: 78px;
height: 18px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #f5d7b4;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
color: #930;
background: #f5d7b4;
}

#navcontainer a:active {
background: #c60;
color: #fff;
}

#navcontainer li#active a {
background: #c60;
border: 1px solid #c60;
color: #fff;
}
-->
</style>
</head>

<body>
<h4>Zeldman's DWWS menu</h4>

<div id="navcontainer">
<ul id="navlist">
<!-- CSS Tabs -->
<li id="active"><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Çeşit Çeşit Menü Kodları 9556menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Vertical Menu Designs at exploding-boy.com</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #FFF;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

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

img {
border: none;
}

/*- Menu 8--------------------------- */

#menu8 {
width: 200px;
margin: 10px;
border-style: solid;
border-color: #656556;
border-size: 1px;
border-width: 1px;
}

#menu8 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu8 li a:link, #menu8 li a:visited {
color: #656556;
display: block;
background: url(http://img127.yukle.tc/images/4584menu8.gif);
padding: 8px 0 0 20px;
}

#menu8 li a:hover, #menu8 li #current {
color: #474739;
background: url(http://img127.yukle.tc/images/4584menu8.gif) 0 -32px;
padding: 8px 0 0 20px;
}
-->
</style>
</head>

<body>
<h2></h2>
<div id="menu8">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Çeşit Çeşit Menü Kodları 8066menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Vertical Menu Designs at exploding-boy.com</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #FFF;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

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

img {
border: none;
}

/*- Menu 7--------------------------- */

#menu7 {
width: 200px;
margin: 10px;
}

#menu7 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu7 li a:link, #menu7 li a:visited {
color: #FFF;
display: block;
background: url(http://img127.yukle.tc/images/8917menu7.gif);
padding: 8px 0 0 30px;
}

#menu7 li a:hover, #menu7 li #current {
color: #FFF;
background: url(http://img127.yukle.tc/images/8917menu7.gif) 0 -32px;
padding: 8px 0 0 30px;
}
-->
</style>
</head>

<body>
<h2></h2>
<div id="menu7">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Sayfa başına dön Aşağa gitmek
seanpaul46
Moderator
Moderator
seanpaul46


Mesaj Sayısı : 20
Kayıt tarihi : 26/04/08

Çeşit Çeşit Menü Kodları Empty
MesajKonu: devamı   Çeşit Çeşit Menü Kodları Icon_minitimePaz Nis. 27, 2008 10:32 am

Çeşit Çeşit Menü Kodları 5886menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Free CSS Vertical Menu Designs at exploding-boy.com</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #FFF;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

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

img {
border: none;
}

/*- Menu 4--------------------------- */

#menu4 {
width: 200px;
margin: 10px;
border-style: solid solid none solid;
border-color: #000;
border-size: 1px;
border-width: 1px;
}

#menu4 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu4 li a:link, #menu4 li a:visited {
color: #CCC;
display: block;
background: url(http://img127.yukle.tc/images/3465menu4.gif);
padding: 8px 0 0 10px;
}

#menu4 li a:hover, #menu4 li #current {
color: #FFF;
background: url(http://img127.yukle.tc/images/3465menu4.gif) 0 -32px;
padding: 8px 0 0 10px;
}
-->
</style>
</head>

<body>
<h2></h2>
<div id="menu4">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Çeşit Çeşit Menü Kodları 504menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Free Menu Designs - e-lusion.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="author" content="Ian Main" />
<meta name="Copyright" content="Creative Commons - http://creativecommons.org/licenses/by/2.0/" />
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #F3FAFF;
}

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

/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */

#menu4 {
width: 200px;
border-style: solid solid none solid;
border-color: #D76100;
border-size: 1px;
border-width: 1px;
margin: 10px;
}

#menu4 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu4 li a:link, #menu4 li a:visited {
color: #9E3C02;
display: block;
background: url(http://img127.yukle.tc/images/6050menu4.gif);
padding: 8px 0 0 30px;
}

#menu4 li a:hover, #menu4 li #current {
color: #fff;
background: url(http://img127.yukle.tc/images/6050menu4.gif) 0 -32px;
padding: 8px 0 0 30px;
}

#menu4 li a:active {
color: #fff;
background: url(http://img127.yukle.tc/images/6050menu4.gif) 0 -64px;
padding: 8px 0 0 30px;
}
-->
</style>
</head>

<body>
<div id="menu4">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
Çeşit Çeşit Menü Kodları 6674menu
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Free Menu Designs - e-lusion.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="author" content="Ian Main" />
<meta name="Copyright" content="Creative Commons - http://creativecommons.org/licenses/by/2.0/" />
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #F3FAFF;
}

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

/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */

#menu5 {
width: 200px;
border-style: none solid none solid;
border-color: #D0D0D0;
border-width: 1px;
margin: 10px;
}

#menu5 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu5 li a:link, #menu5 li a:visited {
color: #777;
display: block;
background: url(http://img127.yukle.tc/images/541menu5.gif);
padding: 8px 25px 0 10px;
text-align: right;
}

#menu5 li a:hover, #menu5 li #current {
color: #fff;
background: url(http://img127.yukle.tc/images/541menu5.gif) 0 -32px;
padding: 8px 25px 0 10px;
text-align: right;
}

#menu5 li a:active {
color: #fff;
background: url(http://img127.yukle.tc/images/541menu5.gif) 0 -64px;
padding: 8px 25px 0 10px;
text-align: right;
}
-->
</style>
</head>

<body>
<div id="menu5">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html">Home</a></li>
<li><a href="Products.html">Products</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Order.html">Order</a></li>
<li><a href="News.html">News</a></li>
<li><a href="About.html">About</a></li>

</ul>
</div>
</body>
</html>
kodla sol menüyü kapat
buraya yazı veya kod yazan yere menü kodunu koyup kaydet bu kadar

Kod:
<div style="position: absolute; top: 730px; left: 5px; background: white; width: 183px; height: 1600px"> Buraya istediğiniz yazı ya da kod </div>


Tasarım Ayarları - Gelişmiş Ayarlar - Tasarımın üzerindeki yazı alanına kopyalayınız..

Bu kodu sitenize göre ayarlayabilirsiniz...
top:Belirlediğiniz kod alanınızın yeridir.Sayı artarsa kod alanı aşağı kayar..
left:Kod alanının sol tarafa olan uzaklığıdır
width:Kod alanının genişliği
Height:Yüksekliği
background:Arkaplan rengi

not:alıntıdır
Sayfa başına dön Aşağa gitmek
 
Çeşit Çeşit Menü Kodları
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
MuSallaT.BenimForum.Org | Bilgi-Paylasım-Eglence | :: HTML Bölümü :: HTML Öğrenme Zamanı-
Buraya geçin: