Ver Mensaje Individual
  #9 (permalink)  
Antiguo 26/09/2011, 18:52
eybel
 
Fecha de Ingreso: marzo-2007
Mensajes: 782
Antigüedad: 17 años, 1 mes
Puntos: 16
Respuesta: problemas con colores de links de menu. Menu embebido con php include

ok este es mi index.php

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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Chic Magazine - Home</title>
<link href="template.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#apDiv1 {
	position:absolute;
	left:382px;
	top:235px;
	width:118px;
	height:301px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:25px;
	top:273px;
	width:480px;
	height:350px;
	z-index:1;
}
#apDiv3 {
	position:absolute;
	left:382px;
	top:273px;
	width:128px;
	height:421px;
	z-index:2;
}
#apDiv4 {
	position:absolute;
	left:24px;
	top:589px;
	width:351px;
	height:104px;
	z-index:3;
}
</style>
<script src="file:///C|/Webserver/www/Scripts/swfobject_modified.js" type="text/javascript"></script>
<style type="text/css">

a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-image: url(pics_content/bg.png);
}
</style>
</head>

<body text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div class="container">
  <div class="header">
      
    <div class="logo"><img src="logo.png" width="200" height="140" alt="The Chic Magazine" /></div>
    <div class="mag_counter"><?php include('mag_counter.php'); ?></div> 
  <div class="login">
    <form action="login_script.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
      <input name="email" type="text" id="email" />
      &nbsp;&nbsp;
<input name="password" type="password" id="password" />
&nbsp;<span class="sign_up">&nbsp;<span class="sign_up"><span class="sign_up"><a href="login_script.php" class="sign_up"><span class="login_signup">Log In</span></a></span></span></span> |<span class="login_signup">&nbsp;<a href="register.php" class="sign_up"><span class="login_signup">Sign Up</span></a></span>
    </form>
</div>
  <div class="mainbanner"> 
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="755" height="105" id="FlashID2" title="top_banner">
      <param name="movie" value="top_banner.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="transparent" />
      <param name="swfversion" value="6.0.65.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="file:///C|/Webserver/www/Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="top_banner.swf" width="755" height="105">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="transparent" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="file:///C|/Webserver/www/Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
  </div>
  <div class="menu"><?php include("topmenu.php");?>
  </div>
  </div>

..........

    <div class="footer"><?php include('copyright.php'); ?></div>
<script type="text/javascript">
swfobject.registerObject("FlashID2");
swfobject.registerObject("FlashID");
</script>
</div></body>
</html>