Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. How Build Html form ? Programming Web Development by Kirubel_2 …-sizing: border-box; border-top: 2px solid #0009; padding: 10px; z-index: 100; display: none; /*to hide popup initially*/ transition: 3s… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem … -c -f foo.tar.bz2 foo_1.txt foo_2.txt $ tar -z -c -f foo.tar.gz foo_1.txt foo_2.txt $ tar… Re: z-index Digital Media UI / UX Design by Troy III z-index:0; is equivalent to: unspecified / invalid / value failed to be assigned, etc, etc. div1 > z-index:0 -will be covered by div2 > [no index specified] Re: z-index Digital Media UI / UX Design by Alicera Nz z-index:-1; Re: z-index problem Digital Media UI / UX Design by MidiMagic z-index is not well supported. Z-index in IE, Any fixes? Digital Media UI / UX Design by jonsan32 … flows behind the navmenu very nicely. **Can you give z-index to text?** I found these lines of code @… http://css-tricks.com/snippets/jquery/fixing-ie-z-index/ but I might be implementing thier solution incorrectly.…: 1px solid #ccc; position:fixed; top:0; left:0; z-index:1000} #nav32 ul { list-style: none; height:90px;… Re: Z-index in IE, Any fixes? Digital Media UI / UX Design by jonsan32 … earlier. I presume there is no answer for making the z-index higher, but how can I implement their scrolling work… Z-index issue Digital Media UI / UX Design by hindu times …/store/store2 I'm having a little trouble with the z-index of the dropdown menu (when you hover over HOME… of MUSIC in the store). I've set the z-index of the menu to 1000 which works fine in… z-index issues in Safari and Chrome Digital Media UI / UX Design by IllBeTheJudge …: 0; padding: 0; } #blob { border: 1px solid #25fd01; position: absolute; z-index: 1; top: 0; background: #2D2D2D; background: -moz-linear-gradient…; list-style: none; } #nav li a { color: #e3e3e3; position: relative; z-index: 2; cursor: pointer; float: left; font-size: 15px; font… Z-index or postioning problem on topnav in IE - works ff & saf Digital Media UI / UX Design by spookies …); } #topnav1 { position:absolute; left:677px; width:40px; margin-top: 8px; z-index:2000; } #header { position:relative; left:0px; width:990px; height… { position:absolute; left:76px; top:57px; width:198px; height:116px; z-index:101; } #introtextbox { position:absolute; width:380px; height:246px; … Re: Z-index or postioning problem on topnav in IE - works ff & saf Digital Media UI / UX Design by spookies … IE - Im not sure if it has anything to the z-index. I have it how i want it in Firefox… Z-index nightmare in FireFox Digital Media UI / UX Design by Lleoun …; left:701px; top:58px; width:234px; height:485px; z-index:1;} #divMenu2 {position:absolute; width:242px; height:…; left:701px; top:58px; width:234px; height:485px; z-index:2;} #divMenu2 {position:absolute; width:242px; height:…; left:701px; top:58px; width:234px; height:485px; z-index:1; background-color:yellow;} #Menu2 {position:absolute; … z-index (and css) and IE6? Digital Media UI / UX Design by Violet_82 …bottom:0px; left:0px; right:0px; position:fixed; z-index:100; } .box { display:none; background-…it back half of its width*/ top:10%; z-index:101; } .standalone_image { /*background:url(../…images/water_full_3.jpg) no-repeat;*/ position:absolute; z-index:101; width:602px; height:399px; top:25.… Re: z-index NOT working :( Digital Media UI / UX Design by HoneyBadger …I had to use negative numbers in the z-index. Which in tuns means I have huge…bars for empty space. why did adding negative z-index cause large empty spaces to appear? …} #toppage { position: relative; top: 0px; left: 0px; z-index: 10; } #picture { top: 30px; left: 0px; position: … z-index with images Digital Media UI / UX Design by optikali … box of text. Text will work with z-index properly, but the border just will …width: 800px; background: #FFFFFF url("border.png"); z-index:1; } #content{ margin-top: 252px; position: …absolute; width: 500px; background:#c9a87f; z-index:-1; }[/CODE] HTML = [CODE]<!DOCTYPE html PUBLIC… Re: z-index with images Digital Media UI / UX Design by Troy III … box of text. Text will work with z-index properly, but the border just will not…:900px;[/COLOR] background: #FFFFFF url("border.png"); z-index:1; } #content{ margin-top: 252px; position:… absolute; width: 500px; background:#c9a87f; z-index:-1; }[/CODE] HTML = [CODE]<!DOCTYPE html PUBLIC … Re: z = x * y ; from console to form window Programming Software Development by mrnutty You need proper includes. [code] #include <iostream> using namespace std; int main(){ int x = 0; //initialize variables int y = 0; //initialize variables int z = x * y; //calculate z cout << "Z = " << z << endl; //print out the variable 'z' return 0; } [/code] z-index NOT working :( Digital Media UI / UX Design by HoneyBadger … of top of the other. I tried using the z-index(see code below) but I can't get … width: 1024px; } #toppage { position: relative; top: 0px; left: 0px; z-index: 10; } #picture { position: relative; top: 30px; left: 0px…; } #nextpicture { position: relative; top: 0px; left: 325px; z-index: 30; } </style> <div id="container… z-index Digital Media UI / UX Design by davy_yg …: 220px; color: black; margin: 0 0 0 800px; z-index: 2;"> <?php // How can we…;margin: -250px 0 0 730px; position: relative; z-index: 0;"><image src="images/…quot;></div> I wonder why z-index:2 which is suppose to be on top… of z-index:0 does not work as it suppose … Re: z-index Digital Media UI / UX Design by Troy III …got this right: > "Note: z-index only works on positioned elements (position:…position:relative, or position:fixed)." [!note] Your z-index:2 div element has no position. Further on…, "z-index: 0", (used on your second… div) is not a valid z-index css value. Should be a non-… Re: Z-index nightmare in FireFox Digital Media UI / UX Design by MidiMagic You can have the focus on only one layer at a time. To fix it, get rid of the idea of putting one thing on top of another. Note that the z-axis is not universally implemented yet. Don't rely on it. Note that in FF and in xhtml, the <!-- --> tags comment out the stylesheet. Do not use them any more. Re: What Z-Index Digital Media UI / UX Design by rajarajan2017 …left:100px; top:50px; width:100px; height:50px; z-index:1; background-color:red;"> This div… style="position:absolute; left:100px; top:50px; z-index:12; height:50; background-color:blue;">… Re: z-index Digital Media UI / UX Design by almostbob …;div style="margin: -250px 0 0 730px; position: relative; z-index: 0;">` is correct, but inline styles suck… and should be removed to stylesheets > Further on, "z-index: 0", (used on your second div) is not… a valid z-index css value. Should be a non-zero positive integer… Re: z-index Digital Media UI / UX Design by almostbob http://www.w3.org/wiki/CSS/Properties/z-index > The stack level of the generated box in …. and http://www.w3.org/TR/CSS2/visuren.html#propdef-z-index > In the following example, the stack levels of… from the root box. The others are specified with the 'z-index' property. `the stack levels of the boxes.. .. "text2… z = x * y ; from console to form window Programming Software Development by kucing [code] 1: int main() 2: { 3: unsigned short x; 4: unsigned short y 5: ULONG z; 6: z = x * y; 6: return 0; 7: } [/code] Please ... i got to many error. When I want z value to write in Textbox form window. Just like var or data from console to form window How var or identifier seems undeclared in form window with namespace . Re: z-index problem Digital Media UI / UX Design by autocrat … problem occurs for the Popups though... You have applied a z-index to the Links (a:info) when inactive and when… hovered over.... but not applied a z-index to the actual tooltip/popup! Try adding z-index: 30; to a.info:hover… Re: z-index NOT working :( Digital Media UI / UX Design by weekendrockstar What browsers have you tried? IE tends to have similar problems with z-index. If the problem occurs in other browsers I am not positive what the cause would be. Re: z-index Digital Media UI / UX Design by almostbob run the css of a `div {z-index:0;}` through the [w3c css validator](http://jigsaw.w3.org/css-validator/#validate_by_input) if you care to. Re: z-index Digital Media UI / UX Design by almostbob Troy, "unspecified", is not zero "unspecified" inherits the parent element z-index, any integer value including zero please stop fabricating information