Este es mi HTML
Código HTML:
Ver original
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8" /> <meta name="description" content="Maqueta de Inpel" /> <link rel="stylesheet" href="style.css" /> <!--[if IE 6.0]> <link rel="stylesheet" type="text/css" href="css/ie.css" media="screen, projection" /> <![endif]--> <!--[if IE 7.0]> <link rel="stylesheet" type="text/css" href="css/ie.css" media="screen, projection" /> <![endif]--> </head> </head> <body> <header> <section id="encabezado"> <section id="logo"> <img src="img/logo.gif" id="logo" /> </section> <section id="menu"> <section id="miz"> <img src="img/nav_bg_l.png" /> </section> <section id="cen"> <ul id="css3menu1" class="topmenu"> ... </ul> </section> <section id="mde"> <img src="img/nav_bg_r.png" /> </section> </section> <section id="social"> <img src="img/social.gif" /> </section> <section> </header> <article> <section id="slider"> <section id="selloinpel"> </section> <img src="img/slide1_776x293.jpg" /> </section> <section id="paneles"> <section id="wid1"> <img src="img/wid1.gif" /> </section> <section id="wid2"> <img src="img/wid2.gif" /> </section> <section id="wid3"> <img src="img/wid3.png" /> </section> </section> </article> </body> </html>
y este mi CSS para todos los navegadores
Código XML:
Ver original
@charset "utf-8"; /* CSS Document */ *{ margin: 0; padding:0; } @font-face { font-family: 'pt_sansbold'; src: url('fonts/PTS75F-webfont.eot'); src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS75F-webfont.woff') format('woff'), url('fonts/PTS75F-webfont.ttf') format('truetype'), url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'pt_sansregular'; src: url('fonts/PTS55F-webfont.eot'); src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS55F-webfont.woff') format('woff'), url('fonts/PTS55F-webfont.ttf') format('truetype'), url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg'); font-weight: normal; font-style: normal; } body { background:#ccc url(img/background.jpg); max-width:1600px; min-height:200px; color: #000; font-family:"pt_sansregular", Gadget, sans-serif; font-size:0.1em; } ...