Results 1 to 2 of 2

Thread: IE 6 and absolute positioning

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    IE 6 and absolute positioning

    I have a panel on my webpage with the following css :
    Code:
    .pnlParameterCollectionStyle
    {		
    	position:absolute;
    	width:64%;
    	height:60%;
    	top:20px;
    	left:20%;
    	z-index:102;
    	border:solid 3px gray;
    	background-color:White;	
    	min-height:500px;
    	min-width:600px;
    
    }
    The problem I am having is that when the web page renders the panel does not appear. However when I resize the browser using the handle in the bottom right hand corner it magically appears.

    Does anyone have any idea what is going on ?
    I HATE IE 6 !!

    Parksie

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: IE 6 and absolute positioning

    Without further information, try setting position : relative; to the parent element.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width