Placing the home link inside a <li> would do the trick? Is your menu horizontal or vertical?
Thread Starter
ev-man
(@ev-man)
horizontal.
http://www.evanhodsonphoto.com
take a look if you like.
Hi,
Not sure if this helps as I’m even more newbie than you, but I had a play with your CSS using Firebug.
Removing the overflow line from the following seemed to fix the menu (i.e. it showed home, About Me, Contact Me, Gallery).
#menu ul {
border:medium none;
height:35px;
margin:0;
overflow:hidden;
padding:0;
width:250px;
}
Hope that helps.
Quick update… I should have said to remove the width line, not the overflow.