Ok i'm trying to make a new Css navigation bar, but for some reason i can't put
links into the top navigation bar here is the code for it:
<style media="screen">
#skyline {
width: 700px;
height: 33px;
background: url(menu.jpg);
margin: 0;
padding: 0;
position: relative;
}
#skyline li {margin: 0; padding: 0; list-style: none; position: absolute; top:
0;}
#skyline li, #skyline a {height: 33px; display: block;}
#panel1b {
left: 20px;
width: 65px;
background-position: 25px;
}
#panel2b {left: 100px; width: 76px;}
#panel3b {left: 191px; width: 76px;}
#panel4b {left: 279px; width: 76px;}
#panel5b {left: 370px; width: 101px;}
#panel6b {left: 481px; width: 81px;}
#panel7b {left: 618px; width: 53px;}
#panel1b a:hover {background: transparent url(menu.jpg) -20px -33px no-repeat;}
#panel2b a:hover {background: transparent url(menu.jpg) -100px -33px
no-repeat;}
#panel3b a:hover {background: transparent url(menu.jpg) -191px -33px
no-repeat;}
#panel4b a:hover {background: transparent url(menu.jpg) -279px -33px
no-repeat;}
#panel5b a:hover {background: transparent url(menu.jpg) -370px -33px
no-repeat;}
#panel6b a:hover {background: transparent url(menu.jpg) -481px -33px
no-repeat;}
#panel7b a:hover {background: transparent url(menu.jpg) -618px -33px
no-repeat;}
</style>
<li id="panel1b"><a href="#"></a></li>
<li id="panel2b"><a href="#"></a></li>
<li id="panel3b"><a href="#"></a></li>
<li id="panel4b"><a href="#"></a></li>
<li id="panel5b"><a href="#"></a></li>
<li id="panel6b"><a href="#"></a></li>
<li id="panel7b"><a href="#"></a></li>
</ul>
and here's the link as too what it looks like:
http://www.marazita.com/crap
Also in Dreamweaver i have this bulleted list that i can't get rid of either.
Everytime i try to assign links to the Css it just comes up as text. I'm not
very knowledgable in Html... so any help you can give. Also it preloads again
after, lets say, you open target in new window then come back to the page. How
do you stop that?
Thanks
-Justin-