Browse by Tags

Related Posts

  • 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 and App_Themes

    Could someone please tell me how to reference a background image in a .css file under the following directory structure: wwwroot/images/header.jpg wwwroot/application/app_themes/themename/style.css Here is what I originally had: background-image: url(http://localhost/images/header.jpg); This works fine...
    Posted to Web Forms (Forum) by czuvich on 01-25-2007, 12:00 AM
    Filed under: background-image, CSS, CSS positioning
  • Re: CSS backgrounds

    background: is shorthand property for setting all background properties in one definition, example: background: url(stars.gif) no-repeat top background-image: is specific to setting the image background, example: background-image: url(stars.gif); Both ways work the same. More info: http://www.w3schools...
    Posted to Client Side Web Development (Forum) by SuperGhost on 12-14-2006, 12:00 AM
    Filed under: background-image, background, CSS
  • Re: prevent asp:ImageButton from refreshing image...

    Hello. This is a bug in IE when it's pulling in background images defined in CSS. As far as I am aware, the solution lies within IIS. Have a read of this: http://erik.eae.net/archives/2007/02/26/13.13.48/ cheers Anthony
    Posted to ASP.NET AJAX UI (Forum) by ablears on 04-03-2007, 12:00 AM
    Filed under: background-image, CSS, ie, IIS
Page 1 of 1 (4 items)