Hi Folks
I think this will be an easy one to solve, but I can't get my head around it, mainly because I'm new to CSS and the like.
I'm trying to build a simple navigation bar, as below:

I can't get the first DIV to position correctly, as you can see. The first DIV should sit higher than the others, but it defaults to overflowing at the bottom.
Any ideas how I can fix this?
Thanks
I think this will be an easy one to solve, but I can't get my head around it, mainly because I'm new to CSS and the like.
I'm trying to build a simple navigation bar, as below:

Code:
<div id="navigationBar">
<div class="navigationButtonCurrent">Home</div>
<div class="navigationButton">About</div>
<div class="navigationButton">Contact</div>
</div>
I can't get the first DIV to position correctly, as you can see. The first DIV should sit higher than the others, but it defaults to overflowing at the bottom.
Any ideas how I can fix this?
Thanks