Hey guys - I'm working on a new website template. It works great, except for a little bug with the Contact panel.
It should slide into the screen from the right side into the center, but fails to do so. I believe it is because of the CSS property "display" not being set to "block", but the code states it should:
function showContact() {
$(".contact_outerPosition").css("display", "block").animate({"bottom":"0em"}, effect_delay, "easeInOutCubic");
}
The website is located @ http://drafts.thatcompdude.com/NewSite/
Help is greatly appreciated!
--Dylan