Navigation Question

Hi Guys,

Here is a site I’m working on but I totally forget how to make it so they dont just have to click on the word for the top navigation, I’d like it so the whole top of that blue can be clicked and keeping everything positioned where it is, could someone please share their knowledge with me.

http://igylifesciences.com/wordpress

Thanks,

Mike

float the anchor left and give it your desired height.

Hi, you could add float:left to the <li>'s and the <a> inside hte #navigation div.

You need a <ul> to contain the <li>'s by the way. It’s invalid as it is now :slight_smile:

If you want the links to takle up more space then give the <li>'s a width/height to your liking.