HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

what i did wrong now?..
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> Images & Graphics
View previous topic :: View next topic  
Author Message
Goroner



Joined: 28 Apr 2007
Posts: 2

Posted: Sun Apr 29, 2007 2:01 pm     what i did wrong now?..  

Here is what i get :

http://img259.imageshack.us/img259/4172/whatiswrongheresx9.jpg

you see there is extra space between the banner and the navbar... this is only in ie7
in firefox everything is cool.

Other problem that i got is that i get the links colored when it's state is visited,,,even i dont use
visited state (like any color)
i only use hover color and link color ...how to fix this..

here is the code that i got atm writed:

Code:

<!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=iso-8859-1" />
<title>.:Goroner:.</title>
<style type="text/css">

body {
  background-color:#000000;
}
#headimg {
  margin:0px;
  padding:0px;
}
#navbar {
  margin:0px;
  padding:0px;
  color:#000000;
  background-color:#FFFFFF
}
#navbar ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}
#navbar ul li {
  margin:0px;
  padding:0px;
  display:inline;
}
#navbar ul li a {
  text-decoration:none;
  padding:0px;
  margin:0px;
}
</style>

</head>



<body>

<div id="headimg">
<img src="images/head.jpg" />
</div>

<div id="navbar">

<ul>
  <li><a href="http://yahoo.com">Home</a></li>
  <li><a href="http://google.com">News</a></li>
  <li><a href="http://msn.com">Downloads</a></li>
  <li><a href="http://inte.com">About</a></li>
  <li><a href="http://microsoft.com">Contact</a></li>
</ul>

</div>

</body>
</html>





this code dont have the hover and visited state writed it's in the old "try"

but as you can see even there is no hover/link color
the links are colored anyway(on the picture)..

help out

THX!


Corey Bryant



Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

Posted: Mon Apr 30, 2007 8:14 am      

Hm you delete the whitespace as well that was suggested in your other post?

_________________
Corey
Toll Free Numbers | Merchant Accounts
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> Images & Graphics
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group