I am done with the book and started on a new project, to use the information I got out of the book and to basically "get my feet wet".
I am refering to the book and using the information within in order to move along and not get completely lost.
I have been doing great so far, but I have gotten to where I am building the Menu for the site and no matter what I do I can not get the menu items spaced properly. I used the:
.MainMenu ul li
{
width: 110px;
}
from the book and changed that width property up and down like crazy trying to get something to work, the problem is that some items have huge spaces between them and others have none.
You can see what I mean by going here: http://chris.samuelmsr.com I uploaded what I have done so far with the site here.
Here is my code from the web.sitemap:
Code:
<?xmlversion="1.0"encoding="utf-8" ?>
<siteMapxmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNodeurl="~/"title="Home"description="Home">
<siteMapNodeurl="~/Default.aspx"title="Home"description="Return Home" />
<siteMapNodeurl="~/Collection/Default.aspx"title="Collection"description="Chris's Collection"/>
<siteMapNodeurl="~/Available/Default.aspx"title="Available"description="Available Animals" />
<siteMapNodeurl="~/Care/Default.aspx"title="Care"description="Care and Feeding" />
<siteMapNodeurl="~/AboutUs/AboutUs.aspx"title="About"description="About House of Geckos" />
<siteMapNodeurl="~/AboutUs/ContactUs.aspx"title="Contact"description="Contact House of Geckos" />
<siteMapNodeurl="~/AboutUs/Links.aspx"title="Links"description="Links" />
</siteMapNode>
</siteMap>
Here is the code from my menu:
Code:
<divid="MenuWrapper">
<asp:MenuID="Menu1"runat="server"CssClass="MainMenu"DataSourceID="SiteMapDataSource1"Orientation="Horizontal"StaticEnableDefaultPopOutImage="False">
</asp:Menu>
<asp:SiteMapDataSourceID="SiteMapDataSource1"runat="server"ShowStartingNode="False"/>
</div>
Any help would be greatly appreciated.
I am also wondering, is it possible for me to use my own images that I created for the actual menu items in the menu bar or am I stuck with the plain text?
Thank you very much!!
__________________
Noob, whole noob, nothing but a noob, so help me God. I will learn if it kills me.....