Topic: Images smaller on firefox
hi, my autoviewer gallery shows smaller images only on firefox, hier my css:
body {background: #fff;
height: 80%;
}
a {text-decoration: none;
cursor: crosshair;
color:#000;
}
a:hover {color:#999;}
.name {position: absolute;
top: 1%;
left:1%;
color:#999;
font-family: courier new;
font-weight:bold;
font-size:22px;
}
#content
{position: absolute;
top: 4%;
left: 0px;
width: 100%;
height: 95%;
background:transparent;
border-top: 5px dashed #000;
}
and hier my html page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Loredana Gelli | collezioni | gioielli</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="name"><a href="../index.html">Loredana Gelli</a> · <a href="../collezioni.html">collezioni</a> · cappelli</div>
<div id="content">
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">AutoViewer requires JavaScript and the Flash Player.
<a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
<script type="text/javascript">
var fo = new SWFObject("autoviewer.swf", "viewer", "100%", "100%", "8", "#ffffff");
fo.write("flashcontent");
</script>
</div>
</body>
</html>
any suggestions?
thanks