Jump to content

CSS popup image problem.


rekha

Recommended Posts

Hi,

 

I have a page.I used css style z-index:1 for the image to display.I am having select box in the page.Here is the sample code.

 

<html>
<head>
<style type="text/css">
img.x
{
position:absolute;
left:0px;
top:0px;
z-index:5}
img.y{
position:absolute;
left:0px;
top:0px;
z-index:1}

</style>
</head>

<body>
<h1>This is a Heading</h1>
<select><option value=0>1</option></select><img class="x" src="bulbon.gif" width="100" height="180"> 
<p>Default z-index is 0. Z-index 1 has higher priority.</p>
<br><br><img class="y" src="default80.jpg" width="100" height="180"> 

</body>

</html>

 

This page works fine in firefox.But in IE 6 it is not working properly.Can anyone help me pls.....

 

 

Regards

Rekha

http://hiox.org

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.