düşünceli
Katılımcı
slm.lar.frontpage 2003 e aşağıdaki buton kodlarını eklediğimde not defterinde ön izleme yaptığımdaki gibi olmuyor.Ekleniyor fakat bazı özelliklerini kaybediyor bu hatayı sonlandırp verimli halde nasıl kullanabilirim.
bunlarda butonda kullanmaya çalıştığım resimleri
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>roScripts - Vertical CSS menu 3</title>
<style type="text/css">
body {font-family: Arial, Helvetica, sans-serif;margin: 0;font-size: 70%;font-weight: bold;background: #202B31;}
ul {list-style: none;margin: 0;padding: 0;}
img {border: none;}
#container {width:200px;background-color: #333A46;margin-left: 15px;margin-top: 36px;}
#top {background-image: url('nav_top.gif');background-repeat:no-repeat;background-position:top left;height: 16px;}
#bottom {background-image: url('nav_bottom.gif');background-repeat:no-repeat;background-position:bottom left;height: 16px;border-top:1px solid #000;}
#roScripts_m2 {width: 200px;}
#roScripts_m2 li a {height: 32px;voice-family: "\"}\"";voice-family: inherit;height: 24px;text-decoration: none;}
#roScripts_m2 li a:link, #roScripts_m2 li a:visited {color: #ccc;display: block;background: url(roScripts_m2.gif);padding: 8px 0 0 25px;}
#roScripts_m2 li a:hover, #roScripts_m2 li #current {color: #fff;background: url(roScripts_m2.gif) 0 -32px;border-bottom:1px solid #000;padding: 8px 0 0 27px;}
</style>
</head>
<body>
<div id="container">
<div id="top"></div>
<div id="roScripts_m2">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a id="current" 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>
<div id="bottom"></div>
</div>
</body>
</html>