Search Result

Collapse
5 results in 0.0015 seconds.
Keywords
Members
Tags
height
  •  

  • gemista
    started a topic Height 100% padding 15px

    Height 100% padding 15px

    I am trying to replicate an effect I used on a website in days of yore. It was a simple trick, setting body padding to 15px and using a container table with a width and height of 100% and a single-pixel grey border. I am a Mac user and am forever re-sizing windows. This effect gave a fine grey line around my site, inset from the browser window edges by 15px. Change the window shape and the border stayed on all four edges until the content forced...
    See more | Go to post

  • buntyindia
    started a topic IE6 IFRAME dynamic height

    IE6 IFRAME dynamic height

    Hi,

    How can we achieve dynamic height for IFRAME on the base of it's content height. I want to remove the scrollbars.

    Thanks,
    See more | Go to post

  • HTML and CSS for Curl applets embedded in object elements

    Over at developers.curl .com I have a blog post on an IE8 quirk which I hit while standardizing the html at my aule-browser.com website.

    When I moved the height and width parameters from the object tag and into a CSS style for objects, the size of my embedded applet immediately collapsed to the upper-left corner in IE8.

    It took some effort to discover that the order of the parameters was upsetting IE: in a moment of desperation...
    See more | Go to post

  • Having 2 "out of domain" pages in one aspx page with dynamic heights

    Hi Team,

    I have to adjust two pages which are provided by 2 diff. services based on some query string, as of now I am using iframes but could not set the height dynamically. Both the child pages can came up with any height.

    and iframes are useless in this case as I have to set some height or else it will take the defualt value for height property.

    I tried to set it thru java script and css but got the...
    See more | Go to post

  • ad08
    started a topic Making a DIV height equal to page height

    Making a DIV height equal to page height

    I want to create a div over the body which should take 100% height of the page.
    I am defining html and body height is 100%. Also the div height is 100%.
    still it's not working for me. Can some one please tell me what is wrong?
    below is the code snippet.

    Thanks.

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
     <HEAD>
    ...
    See more | Go to post
    Last edited by Dormilich; May 18 '09, 05:42 AM. Reason: Please use [code] tags when posting code
Working...