Jump to content

Slight problem


prime

Recommended Posts

Ok ask help on the problem I'm having, I need to explain the setup I have

 

I'm using css layout (obviously) and have the positioning with top (fixed) side (fixed) and the display area which is also fixed, now as it scrolls down the display area stops showing and goes to standard body color, So I have applied a z-index backing fixed that covers the entire backing so it doesn't show the white.

 

which is working great.

 

the problem I'm having is actualy with a form text indicator, it's simply not showing but when I removed the z-index backing it shows again.

 

here's the css rule thats causing the problem

 

div#displaybacking
{
	background: black;
	position: absolute;
	position: fixed;
	top: 0%;
	left: 13%;
	width: 87%;
	height: 100%;
	z-index: 1;
}

 

Anyone know where I'm gonig wrong, Oh and the browser I'm using is firefox

Link to comment
Share on other sites

excuse me? if it's set to one its in front so change it to 1 so it's behind?

 

hold on i'll show you the 2 rules for display

 

div#displayarea
{
	background: black;
	position: absolute;
	top: 13%;
	left: 13%;
	width: 87%;
	height: 86%;
	z-index: 2;

}

div#displaybacking
{
	background: black;
	position: absolute;
	position: fixed;
	top: 0%;
	left: 13%;
	width: 87%;
	height: 100%;
	z-index: 1;
}

 

now the backing is supposed to go behind which is how I have it set but the form in the displayarea is the one I'm have the text indicator missing from

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.