Posted by jason on 09/24/06 11:47
Noob Here.
What is saying? set the second table of the subnav id?
#subnav table table {border-bottom:none;}
I don't see any tables inside the the subnav id
<div id="subnav">
<asp:SiteMapDataSource runat="server" ID="subnavSitemap"
StartingNodeOffset="1" StartFromCurrentNode="false"
ShowStartingNode="false" />
<asp:Menu runat="server" ID="subMenu" SkinID="subMenu"
DataSourceID="subnavSitemap" />
</div>
also, whats the difference between
<div id=xxx>
and
<div class=xxx>
[Back to original message]
|