Browse by Tags

Related Posts

  • Centering Static level of Horizontal Menu.

    How can I center the first level of a Horizontal Menu? I want: | MenuItem1 MenuItem2 | I am getting: | MenuItem1 MenuItem2 | More detail: I am using CSS Adapters to create a Horizontal Menu, and would like to to center the first level static elements. The menu is being displayed in a fixed width div...
    Posted to CSS Friendly Control Adapters (Forum) by dwilliams459 on 11-25-2006, 12:00 AM
    Filed under: CSS, div, Menu
  • Re: Multiple Menus - Overlay Problem

    Russ, Thanks for replying... I was about to loose all hope. I've created a quick test page using the same CSS for the menus (which is a modified version of the PrettyMenu that comes with the adapters...) The test page I created contains only <divs> and I've explicitly set a "z-index" value for...
    Posted to CSS Friendly Control Adapters (Forum) by sunscar9536 on 01-06-2007, 12:00 AM
    Filed under: "css friendly adapter", menu css IE7 IE6, CSS, div, css Control Adapters Menu, Menu, Css CssAdapters DataList DataListAdapter, CSS Control Adapters, menu IE7 IE6
  • ModalPopup : how to cover the whole browser (ie all divs) ?

    Hi all, I have a page with 3 divs : the top div for the menu (navigation), the left div for a thin decoration and the main central div for the content itself. When I click on one of the items of my repeater, the modalpopup shows up but the gray background only covers the main central div , not the other...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by oudoulj on 02-01-2007, 12:00 AM
    Filed under: ModalPopup, ModalPopupExtender, css, div
  • 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: CSS, DIV, layout
  • Collapsible navigation menu that expands from the middle left of the browser window

    Hi everyone, I have been stuck on this problem for a while now and your help would be more than welcome. It involves div layers and CSS positioning. Here is the code I have in my masterPage: <div id="leftPanelAbsoluteContainer"> <div id="leftPanelFloatContainer"> <div id="leftPanel">...
    Posted to Client Side Web Development (Forum) by Nicolas054 on 05-05-2007, 12:00 AM
    Filed under: CSS, Theme, Theme MasterPage "Cascading Style Sheets (CSS)", Div, Skins Themes CSS Cascading Style Sheets Design Flaws Work Arounds, Stylesheets, Themes, CSS Themes Cascading Style Sheets ASP.NET 2.0 Cascades Load Order, navigation, Menu Css Control Adapter, Master pages menu webcontrol, ASP.net 2.0 Master page Menu SiteMapProvider, master page navigation, css class ID, CSS files, asp.net 2.0.net theme theming custom engine, themes css, asp 2.0 global themes, CSS layout, MasterPage CSS, Page Theme, content control, Custom Http Handler Themes Style Sheets
  • 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, html, CSS, div
  • CSS and ASP.net Web Developer Issue

    hi guys, I'm having a slight problem and i can't understand whats causing it. i have the following code to create a centered DIV thats 100% height of the open browser's screen. This code works outside the WebDeveloper environment as i have tested it on both IE and Firefox. But if I use the...
    Posted to Client Side Web Development (Forum) by bennythmeink on 07-11-2007, 12:00 AM
    Filed under: CSS, 100% Height DIV HTML, Web Developer, DIV
  • CSS + IE + width: inherit not working

    I have a page that has two side by side div's, the left div is 400px wide, the right is 200px wide. This is defined in the style sheet. There is an image that is displayed inside each div, and within the style sheet I have a rule defined as follows: img { width: inherit; } In FF the image is restricted...
    Posted to Client Side Web Development (Forum) by gadall on 08-01-2007, 12:00 AM
    Filed under: CSS, DIV, FF, IE7
  • 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: javascript, CSS, background-image, background, textbox, DIV, html, onFocus, ASP.NET 2.0, Styling, html textbox, Stylesheet, Client side scripting, Background Color, css background images, focus
  • Re: image and text in the same button

    Hi, Well by the way its not a command button its a collection of css, div and hyperlink you can do somthing like this. <div class="cssForDiv"> <a class="cssForImage" href="yourURL.aspx" mce_href="/yourURL.aspx"> <span class="cssForText">Hello...
    Posted to Web Forms (Forum) by farazsk11 on 02-02-2008, 12:00 AM
    Filed under: anchor, CSS, div, hyperlink, image button, link with image
Page 1 of 2 (13 items) 1 2 Next >