Pogledajte određenu poruku
Staro 19. 06. 2006.   #3
Br@nkoR
banned
Professional
 
Avatar Br@nkoR
 
Datum učlanjenja: 04.06.2005
Poruke: 371
Hvala: 0
738 "Hvala" u 83 poruka
Br@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoro
Default

css:
Kôd:
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
}
#box_headline ul {
	list-style-type:none;
	padding:0px;
	margin: 0px;
}
#box_headline ul li {
	background-color: #eee;
	font-weight: bold;
}
#box_headline ul ul {
	border-top: 1px solid red;
}
#box_headline ul ul li {
	background-color: #fff;
	font-weight: normal;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: .2em .4em;
	font-size: 10px;
	padding-left: 1em;
	padding-bottom: .3em;
}
#box_headline ul ul li a {
	color: #000000;
	text-decoration: none;
}
#box_headline ul ul li a:hover {
	text-decoration: underline;
}
html:
Kôd:
<div id="box_headline">
  <ul>
    <li>Lorem Ipsum
      <ul>
        <li><a href="#">Lorem Ipsum Lorem Ipsum</a></li>
      </ul>
    </li>
  </ul>
  <ul>
    <li>Lorem Ipsum
      <ul>
        <li><a href="#">Lorem Ipsum Lorem Ipsum</a></li>
        <li><a href="#">Lorem Ipsum Lorem Ipsum</a></li>
      </ul>
    </li>
  </ul>
</div>
__________________
Don't look at me; I'm lost too.
“If you can't dazzle them with brilliance, baffle them with bul*s**t.”
Br@nkoR je offline   Odgovorite uz citat