Ver Mensaje Individual
  #8 (permalink)  
Antiguo 11/09/2008, 18:38
claudiomacromediat1
 
Fecha de Ingreso: septiembre-2008
Mensajes: 115
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: la CSS no se ve en el servidor

(Acalro que la CSS esta corregida se visdualiza, el problema es la tabla que en el navegador adopta otra medida distinta)ACA esta el codigo completo.
Código HTML:
<!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"><!-- InstanceBegin template="/Templates/banner.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Documento sin t&iacute;tulo</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
@import url("file:///C|/Documents and Settings/Claudio/Mis documentos/Dreamweaver/Sitio de ejercicios para diseño web/contenidos/CSS/estiloh3.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
-->
</style>
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.Estilo1 {color: #00CCCC}
-->
</style>
<!-- InstanceEndEditable -->
</head>

<body>
<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th height="80" colspan="8" bgcolor="#6699CC" scope="col">&nbsp;</th>
  </tr>
  <tr align="center" valign="middle">
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>Flash</h5></th>
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>dreamweaver</h5></th>
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>&nbsp;</h5></th>
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>&nbsp;</h5></th>
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>&nbsp;</h5></th>
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>&nbsp;</h5></th>
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>&nbsp;</h5></th>
    <th width="128" height="27" bgcolor="#6699CC" scope="col"><h5>&nbsp;</h5></th>
  </tr>
  <tr><!-- InstanceBeginEditable name="EditRegion3" -->
    <th height="10" colspan="8" bgcolor="#66CCCC" scope="col"><table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <th bgcolor="#000000" scope="col"><h1 class="Estilo1">Practicas Flash</h1>
            <h5 align="left">Salto a otra URL. </h5>
          <h5 align="left">Efecto de iluminacion.</h5>
          <h5 align="left">Efecto de movimiento el&aacute;stico para texto.</h5>
          <h5 align="left">Efecto de rebote gravitacional.</h5>
          <h5 align="left">Obtencion de la posicion del puntero.</h5>
          <h5 align="left">Para asociar un sonido a la linea de tiempo. </h5>
          <h5 align="left">Para asociar un sonido a la linea de tiempo + control de volumen.</h5>
          <h5 align="left">Para crear un clip de pelicula activado por teclas.</h5>
          <h5 align="left">Para crear un puntero personalizado.</h5>
          <h5 align="left">Para desaparecer un MovieClip en movimiento.</h5>
          <h5 align="left">Para establecer el valor de color de un clip de pelicula. </h5>
          <h5 align="left">Para mover un MovieClip a cualquier lugar del Sitio. </h5>
          <p>&nbsp;</p>
          <p>&nbsp; </p>
          <p>&nbsp; </p>
          <p>&nbsp; </p>
          <p>&nbsp; </p></th>
      </tr>
    </table></th>
  <!-- InstanceEndEditable --></tr>
</table>
</body>
<!-- InstanceEnd --></html>