Hello! In Dreamweaver, I have completed the design for my navigation bar. Here is how it looks:
However, when I view it in Firefox, the navigation appears all jumbled up. It's quite frustrating...
Below is the code that I'm using:
#navbar {
float:right;
position: relative;
right: 45px;
top: 50px;
}
#ul li {
float:left;
margin-right: 25px;
}