CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: NewsGroup Date Entered: 1/21/2008 1:19:41 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 31 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
1 Items, 1 Pages 1 |< << Go >> >|
adamjw3
Asp.Net User
css friendly vertical menu probs1/21/2008 1:19:41 PM

0/0

 hi my goal was to create the vertical menu in the cssAdaptorTutorial/menu.aspx page.

 

My problem is that everything binds well but when the menu displays it display a blank box first which is the width of the menu, so the menu is indented by that amount and also when you hover over a link that has 2 child nodes in the sitemap it shows them both instend of showing the first and then the secound when you hover over that parent node.

 

heres my set up and i would appreciate a quick reply guys.
 

i've created a new template project using the cssAdaptor template. i then copied over related files and folders.

  • App_Browsers
  • App_Code
  • App_Themes
    • Basic
      • skinfile.skin
      • stylesheet.css
  • CSS
  • JavaScript

i then created a master page with a few divs for header, menu , content and footer.

 (MASTERPAGE BELOW)
 

 

1    <%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>
2    
3    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4    
5    <html xmlns="http://www.w3.org/1999/xhtml">
6    <head runat="server">
7        <title>The Site</title>
8         <link rel="stylesheet" href="SimpleMenu.css" type="text/css" />
9        <link runat="server" rel="stylesheet" href="~/CSS/Import.css" type="text/css" id="AdaptersInvariantImportCSS" />
10   <!--[if lt IE 7]>
11       <link runat="server" rel="stylesheet" href="~/CSS/BrowserSpecific/IEMenu6.css" type="text/css" id="IEMenu6CSS" />
12   <![endif]--> 
13       <asp:ContentPlaceHolder id="head" runat="server">
14       </asp:ContentPlaceHolder>
15   </head>
16   <body>
17       <form id="form1" runat="server">
18       <div id="Header">
19       Header
20       </div>
21      <div id="Menu">
22       <asp:menu id="Menu1" runat="server" skinid="SampleMenuVertical" 
23               datasourceid="SiteMapDataSource1" cssSelectorclass="PrettyMenu" >
24       </asp:Menu>
25       </div>
26       
27       <div id="MainContent">
28           <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
29           
30           </asp:ContentPlaceHolder>
31       </div>
32       <div id="Footer">Footer</div>
33       <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
34       </form>
35   </body>
36   </html>
37   
  

 I have then created a default page using this master page.

 

1    <%@ Page Language="VB"  MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" StylesheetTheme="Basic" %>
2    
3    
4    <asp:Content ID="Content1" runat="server" contentplaceholderid="ContentPlaceHolder1">
5        <p>hello default page content</p>
6    </asp:Content>
7    
8    
 
i
1 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP Authors: David Powers, Pages: 784, Published: 2007
Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages Authors: Jacob J. Sanford, Pages: 474, Published: 2007
Flash Hacks Authors: Sham Bhangal, Pages: 466, Published: 2004

Web:
css friendly vertical menu probs - ASP.NET Forums css friendly vertical menu probs. Last post 01-21-2008 8:19 AM by adamjw3. 0 replies. Sort Posts:. Oldest to newest, Newest to oldest ...
In CSS friendly vertical menu submenu should scroll above flash ... In CSS friendly vertical menu submenu should scroll above flash animation ... The above mentioned prob is solved i just added ...
CSS Friendly Control Adapters - Discussions Wiki Link: [discussion:20767]. CSS Friendly Menu Issues ... in IE6 - I've managed to fix the vertical menus by adding 'position static' to the css . ...
CSS Horizontal Menu Generator (version: 1.0) by "WonderWebWare.com" CSS Vertical Menu Generator is a free tool for WYSIWYG menu generation. .... If you have problems with our site or have an idea that would make our site ...
Stu Nicholls | CSSplay | A cross browser vertical sliding menu ... CSS only vertical sliding menu. 28th June 2006 ... If you are having problems integrating any of my demonstrations into your website then I now offer a ...
ASP.net CSS friendly Control Adapters During tests described above, there were some problems with HTML markup generation with Mono. The CSS Friendly Control Menu was not rendered same as under ...
CSS Down Menus - Horizontal and Vertical
  • CSS Drop Down Menus

    3.




  • Search This Site:










    forms authentication.. giving anonymous access to a folder..

    portalcfg.cs doubt

    formsauthentication fails to read cookie on iis6.0

    upgrade from vwd express to vs.net 2005

    web service https authenticated site

    trackbacks?

    why does this default to false????

    php md5 and .net md5 functions do not produce the same thing.

    new to dnn - how to install it?

    new control id separator ($) breaks legacy codes

    two menus from one sitemap?

    is there a simple way to make a tab a link?

    special user rights

    editor (or maybe vsts) mixing up my databinding code?

    eror message using loginview

    security

    who put asp.net account on my machine and should i erase?

    email validation using validation application block

    new skin available

    asp.net 2.0 system log warnings using webdav to access files on a separate machine

    relative sizes & tabstrip

    visual studio .net updates

    feee dnn host for demo purposes

    save webpartzone width after posting

    set control backcolor doesn't work

    variable urls - sitemap

    how to display watch window

    dnn 3.1.0 new skin object?

    can anyone help what is wrong and should be my next step?

    dnn4 authentication provider missing

     
    All Times Are GMT