trøbbel i tårnet

trøbbel i tårnet

Innleggav srb » tor 12.08.2010 0:44

Har gjort en ny utgave av en hjemmeside ... nå ser det ut til å virke 98% i Safari, Opera og Firefox...mens IE selvfølgelig ødelegger!!
KAN noen hjelpe meg å finne årsaken?

Meny skal ligge på høyre side, men blir BORTE i IE visning.

CSS

Kode: Merk alt
@charset "UTF-8";
/* CSS Document */

html{
   margin:auto;
   padding:0px;
   }
   
body{
   background-color:#FFFFFF;
   margin:auto;
   padding: 0px;
   }
   
p{
   font-family:Trebuchet MS,Times New Roman, Times, serif;
   color:#000000;
   text-align:right;
   font-size:small;
}

H1{
   font-family:Trebuchet MS,Times New Roman, Times, serif;
    margin-top:0;
   color:#000000;
   text-align:right;
}

H3{
    font-family:Trebuchet MS,Times New Roman, Times, serif;
    margin-top:0;
   color:#000000;
   text-align:right;
}

H4{
    font-family:Trebuchet MS,Times New Roman, Times, serif;
    margin-top:0;
   color:#000000;
   text-align:right;
}


H6{
   font-family:Trebuchet MS,Times New Roman, Times, serif;
    margin-top:0;
   color:#000000;
   text-align:right;
}

a{
   text-decoration:underline;
   color:#000000;
   font-family:Trebuchet MS,Times New Roman, Times, serif;
   font-size:small;
}

a:visited{
   text-decoration:none;
   color:#CCCCCC;
   font-family:Trebuchet MS,Times New Roman, Times, serif;
   font-size:small;
}

a:hover{
   text-decoration:underline;
   color:#999999;
   font-family:Trebuchet MS,Times New Roman, Times, serif;
   font-size:small;
}

a:active{
   text-decoration:none;
   color:#FF6600;
   font-family:Trebuchet MS,Times New Roman, Times, serif;
   font-size:small;
}


#index {
   position:relative;
   background-image:url(BG/fotoBG_index.png);
   height:600px;
   width:800px;
   margin:auto;
   background-repeat:no-repeat;
   z-index:-1;
   }
   
   
#berg {
   position:relative;
   background-image:url(BG/fotoBG_berg.png);
   height:600px;
   width:800px;
   margin:auto;
   background-repeat:no-repeat;
   z-index:-1;
   }
   
#kontakt {
   position:relative;
   background-image:url(BG/fotoBG_kontakt.png);
   height:600px;
   width:800px;
   margin:auto;
   background-repeat:no-repeat;
   }
   

#bestilling {
   position:relative;
   background-image:url(BG/fotoBG_bestilling.png);
   height:600px;
   width:800px;
   margin:auto;
   background-repeat:no-repeat;
   z-index:-1;
   }
   
#fotobox1{
   text-align:right;
   position:absolute;
   text-decoration:none;
   width:171.9px;
   height:114.2px;
   left:491px;
   top:-10px;
   }
   
#fotobox2{
   text-align:right;
   position:absolute;
   text-decoration:none;
   width:171.9px;
   height:114.2px;
   left:491px;
   top:140px;
   }
   

#iguanfotomal {
   position:relative;
   height:200px;
   width:800px;
   margin:auto;
   background-repeat:no-repeat;
   z-index:-1;
   }

#tekstbox {
   text-align:right;
   position:absolute;
   text-decoration:none;
   width:400px;
   height:300px;
   left:290px;
   top:240px;
}

#fotogalleri{
   position:absolute;
   width:500px;
   height:285px;
   left:130px;
   top:200px;
   overflow:hidden;
   z-index: +1;
}


#menu {
   position:absolute;
   top:212px;
   left:1030px;
   list-style: none;
   width: 150px;
   height: 214px;
}
#menu ul{
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#menu a:link{
color: #b8b8b8;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
   color:#CCCCCC;
}

#menu a:hover{
color: #595959;
}

#menu a:active{
   color: #333333;
}

#iguanLink {
   position:absolute;
   font-size:9px;
   font-weight:bold;
   color:#000000;
   bottom:15px;
   right:-20px;
}



#lightbox{   position: absolute;   left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(lightbox2/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%   ; }

#imageData{   padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }   
#imageData #caption{ font-weight: bold;   }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;   }         
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}       

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



HTML
Kode: Merk alt
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>hjem</title>
<link rel="stylesheet" href="fotografi2.css" type="text/css" media="screen"/>
<link rel="icon" type="image/png" href="adrfeltfoto.png" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7318049-4");
pageTracker._trackPageview();
} catch(err) {}</script>
</head>
<body>
<div id="index">
</div>
<div id="menu">
  <ul>
  <li><a href="http://www.iguan.no/foto.html">Hjem</a></li>
  <li><a href="http://www.iguan.no/berg.html">Berg</a></li>
  <li><a href="http://www.iguan.no/foto_bw.html">Galleri - Sort/hvitt</a></li>
  <li><a href="http://www.iguan.no/foto_natur.html">Galleri - Natur</a></li>
  <li><a href="http://www.iguan.no/foto_mangt.html">Galleri - Mangt</a></li>
<li><a href="http://www.iguan.no/bestilling.html">Bestilling</a></li>
<li class="noBorder"><a href="http://www.iguan.no/foto_kontakt.html">Kontakt</a></li>
</ul>
</div>
</body>
</html>
medlem i 193 måneder
 

Re: trøbbel i tårnet

Innleggav segrov » tor 12.08.2010 9:14

Har du en link til siden på nett? Lettere å feilsøke da synes jeg:)
medlem i 249 måneder
 

Re: trøbbel i tårnet

Innleggav srb » tor 12.08.2010 17:10

Hei og takk for interesse for å hjelpe:)

Jeg har funnet feilen nå. Fant det selv, og det er liksom best...
Skal virke nå mener jeg.

For interesserte mennesker:

http://www.iguan.no/foto.html
medlem i 193 måneder
 


Returner til CSS



Hvem er i Forumene

Registrerte brukere: Google [Bot]