Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/12/2008, 12:17
rdhosting
 
Fecha de Ingreso: octubre-2003
Ubicación: Montevideo
Mensajes: 256
Antigüedad: 20 años, 5 meses
Puntos: 0
Respuesta: Problema en Google Chrome

DragonX, gracias y ahí va el CSS.

[CODE]

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size:100%;
font-weight: normal;
font-style: normal;
font-family: inherit;
vertical-align: baseline
}


:focus {
outline: 0
}

ol, ul {
list-style: none
}

table {
border-collapse: collapse;
border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
content: ""
}

blockquote, q {
quotes: "" ""
}

input, textarea {
margin: 0;
padding: 0
}

hr {
margin: 0;
padding: 0;
border: 0;
color: #000;
background-color: #000;
height: 1px
}

div.clear{
clear:both;
}

.left{xfloat:left;}
.right{float:right;}
.bold{ font-weight:bold;}


/*----------*/


body{
background: #360000;
font-family: Helvetica, Arial, sans-serif Helvetica, Arial;
font-weight:normal;
color:#fff;
/*aqui controlás el tamaño de la fuente*/
font-size:13px;
/*aquÃ* el iterlineado*/
line-height:120%;
}

div.bodyTwo {
background: #9E0202 url(../../media/images/bg_body.gif) repeat-x top left;
}

div.bodyThree {
background: url(../../media/images/bg_body_bottom.gif) bottom left repeat-x;
}

/*-[ wrapper ]-*/

div.wrapper {
width:963px;
margin:0 auto;
margin-top:34px;
clear:both;
overflow:hidden;
position:relative;
}

/*-[ header ]-----------------------------------------------------------------------------*/

div.wrapper div.header {
clear:both;
overflow:hidden;
position:relative;
height:97px;
}

a.logo{
float:left;
margin-left:18px;
}

/*-[ menuBar ]--*/

div.wrapper div.menuBar {
clear:both;
background:url(../../media/images/bg_menu_bar-trans.png) repeat-x top left;
overflow:hidden;
position:relative;
height:41px;
width:961px;
}

div.wrapper div.menuBar ul.topmenu {
position: relative;
height: 41px;
overflow: hidden;
margin:5px 0 0 10px;
}

div.wrapper div.menuBar ul.topmenu li{
float:left;
}

div.wrapper div.menuBar ul.topmenu li.resources{
float:left;
margin-left:390px;
}

div.wrapper div.menuBar ul.topmenu li.back {
width: 15px;
height: 26px;
z-index: 8;
position: absolute;
background: transparent url("../../media/images/bg_lavalamp_item.png") no-repeat right 2px;
}

/* IE 6 */
* html div.menuBar ul.topmenu li.back {
background: transparent url("../../media/images/bg_lavalamp_item_ie.gif") no-repeat right 2px !important;
width: 13px;
}

div.wrapper div.menuBar ul.topmenu li.back .left {
height: 27px;
margin-right: 15px;
background:transparent url("../../media/images/bg_lavalamp_item.png") no-repeat bottom left;

}

* html div.wrapper div.menuBar ul.topmenu li.back .left {
background: transparent url("../../media/images/bg_lavalamp_item_ie.gif") no-repeat bottom left;
margin-right: 13px;
}


div.wrapper div.menuBar ul.topmenu li a {
position: relative;
cursor:pointer;
overflow: hidden;
text-decoration: none;
text-align: center;
height: 30px;
top: 7px;
z-index: 10;
float: left;
height:18px;
display: block;
margin: 0 10px;
text-indent:-999em;
}

* html div.wrapper div.menuBar ul.topmenu li a {
margin: 0 5px;
}

ul.topmenu li a.home{
background:url(../../media/images/button0-trans.png) no-repeat top left;
width:43px;
}

ul.topmenu li a.aboutus{
background:url(../../media/images/button1-trans.png) no-repeat top left;
width:66px;
}

ul.topmenu li a.service{
background: url(../../media/images/button2-trans.png) no-repeat top left;
width:62px;
}

ul.topmenu li a.prices{
background: url(../../media/images/button3-trans.png) no-repeat top left;
width:53px;
}

ul.topmenu li a.port{
background: url(../../media/images/button4-trans.png) no-repeat top left;
width:61px;
}

ul.topmenu li a.testimonials{
background: url(../../media/images/button5-trans.png) no-repeat top left;
width:87px;
}

ul.topmenu li a.faqs{
background: url(../../media/images/button6-trans.png) no-repeat top left;
width:26px;
}

ul.topmenu li a.contact{
background: url(../../media/images/button7-trans.png) no-repeat top left;
width:77px;
}

ul.topmenu li a.resources{
background: url(../../media/images/button8-trans.png) no-repeat top left;
width:75px;
}

ul.topmenu li a.jobs{
background: url(../../media/images/button9-trans.png) no-repeat top left;
width:35px;
}
[CODE]

Última edición por rdhosting; 22/12/2008 a las 12:20 Razón: me faltaba info