Browse by Tags

Related Posts

  • css to make a text fixed on a window

    Hi evevryone, I want a div text to be fixed on a window. I was able to do this using css and div. . make - fixed { position: absolute ; top: expression(eval(document.body.scrollTop)) ; left: 10 px ; margin: 0 ; width: expression(eval(document.body.clientWidth)- 20 ) ; /* margin each side(right and left...
    Posted to Client Side Web Development (Forum) by ansdhr on 04-21-2009, 12:00 AM
    Filed under: absolute positioning, float, CSS
  • 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
  • CSS issue: Wrapped text appearing under float

    Hi, I'm wondering if any CSS gurus out there can help me as I've been banging my head against this one for some time now... We have some pages with text to the left that wraps around floating divs to the right which contain a menu and photos. The only trouble is that the 2nd line of text seems...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by gavinharriss on 12-15-2008, 12:00 AM
    Filed under: CSS, float, wrapped text
  • Panel Backcolor not showing in Firefox

    I have a series of panels that use the asp.net rounded corners control and I am having trouble viewing the complete background of the my inner panel in Firefox. My page does display correctly in IE7, so I'm not certain if it is something incorrect in my css or if I am having an issue with the Ajax...
    Posted to Web Forms (Forum) by JDL1475 on 09-10-2008, 12:00 AM
    Filed under: Panel Background, Ajax rounded Corners, Float, Firefox, CSS
Page 1 of 1 (4 items)