Ver Mensaje Individual
  #16 (permalink)  
Antiguo 17/04/2009, 15:28
StarClown
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Arruiné todo mi trabajo al cambiar el archivo CSS... HELP!!!!

NADA!

Estoy enojada conmigo misma por que algo estoy haciendo mal y de plano no lo detecto. A ver... mejor les muestro una página de PRUEBA que acabo de hacer y el CSS que estoy usando para la misma... no me funciona ni a palos, que barbaridad!!

CODIGO CSS:
Código:
body {
background: #000000;
font-size: 12px;
text-align: center;
margin: 0px;
padding: 0px;
}
#top{
height: auto;
width: 950px;
text-align:left;
}
#nav{
height: 49px;
width: 950px;
margin-bottom: 10px;
}
#nav_1{
float: left;
height: 49px;
width: 9px;
}
#nav_2{
float: left;
height: 80px;
width: 933px;
padding-top: 8px;
}
#nav_3{
float: left;
height: 49px;
width: 8px;
}
#tablist{ margin: 25px 0 0 0; }
#tablist li{ list-style: none; display: inline; }
#tablist li a{
text-decoration: none;
margin: 0 3px 0 0;
padding: 4px 15px;
border: 1px solid #3B3B3B;
font-weight: bold;
color: #F60;
}
#tablist li a:hover{
border: 1px solid rgb(255, 102, 0); color: #00C;
color: #F00; background-color: #FF9;
}
#tablist li a.current{
background-color: #3B3B3B;
color: #ccc;
}
#tablist .key { text-decoration: underline;}
#ads{
height: 143px;
width: 950px;
margin-bottom: 15px;
}
#ads1{
float: left;
height: 143px;
width: 8px;
}
#ads2{
float: left;
height: 136px;
width: 934px;
padding-top: 7px;
}
#ads3{
float: left;
height: 143px;
width: 8px;
}
#text{
	height: auto;
	width: 940px;
	border: 4px solid #EAEAEA;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
}
#left_title{
height: 40px;
width: 160px;
font-size: 16px;
color: #FFFFFF;
padding-top: 17px;
padding-left: 11px;
font-weight: bold;
}
#left{
height: auto;
width: 170px;
text-align: left;
margin-top: 5px;
}
#left ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#left li{
line-height: 25px;
padding-left: 10px;
}
#word_big{
font-size: 24px;
color: #FFFFFF;
font-weight: bold;
}
#footer{
height: auto;
width: 940px;
border: 4px solid #EAEAEA;
text-align: left;
padding: 1px;
}
a:link {
color: #3333ff;
text-decoration: none;
}
a:visited {
color: #33aacc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #FF0000;
}
  .title1 {
	color: #F60;
}
  #nav #nav_2 table tbody tr td {
	color: #999;
}
  #text table tbody tr td #left {
	color: #FFC;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
  #text table tbody tr td table tbody tr td p {
	color: #CF9;
}

Y la PRUEBA la postearé en otro mensaje.....