Recent Topics

1 Dec 09, 2006 21:02    

just look at this with firefox and IE http://www.monogo.net/
with IE I have no problems with my header image
with firefox the rotation header is not in the center :'(

code for the rotating header image

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse"  width="100%">
    <tr>
      <td width="100%">

<? 
srand(microtime()*1000000); 
$bild= rand(1,4); 
?> 
<img src="http://www.monogo.net/skins/nautica05-2col/images/bg/header/<? echo $bild; ?>.jpg" align="center" alt="monogo.net :: one world :: one fun-blog" width="776" height="143"></a></div>  
</td>
    </tr>
  </table>
  </center>
</div>

Any idea to solve it for firefox?
so long
joe

3 Dec 10, 2006 19:10

@ ¥åßßå

I did not find the error. thouht it could be this:

Error Line 89 column 90: value of attribute "align" cannot be "center"; must be one of "top", "middle", "bottom", "left", "right".
...images/bg/header/3.jpg" align="center" alt="monogo.net :: one world :: one fu

4 Dec 11, 2006 09:35

You still have a lot of validation errors, but if you change this bit off css then it works in FF

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  /* add the next two lines */
  width:776px;
  margin:0 auto;
}

¥

5 Dec 11, 2006 21:25

alright the header is in the middle :-)
anyway I use nautica05-2col skin downloaded from b2evo skin list. I did not change that much that I got so many errors :(


Form is loading...