Please help need for school tomorrow

Cant make active state on my webpage if someone could help me please take this problem down… i tryed everything :frowning:

my code: php

Dostava na dom: 041439520
<?php include("includes/nav.php"); ?>
<?php include("includes/conect.php");
	$result = mysql_query("SELECT * FROM ind
	WHERE id='1'");
	
	while($row = mysql_fetch_array($result))
	  {
	  echo $row['vsebina'];
	  }
	
	include("includes/disconect.php");
  ?>

</div>
<div id="okvirtextaspodnji"></div>
<div id="footer"> </div>

my code: css

#nav {
float: left;
height: 52px;
left: 310px;
position: relative;
text-align: center;
top: 73px;
width: 683px;
text-transform:uppercase;
}
#nav ul li {
display: block;
float: left;
list-style: none outside none;
padding-left: 7px;
text-align: center;
text-decoration: none;
}
#nav ul li a {
color: #E9B326;
font-size: 16px;
font-weight: bold;
list-style: none outside none;
padding-left: 0px;
padding-right: 12px;
text-align: center;
text-decoration: none;
}
#nav ul li a:hover {
color:#F3D70A;
}
#nav ul li a.active {
color:#F3D70A;

tryed with :active to :frowning:

I pass the test anyway :slight_smile: can someone post the solution please i would like to know how to solve this :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service