Hola como estan?
bueno lo que me paso es algo extraño, porque cuando hice el menu desplegable en mi web de practica me salio perfecto, y cuando lo quise hacer en la web que estoy subiendo no me sale.. el menu me sale para arriba en vez de abajo :S
ademas de que todas las fotos que tenia no se ven, es algo raro porque ayer estaba a la perfeccion y lo subi todo bien..
aca les dejo mis codigos:
plantilla:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Blutengel Argentina</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
<link rel="stylesheet" href="estilo-menu-desplegable.css" type="text/css" media="all">
<script language="javascript" src="numero-de-menus.txt" type="text/javascript"></script>
<body onload="init();">
<script language="JavaScript" src="no-tocar.txt" type="text/javascript"></script>
</head>
<body>
<div id="global">
<div id="curva-superior"></div>
<div id="cabecera">
<div id="navegacion">
<ul>
Sección 1
Sección 2
Sección 3
</div>
<div id="contenido">
<div id="menu">
<h1>Últimos Afiliados</h1>
<ul>[contenido no disponible]
<h2>Linkeanos</h2>
<ul>[contenido no disponible]
[contenido no disponible]<ul>[contenido no disponible]
<ul>[contenido no disponible]
<ul>[contenido no disponible]
<ul>[contenido no disponible]
</div>
[contenido no disponible]</p>
<div id="myscroll" style="position:left; left:10px; top:559px; width:600px; height:400px; z-index:1">
En pocas lecciones aprenderé a darle margenes para separarlos unos de otros, e incluso hacerles sanguias por la izquierda a la primera línea, que queda mucho mejorkhjdvdjvbsvbsjdvbzdvbxzndvbnxc bxnvbxzmvbjsdbdvs ç shvkbsbvsmvbskdjvbjskdvbjskdbvs sdvjbsdkvjsbdvsd vsdjkvbsdkjvbsjdvbsdvsdvsdvsjkdfshd dfjkdhjdfhbd sfjbvdkjfbdfkjvkjfhvfjhfdl dfjgdfgjdfjghdkjfghjdfgfjhgjfjg fkjghfdjghjdfghjdfghjkdhgdfj fjkghdjkghjdkfhgjfdg. </p>
<p align="left">ranz: Is Blutengel a side project of Terminal Choice? Or is it the other way around? Blutengel: It started as a side project but now it is the most selling project I have... We are selling 4 times more cd's as TC... But I would say that it is still a side project! Very important for me, because I AM Blutengel... TC is more a band, with 3 other members... Tranz: Translate Blutengel? Blutengel: Blood angel Tranz: Who does the studio work consist of? And who does the live music work consist of? </p>
<p align="left">Who works behind the scenes? Blutengel: It's always me! I just have to female singers bringing kind of erotic and variety in the music... But I write, record and mix all the music... Live, I only have a MD Player and the two girls... We concentrate more on the show (With 4 Show people) because everybody knows, that electro music is never played live... Tranz: The main subject for the music appears to be vampires and dark angels. Why?Anda, fijate! Salen todos centrados, que cosa. Espero que Jorgens n os enseñe a ponerlos alineados a la izquierda, o justificados. Así esto parece una poesia! je je je. </p>
kdhcjsdcdscb dcjgschdsgchjsdchjsdvchsvchjsdvchsvchsdc çhdcvhjsdcvhsdcvhsdvchsvchsvchsvcjsvdcshdc sdchbsdhcbhdschjsdcvdhsvcsdc cdjhdschsvchjsdc </p>
sdjcjdcb
</div>
<div id="pie">[contenido no disponible]</div>
<script language="javascript" src="definir-menus.txt" type="text/javascript"></script>
</body>
</html>
Estilo de menu:
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
position:absolute;
overflow:hidden;
left:-1000px;
top:-1000px;
text-align: left;
}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
position:absolute;
}
/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
position:relative;
left:0px; top:0px;
border:1px solid #999;
z-index:2;
}
.transMenu.top .items {
border-top:none;
}
/* each TR.item is one menu item */
.transMenu .item {
color:#000000;
background-image: url(objetos/fondo-no-activo.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration:none;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
position:absolute;
left:0px;
top:0px;
z-index:1;
-moz-opacity:.8;
filter:alpha(opacity=23);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
position:absolute;
z-index:3;
top:3px; width:2px;
-moz-opacity:.4;
filter:alpha(opacity=35);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
position:absolute;
z-index:1;
left:3px; height:2px;
-moz-opacity:.4;
filter:alpha(opacity=40);
}
/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
background-image: url(objetos/fondo-activo.gif);
color:#385385;
}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
margin-left:10px;
}
.textoNoIdent {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}
.formError {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333333;
border-top: 1px solid #C4CCCC;
border-right: 1px solid #ACB5B5;
border-bottom: 1px solid #6F7777;
border-left: 1px solid #ACB5B5;
padding: 2px 0 2px 0.25em;
background-color: #F5E984;
}
.txtError {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #990000;
background-color: #E9E9E9;
padding: 5px;
text-align: justify;
}
DEfinir menu:
if (TransMenu.isSupported())
{
var ms=new TransMenuSet(TransMenu.direction.down,1,0, TransMenu.reference.bottomLeft);
var desplegable1 = ms.addMenu(document.getElementById('desplegable1'));
desplegable1.addItem('Noticias','ruta');
desplegable1.addItem('Banda','ruta');
desplegable1.addItem('Biografia','ruta');
desplegable1.addItem('Discografia','ruta');
desplegable1.addItem('Videografia','ruta');
desplegable1.addItem('Letras','ruta');
var desplegable6_0 = desplegable1.addMenu(desplegable1.items[5]);
desplegable6_0.addItem('Angel Dust','ruta');
desplegable6_0.addItem('Demon Kiss','ruta');
desplegable6_0.addItem('Labyrinth','ruta');
desplegable1.addItem('Traducciones','ruta');
var desplegable7_0 = desplegable1.addMenu(desplegable1.items[6]);
desplegable7_0.addItem('Sub-Seccion 2.1','ruta');
desplegable7_0.addItem('Sub-Seccion 2.2','ruta');
desplegable7_0.addItem('Sub-Seccion 2.3','ruta');
var desplegable2 = ms.addMenu(document.getElementById('desplegable2'));
desplegable2.addItem('Seccion 1','ruta');
desplegable2.addItem('Seccion 2','ruta');
var desplegable2_0 = desplegable2.addMenu(desplegable2.items[1]);
desplegable2_0.addItem('Sub-Seccion 2.1','ruta');
desplegable2_0.addItem('Sub-Seccion 2.2','ruta');
desplegable2_0.addItem('Sub-Seccion 2.3','ruta');
desplegable2.addItem('Seccion 3','ruta');
desplegable2.addItem('Seccion 4','ruta');
desplegable2.addItem('Seccion 5','ruta');
var desplegable2_0 = desplegable2.addMenu(desplegable2.items[4]);
desplegable2_0.addItem('Sub-Seccion 5.1','ruta');
desplegable2_0.addItem('Sub-Seccion 5.2','ruta');
var desplegable3 = ms.addMenu(document.getElementById('desplegable3'));
desplegable3.addItem('Seccion 1','ruta');
desplegable3.addItem('Seccion 2','ruta');
var desplegable3_0 = desplegable3.addMenu(desplegable3.items[1]);
desplegable3_0.addItem('Sub-Seccion 2.1','ruta');
desplegable3_0.addItem('Sub-Seccion 2.2','ruta');
desplegable3_0.addItem('Sub-Seccion 2.3','ruta');
desplegable3.addItem('Seccion 3','ruta');
desplegable3.addItem('Seccion 4','ruta');
desplegable3.addItem('Seccion 5','ruta');
var desplegable3_0 = desplegable3.addMenu(desplegable3.items[4]);
desplegable3_0.addItem('Sub-Seccion 5.1','ruta');
desplegable3_0.addItem('Sub-Seccion 5.2','ruta');
TransMenu.renderAll();
}
gracias espero su ayuda atentamente
Bueno ya descubri cual es mi problema... que como tengo un scroll abajo del menu cuando el menu tendria que pasarle por arriba no lo hace y se me corre todo para arriba para que no se choquen, no se si me explico xD
que hago? lo bajo y como o que?
el tema tambien es que cuando paso el mouse por el menu toda la tabla de contenidos se me mueve que puedo hacer?
Hola
danos la url de tu página para verlo
saludos
http://blutengel.onlinewebshop.net/plantilla.htmlde paso te agradeceria si me dijeras que tipo de internet tienes y como la ves. Yo la veo bien con internet explorer, salvo lo del menu
Hola
hay un monton de errores
empezamos
tienes repetida esta linea (en rojo)
<link rel="stylesheet" href="estilo-menu-desplegable.css" type="text/css" media="all">
<script language="javascript" src="no-tocar.txt" type="text/javascript"></script>
<script language="javascript" src="numero-de-menus.txt" type="text/javascript"></script>
</head>
<body onload="init();">
<script language="JavaScript" src="no-tocar.txt" type="text/javascript"></script>
<div id="global">
y te falta cerrar ul
<h2>Linkeanos</h2>
<ul>
[contenido no disponible]
[contenido no disponible]<ul>[contenido no disponible]
edito... tienes muchos ul abiertos,
sigo checando....
tambien te falta cerrar la div contenido
y la div global
el tema es que si cierro global se me baja elhead y el scroll
Si
pero.... eso es por otra cosa
no puedes tener divs ni uls, ni ils abiertos
por ahora voy a comer, al rato le sigo checando
saludos
me queda asi
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Blutengel Argentina</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
<link rel="stylesheet" href="estilo-menu-desplegable.css" type="text/css" media="all">
<script language="javascript" src="no-tocar.txt" type="text/javascript"></script>
<script language="javascript" src="numero-de-menus.txt" type="text/javascript"></script>
</head>
<body onload="init();">
<div id="global"></div>
<div id="cabecera">
<div id="publicidad">
[contenido no disponible]</div>
</div>
<div id="navegacion">
<ul>
Sección 1
Sección 2
Sección 3
</div>
<div id="contenido"></div>
<div id="menu">
<h1>Últimos Afiliados</h1>
<ul>[contenido no disponible]
<h2>Linkeanos</h2>
<ul>[contenido no disponible]
[contenido no disponible]<ul>[contenido no disponible]
[contenido no disponible]
</div>
[contenido no disponible]
<div id="myscroll" style="position:left; left:15px; top:559px; width:600px; height:400px; z-index:1">
</p>
</p>
En pocas lecciones aprenderé a darle margenes para separarlos unos de otros, e incluso hacerles sanguias por la izquierda a la primera línea, que queda mucho mejorkhjdvdjvbsvbsjdvbzdvbxzndvbnxc bxnvbxzmvbjsdbdvs ç shvkbsbvsmvbskdjvbjskdvbjskdbvs sdvjbsdkvjsbdvsd vsdjkvbsdkjvbsjdvbsdvsdvsdvsjkdfshd dfjkdhjdfhbd sfjbvdkjfbdfkjvkjfhvfjhfdl dfjgdfgjdfjghdkjfghjdfgfjhgjfjg fkjghfdjghjdfghjdfghjkdhgdfj fjkghdjkghjdkfhgjfdg. </p>
<p align="left">ranz: Is Blutengel a side project of Terminal Choice? Or is it the other way around? Blutengel: It started as a side project but now it is the most selling project I have... We are selling 4 times more cd's as TC... But I would say that it is still a side project! Very important for me, because I AM Blutengel... TC is more a band, with 3 other members... Tranz: Translate Blutengel? Blutengel: Blood angel Tranz: Who does the studio work consist of? And who does the live music work consist of? </p>
</p>
<p align="left">Who works behind the scenes? Blutengel: It's always me! I just have to female singers bringing kind of erotic and variety in the music... But I write, record and mix all the music... Live, I only have a MD Player and the two girls... We concentrate more on the show (With 4 Show people) because everybody knows, that electro music is never played live... Tranz: The main subject for the music appears to be vampires and dark angels. Why?Anda, fijate! Salen todos centrados, que cosa. Espero que Jorgens n os enseñe a ponerlos alineados a la izquierda, o justificados. Así esto parece una poesia! je je je. </p>
kdhcjsdcdscb dcjgschdsgchjsdchjsdvchsvchjsdvchsvchsdc çhdcvhjsdcvhsdcvhsdvchsvchsvchsvcjsvdcshdc sdchbsdhcbhdschjsdcvdhsvcsdc cdjhdschsvchjsdc </p>
sdjcjdcb</p>
Blutengel
Información general
Origen Alemania
Género(s) Futurepop, Darkwave
Tiempo 1999-actualidad
Sitio web [1] http://www.blutengel.de
Miembros
Chris Pohl, Constace Rudert, Ulrike Goldmann
Blutengel (en Alemán: Ángel de Sangre) es un grupo alemán de Futurepop con raíces y actitud gótica. Blutengel está conformado por Chris Pohl (también integrante de Terminal Choice, Tumor, y Pain of Progress) quién formó el grupo luego de haber dejado el dúo Seelenkrank. Las letras están en Alemán e Inglés y mezclan voces de ambos sexos.
Tabla de contenidos
1 Historia
2 Miembros
2.1 Miembros Actuales
2.2 Antiguos Miembros
3 Discografía
3.1 Albums
3.2 DVDs
3.3 Singles
3.4 Tracks exclusivos junto a Compilados
4 Enlaces externos
Historia Luego de que Chris Pohl dejara "Seelenkrank" por problemas legales, el grupo volvió con una nueva compañía y un nuevo nombre: Blutengel. Las letras en un principio estaban escritas en Alemán aunque posteriormente al Inglés, mezclaron voces femeninas con masculinas, junto a sonidos electrónicos. Las letras tratan de amor, tragedia, esperanza y de todos los aspectos de deseo del ser humano.
Las voces femeninas en un comienzo estaban conformadas por Kati Roloff y Nina Bendigkeit. Kati y Nina participaron en el debut de Blutengel con el álbum Child of Glass en 1999. Aunque el debut fue todo un éxito, sólo dos años más tarde grabaron su siguiente disco, Seelenschmerz.
En el 2000, Nina (En ese entonces, la voz femenina del grupo) dejó Blutengel, y Kati se convirtió en la principal voz femenina del grupo. La 2da voz femenina la tomó Gini Martin. "Children of the Night", "Der Spiegel", "Soul of Ice"' entre otras de "Seelenschmerz" tuvieron un éxito impresionante, apareciendo en el Top alemán.
A finales del 2001,Kati y Gini dejan el grupo para comenzar su propio grupo, Tristesse de la Lune. Kati fue reemplazada por Constance Rudert y posteriormente Gini por Eva Pölzing.
Con la nueva formación del grupo, Blutengel lanza su álbum Angel Dust, tomando el lugar número 58 en los Top 100, gracias a que los sencillos "Angel Of The Night", "Vampire Romance" aumentaron la popularidad del grupo.
En el 2004, Blutengel lanza su cuarto álbum Demon Kiss, seguido por el DVD Live Lines el cual salió a la venta el 2005, pero malas noticias vendrían entonces para Blutengel, ya que a principios de octubre del mismo año, Eva Pölzing abandona el grupo, para seguir sus estudios y sus proyectos personales.
Así fue como Ulrike Goldmann (ex-Say-Y) reemplazó a Eva y aparecieron los EP's The Oxidising Angel y My Saviour.
En Septiembre del 2007 lanzan su quinto album Labyrinth
Miembros
Miembros Actuales Chris Pohl - Voz masculina, programación y letras.
Constance Rudert - Voz femenina, letras
Ulrike Goldmann - Voz femenina, letras
Sonja Semmler - Performances
Antiguos Miembros 1998-1999: Nina Bendigkeit (También como voz femenina en los discos de Seelenkrank)
1998-2002: Katie Roloff (Luego de Blutengel, estuvo en Tristesse de la Lune con Gini pero dejó el grupo a principios del 2007)
2001-2002: Gini Martin (hoy en día en Tristesse de la Lune)
2002-2005: Eva Pölzing
D
A una larga manera fría
A través del suelo desnudo
Es un tipo de sensación
Para arrastrarnos
A una larga manera fría
A través del suelo desnudo
my saviour
La lluvia está callendo
La lluvia está callendo
Las calles son frías y vacías
Estoy sobre mi camino
A otra pesadilla
Estoy buscando la salvación
No se donde ocultarme
Quisiera que tú fueras mi salvador
Tú puedes romper esta jaula de hielo
Tú eres la única para salvarme
Puedo verlo en tus ojos
Quisiera que tú fueras mi salvador
Llévame a la eternidad
Tú eres un ángel sin alas
Solo tú puedes ponerme en libertad
Veo todas estas caras vacías
Ningún sentimiento en sus ojos
Nadie se preocupa por el dolor
Estoy desamparado como un niño
Entonces trato de cerrar mis ojos
Y me pongo para dormir
Lamento que no pueda dormir por siempre
Tocado por la mano de la muerte
Quisiera que tú me salvaras
Sálvame de este dolor
Por favor mi pequeño ángel
No me dejes morir otra vez
Quisiera que tú me salvaras
Sálvame de este dolor
Por favor no me abandones
No me dejes morir otra vez
Quisiera que tú fueras mi salvador
Tú puedes romper esta jaula de hielo
Tu eres la única para salvarme
Puedo verlo en tus ojos
(Mira en mis ojos)
Quisiera que tú fueras mi salvador
Llévame a la eternidad
Tú eres un ángel sin alas
Solo tú puedes ponerme en libertad
(Puedo ponerte en libertad)
Yo buscaba la razón
La razón de amarte
Pero no está ese sentimiento
Un sentimiento para ti
No puedo negar mi inseguridad
Estoy confundido sobre nosotros
No quiero seguir con esto
Trato de liberarme
No hay nada más que espere de ti
Nunca verás las lágrimas en mis ojos
Andaré este camino yo solo
No te necesito más
Encontraré otro lugar para quedarme
Lejos de ti
Y ahora tú llorando en tu cuarto esta noche
Pero no hay ningún cambio
keine
Yo te busco en la oscuridad
Por favor toma el dolor de mí
No hay eternidad
Pero mi corazon me tira a ti
Tú nunca deseaste ser un ángel
Yo no vi los rasgones
¿Por qué me dajas sola?
¿Por qué no puedo ir contigo?
Te beso de tus pies
para abrir tu boca.
Puedo oírte llorar,
cuando tu sangre comienza a fluir.</p>
</div>
<div id="pie">[contenido no disponible]</div>
<script language="javascript" src="definir-menus.txt" type="text/javascript"></script>
</body>
</html>
aprovecho para preguntar, plantilla.html seria el home de mi pagina y para crear todas las que siguen con el mismo formato solo tengo que copiarles el html y cambiarle la informacion?
Hola
no puedo ver la barra de navegacion
donde quedo??
saludos
no la veo, de hecho no me aparece la mano, que indica enlace
que le pasa???'
auch que tengo que hacerlo todo de vuelta?
:S
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Blutengel Argentina</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
<link rel="stylesheet" href="estilo-menu-desplegable.css" type="text/css" media="all">
<script language="javascript" src="no-tocar.txt" type="text/javascript"></script>
<script language="javascript" src="numero-de-menus.txt" type="text/javascript"></script>
</head>
<body onload="init();">
<script language="JavaScript" src="no-tocar.txt" type="text/javascript"></script>
<div id="global">
<div id="cabecera">
<div id="publicidad">
[contenido no disponible]</div>
</div>
<div id="navegacion">
<ul>
Sección 1
Sección 2
Sección 3
</div>
<div id="contenido"></div>
<div id="menu">
<h1>Últimos Afiliados</h1>
<ul>[contenido no disponible]
<h2>Linkeanos</h2>
<ul>[contenido no disponible]
<ul>[contenido no disponible]<ul>[contenido no disponible]
<ul>[contenido no disponible]
<ul>[contenido no disponible]
<ul>[contenido no disponible]
</div>
[contenido no disponible]
<div id="myscroll" style="position:left; left:15px; top:559px; width:600px; height:400px; z-index:1">
</p>
</p>
En pocas lecciones aprenderé a darle margenes para separarlos unos de otros, e incluso hacerles sanguias por la izquierda a la primera línea, que queda mucho mejorkhjdvdjvbsvbsjdvbzdvbxzndvbnxc bxnvbxzmvbjsdbdvs ç shvkbsbvsmvbskdjvbjskdvbjskdbvs sdvjbsdkvjsbdvsd vsdjkvbsdkjvbsjdvbsdvsdvsdvsjkdfshd dfjkdhjdfhbd sfjbvdkjfbdfkjvkjfhvfjhfdl dfjgdfgjdfjghdkjfghjdfgfjhgjfjg fkjghfdjghjdfghjdfghjkdhgdfj fjkghdjkghjdkfhgjfdg. </p>
<p align="left">ranz: Is Blutengel a side project of Terminal Choice? Or is it the other way around? Blutengel: It started as a side project but now it is the most selling project I have... We are selling 4 times more cd's as TC... But I would say that it is still a side project! Very important for me, because I AM Blutengel... TC is more a band, with 3 other members... Tranz: Translate Blutengel? Blutengel: Blood angel Tranz: Who does the studio work consist of? And who does the live music work consist of? </p>
</p>
<p align="left">Who works behind the scenes? Blutengel: It's always me! I just have to female singers bringing kind of erotic and variety in the music... But I write, record and mix all the music... Live, I only have a MD Player and the two girls... We concentrate more on the show (With 4 Show people) because everybody knows, that electro music is never played live... Tranz: The main subject for the music appears to be vampires and dark angels. Why?Anda, fijate! Salen todos centrados, que cosa. Espero que Jorgens n os enseñe a ponerlos alineados a la izquierda, o justificados. Así esto parece una poesia! je je je. </p>
kdhcjsdcdscb dcjgschdsgchjsdchjsdvchsvchjsdvchsvchsdc çhdcvhjsdcvhsdcvhsdvchsvchsvchsvcjsvdcshdc sdchbsdhcbhdschjsdcvdhsvcsdc cdjhdschsvchjsdc </p>
sdjcjdcb</p>
Blutengel
Información general
Origen Alemania
Género(s) Futurepop, Darkwave
Tiempo 1999-actualidad
Sitio web [1] http://www.blutengel.de
Miembros
Chris Pohl, Constace Rudert, Ulrike Goldmann
Blutengel (en Alemán: Ángel de Sangre) es un grupo alemán de Futurepop con raíces y actitud gótica. Blutengel está conformado por Chris Pohl (también integrante de Terminal Choice, Tumor, y Pain of Progress) quién formó el grupo luego de haber dejado el dúo Seelenkrank. Las letras están en Alemán e Inglés y mezclan voces de ambos sexos.
Tabla de contenidos
1 Historia
2 Miembros
2.1 Miembros Actuales
2.2 Antiguos Miembros
3 Discografía
3.1 Albums
3.2 DVDs
3.3 Singles
3.4 Tracks exclusivos junto a Compilados
4 Enlaces externos
Historia Luego de que Chris Pohl dejara "Seelenkrank" por problemas legales, el grupo volvió con una nueva compañía y un nuevo nombre: Blutengel. Las letras en un principio estaban escritas en Alemán aunque posteriormente al Inglés, mezclaron voces femeninas con masculinas, junto a sonidos electrónicos. Las letras tratan de amor, tragedia, esperanza y de todos los aspectos de deseo del ser humano.
Las voces femeninas en un comienzo estaban conformadas por Kati Roloff y Nina Bendigkeit. Kati y Nina participaron en el debut de Blutengel con el álbum Child of Glass en 1999. Aunque el debut fue todo un éxito, sólo dos años más tarde grabaron su siguiente disco, Seelenschmerz.
En el 2000, Nina (En ese entonces, la voz femenina del grupo) dejó Blutengel, y Kati se convirtió en la principal voz femenina del grupo. La 2da voz femenina la tomó Gini Martin. "Children of the Night", "Der Spiegel", "Soul of Ice"' entre otras de "Seelenschmerz" tuvieron un éxito impresionante, apareciendo en el Top alemán.
A finales del 2001,Kati y Gini dejan el grupo para comenzar su propio grupo, Tristesse de la Lune. Kati fue reemplazada por Constance Rudert y posteriormente Gini por Eva Pölzing.
Con la nueva formación del grupo, Blutengel lanza su álbum Angel Dust, tomando el lugar número 58 en los Top 100, gracias a que los sencillos "Angel Of The Night", "Vampire Romance" aumentaron la popularidad del grupo.
En el 2004, Blutengel lanza su cuarto álbum Demon Kiss, seguido por el DVD Live Lines el cual salió a la venta el 2005, pero malas noticias vendrían entonces para Blutengel, ya que a principios de octubre del mismo año, Eva Pölzing abandona el grupo, para seguir sus estudios y sus proyectos personales.
Así fue como Ulrike Goldmann (ex-Say-Y) reemplazó a Eva y aparecieron los EP's The Oxidising Angel y My Saviour.
En Septiembre del 2007 lanzan su quinto album Labyrinth
Miembros
Miembros Actuales Chris Pohl - Voz masculina, programación y letras.
Constance Rudert - Voz femenina, letras
Ulrike Goldmann - Voz femenina, letras
Sonja Semmler - Performances
Antiguos Miembros 1998-1999: Nina Bendigkeit (También como voz femenina en los discos de Seelenkrank)
1998-2002: Katie Roloff (Luego de Blutengel, estuvo en Tristesse de la Lune con Gini pero dejó el grupo a principios del 2007)
2001-2002: Gini Martin (hoy en día en Tristesse de la Lune)
2002-2005: Eva Pölzing
Discografía
Albums 1999: Child of Glass
2001: Seelenschmerz
2002: Angel Dust
2004: Demon Kiss
2005: Live Lines (Live Album)
2005: The Oxidising Angel EP
2006: My Saviour EP
2007: Labyrinth
También están las ediciones limitadas de Seelenschmerz, Angel Dust, Demon Kiss, The Oxidising Angel y Labyrinth.
DVDs 2005: Live Lines
Singles 2001: Bloody Pleasures
2001: Black Roses
2002: Vampire Romance
2003: Forever
2004: Mein Babylon (Stendal Blast & Blutengel)
2004: No Eternity
2007: Lucifer (Blaze)
2007: Lucifer (Purgatory)
Tracks exclusivos junto a Compilados Awake the Machines Vol. 2 – Love
Machineries of Joy – Fairyland (Female Version)
Machineries of Joy Vol. 3 – Falling
Awake the Machines Vol. 5 – Go to Hell? (Forever Lost Remix)
Advanced Electronics – Black Roses (Remix)
Fear Section Vol. 1 – Weg zu mir (Shicksals-Version 2002)
Sonic Seducer M'Era Luna Sampler 2003 – Black Wedding (Exclusive Remix by ASP)
Sonic Seducer – Cold Hands Vol. 24 – Iron Heart (Plastic Noise Experience Remix)
ZilloScope 3/2004 – Love Killer (Zillo Version)
Mystic Sounds Volume 10 – I'm Dying Alone
seelenshmertz
El Dolor Del Alma
Puedes ser tú para mí un ángel?
¿Puedes ser tú culpable para mí?
¿Tú te colocas en la luz blanca?
¿Tú que ves en mis ojos
Todavía no le crees a mis mentiras?
¿Tú lo deseas, te comportas solamente?
http://es.wikipedia.org/wiki/Blutengel
frozen heart
Estando solo en el mundo
extiende sus brazos contra la noche
pierde la fe en su corazòn
y en su mente
lloraste fuerte contra la tormenta
sus ojos se parecen a ella era todavia nacida
los destellos dessvian su cielo
como su frio corazon
Donde ella viene hace años
que hace que sus adorables ojos sean tan brillantes?
lloraste fuerte contra el tiempo
en su viaje a traves del mundo
ella es tan fragil como una flor en el viento
En el fin del mundo
deseo que pueda encontrar su amor
y que con el ella vuelva
al paraiso
miles de años y miles de noches
ella no puede creer en la luz
pero su frio corazon esta empezando a latir otra vez
vampire romance ll
Yo pongo mi dedo en tus labios,
Cierra tus ojos y siente mi lujuria,
Este es el dolor en mis besos,
Solo busco tu sangre,
Te mostraré cual es el precio,
entonces querido ven a mi esta noche,
extendamos nuestras alas y volemos,
dentro de la oscuridad de la noche.
Queremos sostenerte en nuestros brazos,
no te puedes resistir a nuestra ternura,
Somos tan misteriosos.
Queremos morderte, queremos tu sangre.
y no puedes resistirte a nuestros sangrientos labios,
Ven a nuestra tierra.
in my dreams
Siento la frialdad en mi corazón,
deseo que pudieras estar conmigo,
deseo que pudieras curar mi dolor más profundo,
y tómame lejos de todos mis miedos,
pero estoy atrapado en mi mundo de dudas,
no estoy libre para seguirte,
sé que me darías todo lo que tienes,
y me manejarías con cuidado.
Nunca olvidaré el momento,
cuando tú mirabas en mis ojos,
cuando toqué tu piel por primera vez,
sentí el cielo en mis manos,
así, traté de cerrar mis ojos,
y me estoy soñando lejos,
en mis sueños me sostienes apretado,
en mis sueños tú siempre estás aquí,
no quiero volver a despertar,
no quiero encarar la realidad,
una vez tan lejos de mí,
peru tú siempre estarás en mis sueños,
En mis sueños,
en mis sueños
in the distance
Estoy caminando en un camino sin fin
Todo es tan lejano
Dejé mis memorias detrás
Me sostengo aquí en este planeta
Todo es tan oscuro
Tan frío y desesperado para mí
Toda la gente que he visto
Sufrir de la misma enfermedad
Apenas cuidan de sí mismos
Realizo y lamento
Porque no puedo ayudarme
¿Puede cualquiera rescatarme?
Vendré a salvar tu alma
Toma mi mano, yo cuidaré
Te sostendré en mis brazos
Ninguna necesidad de gritar, estaré allí
Puedo verte en la distancia
Y espero que me rescates
Toda mi vida era el esperar justo
Por un ángel que venga a mí
A darme la esperanza y darme la fuerza
Por esta vida que tengo que vivir
Nunca me dejes abajo otra vez
Sostén mi mano eternamente
Estoy caminando en un camino sin fin
Todo es tan lejano
Dejé mis memorias detrás
Me sostengo aquí en este planeta
Todo es tan oscuro
Tan frío y desesperado para mí
Puedo verte en la distancia
Y espero que me rescates
Toda mi vida era el esperar justo
Por un ángel que venga a mí
A darme la esperanza y darme la fuerza
Por esta vida que tengo que vivir
Nunca me dejes abajo otra vez
Sostén mi mano eternamente
suicide
Seremos nosotros por siempre
Aunque vivamos apartados
Nada es por siempre
El amor romperá tu corazón
Seremos nosotros por siempre
Aunque vivamos apartados
Nada es por siempre
El amor romperá tu corazón
Es un tipo de sensación
Para arrastrarnos
A una larga manera fría
A través del suelo desnudo
Es un tipo de sensación
Para arrastrarnos
A una larga manera fría
A través del suelo desnudo
my saviour
La lluvia está callendo
La lluvia está callendo
Las calles son frías y vacías
Estoy sobre mi camino
A otra pesadilla
Estoy buscando la salvación
No se donde ocultarme
Quisiera que tú fueras mi salvador
Tú puedes romper esta jaula de hielo
Tú eres la única para salvarme
Puedo verlo en tus ojos
Quisiera que tú fueras mi salvador
Llévame a la eternidad
Tú eres un ángel sin alas
Solo tú puedes ponerme en libertad
Veo todas estas caras vacías
Ningún sentimiento en sus ojos
Nadie se preocupa por el dolor
Estoy desamparado como un niño
Entonces trato de cerrar mis ojos
Y me pongo para dormir
Lamento que no pueda dormir por siempre
Tocado por la mano de la muerte
Quisiera que tú me salvaras
Sálvame de este dolor
Por favor mi pequeño ángel
No me dejes morir otra vez
Quisiera que tú me salvaras
Sálvame de este dolor
Por favor no me abandones
No me dejes morir otra vez
Quisiera que tú fueras mi salvador
Tú puedes romper esta jaula de hielo
Tu eres la única para salvarme
Puedo verlo en tus ojos
(Mira en mis ojos)
Quisiera que tú fueras mi salvador
Llévame a la eternidad
Tú eres un ángel sin alas
Solo tú puedes ponerme en libertad
(Puedo ponerte en libertad)
i'm dying alone
¿No puedes verme al caer
Una caída sin fin?
¿No puedes oírme al llamar
Una llamada que nunca termina?
¿No puedes verme sangrar?
Estoy perdiendo el control
¿No puedes verme morir?
Estoy muriendo solo
ice angel
Cierro mis ojos
Deseo dormir
En la noche, mi querido, pareces tan dulce
¿ángel de hielo, por qué eres tan frío?
Mi ángel de hielo, no importa
lo que me dijiste
Siento la frialdad de tu sangre
Veo la luz congelada dentro de tu cara
Hay alguien que grita para ti,
no importa lo que lo hagas
(No importa lo que lo hago)
hay alguien que grita para ti, y cada mentira
se vuelve a ti
(Cada mentira se vuelve a mí)
Es una partida con este momento,
lleno tus ojos con profundo cristal
(llena mis ojos con profundo cristal)
Veo la oscuridad dentro de tu corazón,
no hay lugar para que sea
(No hay lugar para que seas)
Ahora sé que romperás mi corazón
Y no volveré, no volveré a ti,
mi amor
No volveré a todo este dolor,
no volveré a todo tu amor
pero después de que todo lo que sé,
solamente mi corazón decidirá
Hay alguien que grita para ti,
no importa lo que lo hagas
(No importa lo que lo hago)
hay alguien que grita para ti, y cada mentira
se vuelve a ti
(Cada mentira se vuelve a mí)
Es una partida con este momento,
lleno tus ojos con profundo cristal
(llena mis ojos con profundo cristal)
Veo la oscuridad dentro de tu corazón,
no hay lugar para que sea
(No hay lugar para que seas)
leaving you
Yo buscaba la razón
La razón de amarte
Pero no está ese sentimiento
Un sentimiento para ti
No puedo negar mi inseguridad
Estoy confundido sobre nosotros
No quiero seguir con esto
Trato de liberarme
No hay nada más que espere de ti
Nunca verás las lágrimas en mis ojos
Andaré este camino yo solo
No te necesito más
Encontraré otro lugar para quedarme
Lejos de ti
Y ahora tú llorando en tu cuarto esta noche
Pero no hay ningún cambio
keine
Yo te busco en la oscuridad
Por favor toma el dolor de mí
No hay eternidad
Pero mi corazon me tira a ti
Tú nunca deseaste ser un ángel
Yo no vi los rasgones
¿Por qué me dajas sola?
¿Por qué no puedo ir contigo?
Cuando mi alma casi se rompe
Viniste de la oscuridad
Me afectaste totalmente
Tomaste todo el dolor de mí
Tú le diste sentido a mi vida
Sensaciones que nunca creí
Ambos volamos por la noche
Completamente de la oscura pasión
Pero nos vimos
Cazamos la realidad
Deseamos huir, deseamos ir lejos
Pero fuimos demasiodo débiles
Yo te busco en la oscuridad
Por favor toma el dolor de mí
No hay eternidad
Pero mi corazon me tira a ti
Tú nunca deseaste ser un ángel
Yo no vi los rasgones
¿Por qué me dajas sola?
¿Por qué no puedo ir contigo?
Busco solo por la noche
No puedo creer, que tú fuiste
El dolor abrocha firmemente mi corazón
No puedo respirar sin ti
Qué debo hacer, donde estoy
No hay nada que aun suceda
Antes que el dolor me corroa
Yo confío en este mundo
Yo te busco en la oscuridad
Por favor toma el dolor de mí
No hay eternidad
Pero mi corazon me tira a ti
Tú nunca deseaste ser un ángel
Yo no vi los rasgones
¿Por qué me dajas sola?(adicto)
sabes lo que necesito
sabes lo que quiero
juega este juego conmigo
juega este juego conmigo
sabes lo que hice
sabes lo que quiero
juega este juego conmigo
juega este juego conmigo
dame lo que necesito
dame lo que quiero
juega, juega este juego conmigo
juega este juego conmigo
adicto a las cosas que tu me das
las quierto cada noche
amo su cuerpo, amo su piel
se que nosotros estamos bien
ven y dame lo que necesito
ven y damelo ahora
lo sabes me obtuviste bajo control
pero lo quiero de alguna manera
¿Por qué no puedo ir contigo?
Placeres sangrientos"
Déjame tocar tu piel,
déjame ver tus ojos.
Probarás este dulce dolor,
te gustará sufrir por mí.
Mira la luz en mis ojos,
siente los razorbables en tu piel,
Mira tu sangre chispeante,
déjame beber tu vida.
Y en mi mundo de tentaciones,
yo esperaré por ti,
te mostraré todos los placeres,
hay mucho que podemos hacer,
no te asutes cariño,
déjame ser tu guía de la luz,
no te asustes cariño,
no hay ninguna razon para esconderse.
Te beso de tus pies
para abrir tu boca.
Puedo oírte llorar,
cuando tu sangre comienza a fluir.</p>
</div>
<div id="pie">[contenido no disponible]</div>
<script language="javascript" src="definir-menus.txt" type="text/javascript"></script>
</body>
</html>
y el index como lo ven? http://blutengel.onlinewebshop.net/index.html
Bueno lo hice todo de vuelta y lo subi aca esta el link
http://blutengel.onlinewebshop.net/home.htmlhome:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Blutengel Argentina</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="estilogeneral.css" type="text/css" media="all">
<link rel="stylesheet" href="estilo-menu-desplegable.css" type="text/css" media="all">
<script language="javascript" src="no-tocar.txt" type="text/javascript"></script>
<script language="javascript" src="numero-de-menus.txt" type="text/javascript"></script>
</head>
<body onload="init();">
<div id="global">
<div id="cabecera">
[contenido no disponible]</div>
<div id="navegacion">
<ul>
Blutengel
Media
Sitio
Interactivo
Descargas
</div>
<div id="contenido">
<div id="menu">
<h1>Ultimos Afiliados</h1>
<ul>
[contenido no disponible]
<h2>Linkeanos</h2>
<ul>
[contenido no disponible][contenido no disponible][contenido no disponible]Enlace 5
</div>
<h1>[contenido no disponible]</h1>
I can't forget that your depression But every day is still the same</p>
ut in my tears dissolves our heaven All my love and all my dreams I realize I can’t stand your coldness I realize too late, my dear</p>
<h2>and I will never fly with you</h2>
never you should see me cry
I never told my dreams to you
You could never see in my eyes
But in my tears dissolves our heaven
All my love and all my dreams
I realize I can’t stand your coldness
I realize too late, my dear</p>
------------------------------------------------------------------
In The Distance:
I can see you in the distance
And I hope you rescue me
All my life I was just waiting
For an Angel come to me
I'm walking on an endless road
Everything's so far away
I left my memories behind
I hold myself here on this planet
Everything's so dark
So cold and hopeless to me
I'm walking on an endless road
Everything's so far away
I left my memories behind
I hold myself here on this planet
Everything's so dark
So cold and hopeless to me
All the people I have seen
Suffer from the same disease </p>
</div>
<div id="pie">[contenido no disponible]</div>
</div>
<script language="javascript" src="definir-menus.txt" type="text/javascript"></script>
</body>
</html>
estilo:
* {text-indent:0px ; margin:0px ; padding:0px ; border:0px}
p {text-align: Justify; color: #FFFFFF;
font-family: "comic Sans MS", verdana, Fixedsys;
font-size: 11px}
}
h1 {font-size: 1.2em; color:blue ; font-weight: bold ; text-decoration: underline ; text-align: center}
h2 {font.size: 1.1em; color:blue ; font-weight: bold ; text-decoration: none ; text-align: center}
body {text-align: center}
body {background-color: #000000}
#global {width:800px ; margin: 4px auto }
#cabecera {background-color: black ; border-left: black 1px solid ; border-right: black 1px solid ; border-top: black 1px solid }
#navegacion {background-color: pink ; border: black 1px solid ; height:20px}
#navegacion li {float:left ; list-style:none ; margin: 0px 10px 0px 10px }
#navegacion ul { margin-left: 180px }
#contenido {background-color: black ; border-left: black 1px solid ; border-right: black 1px solid }
#contenido p {padding: 5px 10px 5px 10px}
#menu {background-color: black ; width: 150px ; float:right ;
text-align:center ; margin: 3px 2px 3px 3px ; padding-bottom:5px ;
background-image: url(objetos/menu-curva-inferior.gif); background-position: bottom}
#menu li {list-style:none ; margin: 4px 0px 4px 6px }
#menu h1 {text-decoration:none ; font-size:12px ; padding-top:6px ;
background-image: url(objetos/menu-curva-superior.gif);color: #FFFFFF;
font-family: "comic Sans MS", verdana, Fixedsys }
#menu h2 {text-decoration:none ; font-size:12px ; color: #FFFFFF;
font-family: "comic Sans MS", verdana, Fixedsys }
#pie {background-color: brown ; border: black 1px solid }
a {text-decoration: none}
/*this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
position:absolute;
overflow:hidden;
left:-1000px;
top:-1000px;
text-align: left;
}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
position:absolute;
}
/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
position:relative;
left:0px; top:0px;
border:1px solid #999;
z-index:2;
}
.transMenu.top .items {
border-top:none;
}
/* each TR.item is one menu item */
.transMenu .item {
color:#FFFFFF;
background-image: url(objetos/fondo-no-activo.gif);
font-family: "comic Sans MS", Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration:none;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
position:absolute;
left:0px;
top:0px;
z-index:1;
-moz-opacity:.8;
filter:alpha(opacity=23);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
position:absolute;
z-index:3;
top:3px; width:2px;
-moz-opacity:.4;
filter:alpha(opacity=40);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
position:absolute;
z-index:1;
left:3px; height:2px;
-moz-opacity:.4;
filter:alpha(opacity=40);
}
/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
background-image: url(objetos/fondo-activo.gif);
color:#385385;
}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
margin-left:10px;
}
.textoNoIdent {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}
.formError {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333333;
border-top: 1px solid #C4CCCC;
border-right: 1px solid #ACB5B5;
border-bottom: 1px solid #6F7777;
border-left: 1px solid #ACB5B5;
padding: 2px 0 2px 0.25em;
background-color: #F5E984;
}
.txtError {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #990000;
background-color: #E9E9E9;
padding: 5px;
text-align: justify;
}
estilo menu
grax
y quieres que el menu salga por abajo?????
si, el listado del menu desplegable se me sube en vez de salir por debajo de la palabra blutengel, o media, o descargas, etc
el resto esta bien?
pues aqui esta mi nuevo home
plantilla:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Blutengel Argentina</title>
<link rel="stylesheet" href="generalestilo.css" type="text/css" media="all">
<link rel="stylesheet" href="estilo-menu-desplegable.css" type="text/css" media="all">
<script language="javascript" src="no-tocar.txt" type="text/javascript"></script>
<script language="javascript" src="numero-de-menus.txt" type="text/javascript"></script>
<style type="text/css">
<!--
#myscroll {
font-family: "comic Sans MS", verdana, Fixedsys;
font-size: 10px;
color: #FFFFFF;
background-attachment: fixed;
background-color: #000000;
background-image: url(file:///C|/Documents%20and%20Settings/Natalia/Escritorio/blutarg/objetos/DSC_6133.jpg);
background-repeat: no-repeat;
overflow: scroll;
float:left
}
-->
</style>
</head>
<body onload="init();">
<div id="global">
<div id="cabecera">
[contenido no disponible]</div>
<div id="navegacion">
<ul>
Blutengel
Media
Interactivo
</div>
<div id="contenido">
<div id="menu">
<ul>
<h1>Ultimos Afiliados</h2>
[contenido no disponible]
<h2>Linkeanos</h2>
[contenido no disponible][contenido no disponible][contenido no disponible][contenido no disponible]
</div>
<h1>[contenido no disponible]</h1>
Silent tears fo sjhjshjdsvsjdvbsjvbsjdvjzdbvjkzvhzvbhxzvnzgvds</p>
<h2>kshjkhcjscjs csjcgshgc scgs</h2>
cscgshgcs csgcsgchsgc shcghsgcs chsgchsgcs csc</p>
schjschsjcscscjscjsjc</p>
</div>
<div id="pie">[contenido no disponible]</div>
</div>
<script language="javascript" src="definir-menus.txt" type="text/javascript"></script>
</body>
</html>
estilo:
* {text-indent:0px ; margin:0px ; padding:0px ; border:0px}
p {text-align: justify ;font-family: "comic Sans MS", verdana, Fixedsys;font-size: 9px;color: #FFFFFF;}
h1 {font-size: 1.2em; color:blue ; font-weight: bold ; text-decoration: underline ; text-align: center}
h2 {font.size: 1.1em; color:blue ; font-weight: bold ; text-decoration: none ; text-align: center}
body {text-align: center; background-color:#000000}
#global {width:800px ; margin: 4px auto }
#cabecera {background-color: pink }
#navegacion {background-color: gray ;height:20px}
#navegacion li {float:left;list-style:none ;margin: 0px 20px 0px 20px }
#navegacion ul { margin-left: 180px }
#contenido {background-color: orange ;width:800px ;float:right}
#contenido p {padding: 5px 10px 5px 10px ; text-indent: 4px}
#menu {background-color: yellow ; width: 150px ; float:right ; text-align:center ;margin: 3px 2px 3px 3px ; background-image: url(objetos/menu-curva-inferior.gif);background-position: bottom;padding-bottom:5px }
#menu li {list-style:none ; margin: 4px 0px 4px 6px}
#menu h1 {text-decoration:none ; font-size:10px;font-family: "comic Sans MS", verdana, Fixedsys;font-size: 12px;color: #FFFFFF;background-image: url(objetos/menu-curva-superior.gif) }
#menu h2 {text-decoration:none ; font-size:10px;font-family: "comic Sans MS", verdana, Fixedsys;font-size: 12px;color: #FFFFFF }
#pie {background-color: brown}
a {color: white; font-size:14px ; text-decoration: none}
estilo menu: /* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
position:absolute;
overflow:hidden;
left:-1000px;
top:-1000px;
text-align: left;
}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
position:absolute;
}
/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
position:relative;
left:0px; top:0px;
border:1px solid #999;
z-index:2;
}
.transMenu.top .items {
border-top:none;
}
/* each TR.item is one menu item */
.transMenu .item {
color:#000000;
background-image: url(objetos/fondo-no-activo.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration:none;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
position:absolute;
left:0px;
top:0px;
z-index:1;
-moz-opacity:.8;
filter:alpha(opacity=95);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
position:absolute;
z-index:3;
top:3px; width:2px;
-moz-opacity:.4;
filter:alpha(opacity=40);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
position:absolute;
z-index:1;
left:3px; height:2px;
-moz-opacity:.4;
filter:alpha(opacity=40);
}
/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
background-image: url(objetos/fondo-activo.gif);
color:#385385;
}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
margin-left:10px;
}
.textoNoIdent {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
}
.formError {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333333;
border-top: 1px solid #C4CCCC;
border-right: 1px solid #ACB5B5;
border-bottom: 1px solid #6F7777;
border-left: 1px solid #ACB5B5;
padding: 2px 0 2px 0.25em;
background-color: #F5E984;
}
.txtError {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #990000;
background-color: #E9E9E9;
padding: 5px;
text-align: justify;
}
http://blutengel.onlinewebshop.net/home2.html
ayudenme porfa que no puedo seguir sino
hola
creeme que estoy con eso :oops: :oops:
ya le he movido a los documentos del desplegable, pero no encuentro donde es para moverlo de lugar
pero... lo que pasa, es que en la página del curso la cabecera es mas angosta que la tuya, creo que por eso el desajuste
dame chanza que ya falta poco para irme a comer,
y te lo sigo checando con calma
pd.... no me he olvidado del tema
saludos
Hola
vengo corriendo jeje
pero CREO que eso ya quedó
mira, agregale esto
margin:120px 0px 0px 0px
a la hoja de estilos del desplegable
en el primer parrafo, y te deberá quedar asi:
.transMenu {
position:absolute;
overflow:hidden;
left:-1000px;
top:-1000px;
text-align:left;
margin:120px 0px 0px 0px
}
lo que te marqué en rojo, es segun lo que veo con lo que puedes mover el deplegable, ve modificando poco a poco los valores hasta que quedes biien conforme,
entre ,menor la cantidad, mas sube, y a mayor cantidad, mas baja (el desplegable) ok
lo checas y me avisas
saludos
pues si lo has logrado
no sabes cuanto te lo agradezco!!!
me has salvado la vida jeje
ahora mi pregunta es para correr tambien los submenu donde debo tocar?
:?: :?: :?: :?: :?: :?: :?: :?:
eso no lo vi jejejeje
:oops: :oops: :oops: :oops:
dejame lo checo y te aviso
jajajajaja
:shock: :shock:
pero yo no veo fallo en los submenus
tu si???
podrás mostrarme una captura????