Witam!
Mam an swojej stronie panel nawigacji u góry, ale niestety pod IE jest błąd:
Wygląda to tak:
Firefox poprawnehttp://img237.imageshack.us/img237/7572/ffrl2.jpgEnternet Explorer źlehttp://img388.imageshack.us/img388/4686/iegn4.jpgTak wygląda kod:
<? include("inc/config.php"); $domeneczka=$domain; ?>
a {
font-size:11px;
color:black;
font-family: verdana;
text-decoration: none;
}
<script TYPE="text/javascript" LANGUAGE="JavaScript" SRC="skrypt.js"></SCRIPT>
<script TYPE="text/javascript" LANGUAGE="JavaScript"> przyciski = new Array("");
if (document.images)
{
przyciski[1] = new przycisk("images/strona.gif", "images/strona2.gif", "Strona Główna");
przyciski[2] = new przycisk("images/rejestracja.gif", "images/rejestracja2.gif", "", "Rejestracja");
przyciski[3] = new przycisk("images/statystyki.gif", "images/statystyki2.gif", "", "Statystyki");
przyciski[4] = new przycisk("images/konto.gif", "images/konto2.gif", "", "Panel Użytkownika");
przyciski[5] = new przycisk("images/regulamin.gif", "images/regulamin2.gif", "", "Regulamin");
przyciski[6] = new przycisk("images/kontakt.gif", "images/kontakt2.gif", "", "Kontakt");
przyciski[7] = new przycisk("images/forum.gif", "images/forum2.gif", "", "Forum");
}
<body text="black" background="images/tlo2.jpg"><center>
<table cellpadding=0 cellspacing=0 border=0>
<!gora--!>
<img src="images/logo.png" width="697" boreder="0">
<table cellpadding=0 cellspacing=0 border=0> <A HREF="strona.php" onMouseOver="przyciski[1].podswietl(); return true" onMouseOut="przyciski[1].normalizuj(); return true"><IMG SRC="images/strona.gif" NAME="img1" BORDER="0"></A><A HREF="strona.php?p=rejestracja" onMouseOver="przyciski[2].podswietl(); return true" onMouseOut="przyciski[2].normalizuj(); return true"><IMG SRC="images/rejestracja.gif" NAME="img2" BORDER="0"></A><A HREF="strona.php?p=statystyki" onMouseOver="przyciski[3].podswietl(); return true" onMouseOut="przyciski[3].normalizuj(); return true"><IMG SRC="images/statystyki.gif" NAME="img3" BORDER="0"></A><A HREF="panel.php?section=aliasy" onMouseOver="przyciski[4].podswietl(); return true" onMouseOut="przyciski[4].normalizuj(); return true"><IMG SRC="images/konto.gif" NAME="img4" BORDER="0"></A><A HREF="strona.php?p=regulamin" onMouseOver="przyciski[5].podswietl(); return true" onMouseOut="przyciski[5].normalizuj(); return true"><IMG SRC="images/regulamin.gif" NAME="img5" BORDER="0"></A><A HREF="#" onMouseOver="przyciski[7].podswietl(); return true" onMouseOut="przyciski[7].normalizuj(); return true"><IMG SRC="images/forum.gif" NAME="img7" BORDER="0"></A><A HREF="strona.php?p=kontakt" onMouseOver="przyciski[6].podswietl(); return true" onMouseOut="przyciski[6].normalizuj(); return true"><IMG SRC="images/kontakt.gif" NAME="img6" BORDER="0"></A><br>
<table cellpadding=0 width="697" cellspacing=0 border=0 bgcolor="#EEEEEE">
<td><br><font size=1 face="verdana" color="black">
Mam nadzieje że da się z tym coś zrobić
Z góry dziękuje za pomoc!