Browse by Tags

Related Posts

  • Popup window with no title bar, status bar , etc

    Using asp.net/vb.net I need to create a modal popup window that does not have a title bar, scrollbar, status bar, etc.. I can create a popup using javacript but I can't find out how to get rid of that title bar. Can someone tell me how to do this or point me to a web page that will show me how? Thanks
    Posted to Client Side Web Development (Forum) by jwbthree on 04-22-2008, 12:00 AM
    Filed under: modal window, modalpopupextender in composite control, ModelWinow Problem, ASP.Net 2.0, browser, DIV, html, java script, asp.net css
  • Re: div.InnerHtml can't "see" the text content of a dynamically generated TextBox

    change: divForTests.InnerHtml = TextBox3.Text; to: divForTests.InnerHtml = "<span>" + TextBox3.Text + "</span> or divForTests.InnerHtml = "<input type='text' name='" + TextBox3.ID + "' value='" + TextBox3.Text + "' />
    Posted to Web Forms (Forum) by Jahedx99 on 04-02-2008, 12:00 AM
    Filed under: progtalk, c#, div, html, IE
  • [CSS] How to center menu and force MFF not to display break above it

    I have problem with CSS menu on my page http://szmitek.winweb.pl/Default.aspx . The page uses style sheet http://szmitek.winweb.pl/StyleSheet.css . Menu is built with upper, always visible links and submenu displayed when mouse pointer is on menu. I want menu to be center not left. I would like also...
    Posted to Client Side Web Development (Forum) by szmitek on 03-21-2008, 12:00 AM
    Filed under: mozilla problem, panel, panel css, styles, center, css html, CSS positioning, CSS server side, css themes, DIV, footer, html, IE, ie7.0, Master Pages, XHTML Transitional, Firefox, CSS, CSS Master Page, IE7, browsers, CSS 2.1, cssclass, Div show hide, menu
  • Change div Background Using Focus

    I have an input text box this is contained within a 'search' div used to hold the background image. I want to use the onfocus property of that input box to change the background property of the 'search' div when the user clicks into the search box. How would I do this, I can get the background...
    Posted to Client Side Web Development (Forum) by adamargyle on 12-13-2007, 12:00 AM
    Filed under: onFocus, Stylesheet, textbox, ASP.NET 2.0, Background Color, background-image, Client side scripting, css background images, DIV, html, background, CSS, html textbox, javascript, Styling, focus
  • How do I use the style property of a HTMLGeneric control

    I add a runat server tag to a div tag. I can control it's visibility, ect with code like "MyDivArea.Visible = false; But I'm not sure how to set the width of MyDivArea using the style property. This doesn't work. MyDivArea.style.value =" width : 100% ; " I just want to temporarily...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by TallMike on 05-29-2007, 12:00 AM
    Filed under: Theme MasterPage "Cascading Style Sheets (CSS)", asp.net 2.0, ASP.NET 2.0 Theme, Div, HTML, asp 2.0 global themes, themes css
  • Re: Trying to make all page items stay centered reguardless of resolution. How?

    In order for the div#container to position in the center you need also to set a fixed width for it. By default any div takes the whole width of the window if the width is not set. So you need something like this #container { width: 783px; margin: 0 auto; } This will give the div#container a fixed width...
    Posted to Web Forms (Forum) by apt on 05-09-2007, 12:00 AM
    Filed under: panel control, CSS, div, html
Page 1 of 1 (6 items)
Microsoft Communities