July 14, 201016 yr Hi everyone I´m doing some exercises on the web, with css and jquery. I made a button on Illustrator, then I coded this style on css for the button: .myButtonLink { position:fixed; top:186px; right:0px; display: block; width: 64px; height:171px; background:url('img/ContactButton.png')bottom; text-indent: -99999px; } .myButtonLink:hover { background-position: 0 0; } On my index I show the button on this way: <a class="myButtonLink" href='#' ></a> But I have two problems: First: My contact button doesn´t show on IE, in Chrome is perfect. Second: Once I click on my button, I want to use a contact form built on SimpleModal, I´m using this code from http://www.ericmmartin.com/projects/simplemodal-demos/ [CONTACT FORM] . But I can´t find how to do it. Thanks for your time.
July 14, 201016 yr My contact button doesn´t show on IE, in Chrome is perfect. It could be because you need a space between ) and bottom background:url('img/ContactButton.png') bottom;
Create an account or sign in to comment