git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_FormulariosCalidad/trunk@1 e2c41b2c-0c6f-0149-8b81-50b1a9191bb3
18 lines
719 B
CSS
18 lines
719 B
CSS
/*
|
|
* SimpleModal Contact Form
|
|
* http://www.ericmmartin.com/projects/simplemodal/
|
|
* http://code.google.com/p/simplemodal/
|
|
*
|
|
* Copyright (c) 2007 Eric Martin - http://ericmmartin.com
|
|
*
|
|
* Licensed under the MIT license:
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
*
|
|
* Revision: $Id: contact_ie.css 113 2008-03-15 15:36:21Z emartin24 $
|
|
*
|
|
*/
|
|
|
|
/* IE 6 hacks*/
|
|
#contact-container {top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
|
|
#contact-container .contact-top {background:url(../img/contact/form_top_ie.gif) no-repeat;}
|
|
#contact-container form {padding:0; margin:0;} |