Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/10/2013, 05:45
juanito07
 
Fecha de Ingreso: octubre-2013
Mensajes: 11
Antigüedad: 10 años, 6 meses
Puntos: 0
Respuesta: Problema con "class"

Y Este el codigo de los botones, no me deja ponerlo entero

Código:
<style type="text/css">

    }
    p {
    	margin: 0 0 2em;
    }
    h1 {
    	margin: 0;
    }
    a {
    	color: #339;
    	text-decoration: none;
    }
    a:hover {
	font-size: 22px;
    }


    /* button 
    ---------------------------------------------- */
    .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 50%;
	height: 50%;
	width: 185px;
	margin: 0;
	padding: 0.75em;
   ........
Y asi es el codigo:

<a class="button blue" class="various fancybox.iframe" href="neobux/preguntas.html" title="Preguntas"></a>

Como ves tengo dos class=, y solo me coge el primero