Browse by Tags

Related Posts

  • tabpanel layout issues

    Tried to layout a simple form on an AJAX toolkit tabpanel. Totally random results. Sometime I could drag and drop other times not. Design view did not look anything like browser view. So I took all the controls out of the tabpanel and used absolute positioning to get everything aligned. I oculd even...
    Posted to Visual Web Developer 2008 Express (Forum) by leonmcd on 01-11-2008, 12:00 AM
    Filed under: tabpanel, AJAX VWD 2008, css, design view, visual web developer 2008 express, Visual Web Developer 2008 Express Edition, layout
  • Re: Visual Developer inconsistencies with CSS?

    This happens a lot when porting over CSS-styled HTML markup to ASP.NET, especially when using IDs as CSS selectors (which, as you probably already know, is the "proper" way of doing it). It has to do with how ASP.NET renames server control IDs that are inside other server controls... Check...
    Posted to Web Forms (Forum) by Lee Dumond on 08-07-2007, 12:00 AM
    Filed under: stylesheet, CSS, CSS selectors, id, Layout
  • Visual Developer inconsistencies with CSS?

    hi guys, I'm having a strange problem. i designed a site using Dreamweaver and tested it on firefox and IE until i got it consistent and looking right in both. then i copied the CSS and HTML into a master page and style sheet in my Web Developer project. when i run the site from here it opens in...
    Posted to Web Forms (Forum) by lost_benny on 08-07-2007, 12:00 AM
    Filed under: CSS, incorrect layout, Layout
  • Re: DIV height problem

    Without testing anything, maybe you could use the expression property in css "height: expression('document.body.clientHeight');" but this would be more suited if you had fixed-height header and footer in pixels vs. percents. You would end up with something like: div # header { height: 80 px ; } div #...
    Posted to Client Side Web Development (Forum) by BMF on 02-06-2007, 12:00 AM
    Filed under: DIV, layout, CSS
  • Treeview layout problem with show lines (with IE7 or Firefox)

    I developed a website with vs2005 c# which uses a treeview for navigation. I selected the option show lines (solid) there. If the menu is collapsed the layout is very fine (with IE7 or Firefox). If you click on some knode to open it you see the solid lines as broken lines (like dashed). You can try this...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by SMawid on 01-05-2007, 12:00 AM
    Filed under: TreeViewiew, CSS, IE7, Layout
  • Re: Nested DIV Overflow problem in Firefox

    You can try to stop using the "float" style, but to start using somewhat like "position: relative/absolute" and positioning with top/left inside the ancestor's div. Hopefully it will help you to make strict cross-browser layout.
    Posted to Client Side Web Development (Forum) by mormat on 01-18-2007, 12:00 AM
    Filed under: CSS, layout, Firefox
  • Re: learning asp.net layout designing

    hi kunaaldesai, check these videos: 1 , 2 in addition you can start with some free templates here , and learn it in action.
    Posted to Getting Started (Forum) by sinpin on 10-08-2009, 12:00 AM
    Filed under: CSS, layout
Page 1 of 1 (7 items)