Browse by Tags

Related Posts

  • CSS help needed with float

    Hi, I have 3 divs - the first one is meant to be a header. The second one, a floating div that should float right, and a normal div that should host some content. <html> < body > < div id= "header" > < h1 >Heading</ h1 > </ div > < div id= "links"...
    Posted to Client Side Web Development (Forum) by deostroll on 04-20-2009, 12:00 AM
    Filed under: CSS, DIV, float
  • Re: TabPanel's Style display:none;visibility:hidden in FireFox, Safari and Opera

    Hi, I managed to resolve the issue late yesterday afternoon by adding a break tag with a style clearing both sides: <br style="clear:both;" /> However this seemed a little crude as it meant putting in extra content which I didn't want in the page and changing the flow of the document...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hawaythelads on 02-04-2009, 12:00 AM
    Filed under: Opera, "TabContainer", "TabPanel", AJAX Tab Container, AJAX TAB PANEL, AJAX TabContainer Control of ASP.NET, AJAX Tabs Css, css, div, div tag, div tag issue, div tags, ie, internet explorer, Safari, Firefox
  • [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
  • 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
  • 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
  • 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
  • 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: Web Developer, 100% Height DIV HTML, CSS, DIV
  • 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
  • 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: navigation, Page Theme, Skins Themes CSS Cascading Style Sheets Design Flaws Work Arounds, Stylesheets, Theme, Theme MasterPage "Cascading Style Sheets (CSS)", ASP.net 2.0 Master page Menu SiteMapProvider, asp.net 2.0.net theme theming custom engine, content control, CSS, css class ID, CSS files, CSS layout, CSS Themes Cascading Style Sheets ASP.NET 2.0 Cascades Load Order, Custom Http Handler Themes Style Sheets, Div, master page navigation, Master pages menu webcontrol, Menu Css Control Adapter, MasterPage CSS, asp 2.0 global themes, Themes, themes css
  • 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
Page 1 of 2 (20 items) 1 2 Next >