Jump to content
php.lv forumi

listi un hoveri


jam

Recommended Posts

Nevar saprast, kāpēc IE šito rāda ar atstarpēm, bet FF un Opera rāda bez atstarpēm Varbūt var palīdzēt?

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<style type="text/css">
<!--
body {font: 11px Verdana, Arial, sans-serif;}

ul {list-style-type: none;} 

li {margin-bottom: 0px;}

.menu a {
 margin: 0;
 display: block;
 text-align: center;
 border: 1px solid gray;
 text-decoration: none;
 color: #000;
 background: #fff;
 }

.menu a:hover {
 background: #ccc;
 border: 1px solid gray; 
 }

.menu a:active {
 background: gray;
 border: 1px solid gray; 
 color: #fff;
 }

-->
</style>
</head>

<body>

<ul class="menu">
<li><a href="">Menu 1</a></li>
<li><a href="">Menu 2</a></li>
<li><a href="">Menu 3</a></li>
<li><a href="">Menu 4</a></li>
</ul>


</body>
</html>

Link to comment
Share on other sites

Nevajag taisīt liekas QUOTEs. (bubu)

 

 

Dīvaini, kad tam

 

li {margin-bottom: 0px;

border: 1px solid gray;

}

 

 

pieliek to borderu, tad tā šķirba pazūd, ibio. Būs vēl jātaisa borders bacdkgrounda krāsā?

Link to comment
Share on other sites

Nevajag taisīt liekas QUOTEs. (bubu)

Dīvaini, kad tam

 

li {margin-bottom: 0px;

border: 1px solid gray;

}

pieliek to borderu, tad tā šķirba pazūd, ibio. Būs vēl jātaisa borders bacdkgrounda krāsā?

 

 

bubu, ko tu ar to domāji?

Link to comment
Share on other sites

×
×
  • Create New...