Thread: Tiltview issue
View Single Post
  #1  
Old 03-03-2008, 11:42 PM
cinch cinch is offline
Private First Class
 
Join Date: Jul 2007
Posts: 5
Default Tiltview issue

My site www.cinchphoto.com/weddingday is having problem. It seems that my mouse-over buttons are displaced when displayed in I.E. I'm using I.E. 7

Firefox and Safari works fine.

I'm using tiltviewer and I placed the following codes into the "html" window in blue voda, then published the site.

###################
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>TiltViewer</title>
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}

#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #000000;
color:#ffffff;
font-family:sans-serif;
font-size:40;
}

a {
color:#cccccc;
}
</style>
</head>
<body>
<div id="flashcontent">TiltViewer requires JavaScript and the latest Flash player. <a href="
Reply With Quote