Foros del Web » Creando para Internet » CSS »

Imagen!

Estas en el tema de Imagen! en el foro de CSS en Foros del Web. Hola!... Como yo puedo poner una imagen o un texto en un sitio determinado.,,yo no tengo mucho usando CSS. soy novato en esto y no ...
  #1 (permalink)  
Antiguo 29/05/2006, 17:10
 
Fecha de Ingreso: marzo-2006
Mensajes: 401
Antigüedad: 18 años, 1 mes
Puntos: 1
Imagen!

Hola!...

Como yo puedo poner una imagen o un texto en un sitio determinado.,,yo no tengo mucho usando CSS. soy novato en esto y no se mucho...haber si me pueden ayudar....


Tengo un proyecto por delante y no tengo mucho tiempo , ya que estoy en la universidad haber si me pueden ayudar...

Gracias MMCQ.
  #2 (permalink)  
Antiguo 29/05/2006, 20:40
 
Fecha de Ingreso: octubre-2005
Mensajes: 2
Antigüedad: 18 años, 6 meses
Puntos: 0
MMCQ como no especifiques un poco mas me da la imprsión de que nadie va a poder responderte.
  #3 (permalink)  
Antiguo 29/05/2006, 22:10
 
Fecha de Ingreso: marzo-2006
Mensajes: 401
Antigüedad: 18 años, 1 mes
Puntos: 1
Ooo OK!

Ya Resolvi eso , lo que queria era poner una imagen donde yo quisiera, entiendes?...

Otra Cosas
Cuando yo Maximizar , las imagen se mueven haci otro lado , osea no se quedan en el mismo lugar. como puedo revolver eso?
Este es lo que esto desarrollando.no se por que se mueve las imagenes
Cita:
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>AutoXXX | XXXXX</title>
</head>
<body>
<style type="text/css">



#navcontainer ul

{
padding-left:0 ;
margin-left: 4;


background-color:#282828;
color: White;
float:left;
width: 539;
font-family: arial, helvetica, sans-serif;
font-size: 12px;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;

background-color: #282828;

color: White;
text-decoration: none;
float: left;
border-right: 1px solid #FFFFFF;
border-style: dashed;
border-width: 1;
border-top:0;
border-bottom:0;
border-right:0;
}


#navcontainer ul li a:hover
{
background-color: #ff0000;
color: #000;


}

</style>

<style type="text/css">
body {
background-image: url(header.gif);
background-repeat:no-repeat;
background-position: 0.5em 0 1 em 0 ;
margin: 6.6em 0 1em 0;
}

#BR {
position:absolute;

left: 50%;

top: 50%;

margin-top: -13.3em;

margin-left: -9.9em;

border-color: #282828;

border-style: dashed;

border-width: 1;

border-top-width: 0;

}
#SS {
position:absolute;

left: 50%;

top: 50%;

margin-top: -13.3em;

margin-left: -34.7em;

border-color: #282828;

border-style: dashed;

border-width: 1;

border-top-width: 1;
}
#A {
position:absolute;

left: 50%;

top: 50%;

margin-top: -3.7em;

margin-left: -9.9em;

border-color: #282828;

border-style: dashed;

border-width: 1;

border-top-width: 1;
}
#A2 {
position:absolute;

left: 50%;

top: 50%;

margin-top: -3.7em;

margin-left: 2.5em;

border-color: #282828;

border-style: dashed;

border-width: 1;

border-top-width: 1;
}

</style>
<!-- ONE STEP TO INSTALL PRE-LOADING MESSAGE:



1. Copy the coding into the HEAD of your HTML document -->



<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->



<HEAD>



<style type="text/css">

<!--

#loading {

width: 200px;

height: 100px;

background-color: #FF0000;

position: absolute;

left: 50%;

top: 50%;

margin-top: -50px;

margin-left: -100px;

text-align: center;

}

-->

</style>



<script type="text/javascript">




<!-- Created by: Robert Paulson : http://www.abrahamjoffe.com.au/ -->

<!-- Begin

document.write('<div id="loading"><br><br>Please wait...</div>');

window.onload=function(){

document.getElementById("loading").style.display=" none";

}

// End -->

</script>





<p><center>




<!-- Script Size: 0.93 KB -->

<div id="navcontainer">

<ul id="navlist">
<li id="active"><a href="#" id="current">Inicio</a></li>
<li><a href="#">Autos Nuevos</a></li>
<li><a href="#">Autos Nuevos</a></li>
<li><a href="#">Agencias</a></li>
<li><a href="#">Herramientas</a></li>
<li><a href="#">Contacto</a></li>
<li><a href=""></a></li>
</ul>
</div>

<div id="BR"><img src="BR.gif" width="390" height="150" alt="Busqueda Rapida" border="0"></div>
<div id="SS"><img src="SS.gif" width="390" height="200" alt="Busqueda Rapida" border="0"></div>
<div id="A"><img src="ANS.gif" width="191" height="45" alt="Busqueda Rapida" border="0"></div>
<div id="A2"><img src="ANS2.gif" width="191" height="45" alt="Busqueda Rapida" border="0"></div>


</body>
</html>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:58.