![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/03/2002, 17:06
|
![Avatar de adex](http://static.forosdelweb.com/customavatars/avatar17720_1.gif) | | | Fecha de Ingreso: marzo-2002 Ubicación: Lima, Perú, América Latina
Mensajes: 445
Antigüedad: 22 años, 11 meses Puntos: 0 | |
Re: FolderTree! aqui va uno, a mi modesto entender creo que es este lo que necesitas.....
<html>
<head>
<title>tu ejemplo</title>
<style type="text/css">
body {
margin: 0px;
}
#menuBar {
background-color: #c0c0c0;
border-style: solid;
border-width: 0px;
border-top-color: #f0f0f0;
border-top-width: 2px;
border-bottom-color: #909090;
border-bottom-width: 2px;
color: #000000;
padding: 0px;
padding-top: 2px;
padding-bottom: 2px;
position: absolute;
left: 0px;
top: 0px;
text-align: left;
// aquí especificas el ancho que ocupa en la página
width: 20%;
z-index: 20;
}
a.menuButton, a.menuButtonActive {
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
color: #000000;
cursor: default;
font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
padding: 2px;
padding-left: 6px;
padding-right: 6px;
position: relative;
left: 0px;
top: 0px;
text-decoration: none;
}
a.menuButton:hover {
border-color: #f0f0f0 #505050 #505050 #f0f0f0;
color: #000000;
}
a.menuButtonActive, a.menuButtonActive:hover {
background-color: #909090;
border-color: #505050 #f0f0f0 #f0f0f0 #505050;
color: #ffffff;
left: 1px;
top: 1px;
}
.menu {
background-color: #c0c0c0;
border-style: solid;
border-width: 2px;
border-top-color: #f0f0f0;
border-right-color: #909090;
border-bottom-color: #909090;
border-left-color: #f0f0f0;
padding: 0px;
position: absolute;
text-align: left;
visibility: hidden;
z-index: 101;
}
a.menuItem {
color: #000000;
cursor: default;
display: block;
font-family: "MS Sans Serif", Arial, Tahoma,sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 2px;
padding-left: 12px;
padding-right: 12px;
text-decoration: none;
white-space: nowrap;
}
a.menuItem:hover {
background-col |