HTML Code:
div id="navigation">
<ul>
<li><a href="">Home</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Support</a></li>
<li><a href="">Login</a></li>
<li><a href="">cPanel</a></li>
<li><a href="">Webmail</a></li>
<li><a href="">Contact</a></li>
<li><a href="">Legal</a></li>
</ul>
This is my code at the moment. The CSS is below:
Code:
li ul {
display: none;
position: absolute;
top: 1em;
left: 0;
}
You can see all this at whymhost.co.uk/redesign/index.html
I'm not very good with CSS as you've probably guessed, and I'm trying to learn it. The redesign could take quite a while, and I've only just started.
By the way, thanks to people for posting those links - I took a look, but my CSS knowledge and when I changed the HTML and CSS, it didn't seem to work properly - whether that's me or whatever I'm not sure.
|