


Hi@all!I have a layering-problem on my site:I want to place a news-div /above/ my main-divmaking the text in the main-div float around thenews-div. This works fine with Mozilla, but inwith IE 6 on Windows the news-div lies always/behind/ the main-div. I experimented with z-index,the order of the...
I am attempting to have a floating image below page content, but above<bodyIn order to get this to work with mozilla+opera, am I required to have allpage content set at z-index>(some number).??When I started, I used negative z-index for my floating image, all worked inopera, not mozilla. G...
Hi,I have a site with a heap of small menus in various elements.It looks something like this (inline style's etc for readability):<div>...
Hello,I'm having difficulties to understand why the code below doesn't work.The idea is to generate an <iframe> with a higher z-index compared toan <object>. In Microsoft Internet Explorer 6, everything works fine,but Firefox/Netscape seems to have problems with this constr...
I have been trying to get an image to sit in the background behind mycontent div tag. I have nested two div's inside of another. The maindiv has three images in it, one at the top, one at the bottom, and thena tiled bg image. The tiled image sits fine in the background, but thetop image ove...
hello there,i'm having a problem with the z-index.when i set the value it's not moving the object into the background as iwant it.the site is something like this (this here is simplified)<body><div class="one"><img src="./1.gif" /></div<div class="two"><ta...
Hi,I am basically trying to accomplish drop down menus for navigation ona site. And I'm pretty much done except I am having one problem. Thez-index is not working with relative positioning!Basically I have a page such as this:http://members.rogers.com/asadkhan2/prob2.jpgNow, see those home,...
I can't get the z-index to work as I understand it. On<http://snow.prohosting.com/srcopan/anti/> I'm trying to position theeagle image under the blue box. The image's parent (div navbar) has az-index of 1, and the blue box's parent (H1) has a default z-index of 5.Div na...
Perhaps someone else can learn from my mistake.As many developers may have learned, the "z-index" CSS property can(generally) only be applied to an element that is positioned; in otherwords, an element that has "position: absolute" defined.What is not explicitly spelled out (perhaps because it'...
Hi. New here.I have a xhtml with two footers at the bottom. The style sheet has.Footer1 is a div and a container for two more divs: #webmaster and#links. #webmaster floats left and #links floats right. Both #webmaserand #links has words written in the Div. The Z-index in footer1 is200. Footer1 p...
I have two activex object. I have to different classes; one withz-index:2000 and one with z-index:1. Both classes have absolutepositioning and left and top set to 0.The two objects is located on top of each other. I have to to it thisway because I cannot communicate with an activex object withvi...
I have 2 "divs" in my page, as defined below.Given teh z-index values, I would expect the text in the "flash" classto overlay the video div.. But all I see is the video div.Any idea what i am doing wrong.. happens in IE only..--<div id="tempDiv" class="flash">Text goes here</div><...
Wanting to put together a site using z-index.Problem is, the numerous sites that discuss z-index mostly speak of anddemonstrate the use of 2 layers.Showing how one layer has priority over the other.Very few discuss the actual implementation of divisional layers.e.g.: I have 10 items in the left...
Hihttp://www.productionsweb.selfip.com/essais/Hovering the sentence at the right edge displays some text which Iwant to be in front of anything else but it won't.Is it because of the negative margin ??Thanks...
Hi! How can I achieve zero-based numbering in ordered lists? E.g.want the list<ol><li>larry</li><li>curly</li><li>moe</li></ol>to be rendered0. larry1. curly2. moeinstead of the default1. larry2. curly3. moeThanks!kj--NOTE: In my address everything...
