Quantcast
Channel: Ajax,XML,HTML,Javascript,Web & CSS, XSLT - programming.itags.org
Browsing latest articles
Browse All 30 View Live

zIndex not working at all. I've searched the forum... -...

But haven't really found anything that answers the issue. Basically, I have a js function that has these lines in it, among others:Code: ( text )var navSectionBg = document.getElementById("mainNav_" +...

View Article



Z-Index not working with Relative Positioning - Ajax,XML,HTML,Javascript,Web...

Hi,I am basically trying to accomplish drop down menus for navigation on a site. And I'm pretty much done except I am having one problem. The z-index is not working with relative...

View Article

z-index of image in Opera 7.21 - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Javascript doesn't allow a hyphen in names, therefore when creating animage element in javascript and wanting to specify 'z-index', I had tospell it 'zindex'(image.style.zindex = 10;). But I am now...

View Article

z-index on frames - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

z-index on frames doesn't seem to work.But how do i get the behaviour anyway ?I want a menu in a topframe to dropdown over the bottomframe...Anybody?Thanks......(with 2 answers.)

View Article

zindex only work when I move the activex object one pixel. -...

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...

View Article


z-index problem - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

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...

View Article

z-index problem for css dropdown menu - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hi.I have created a css dropdown menu (based on an article in www.alistapart.com). It is working just fine except for one annoying issue: the popup menu (<ul> nested within a...

View Article

z-index problem IE - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

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,...

View Article


z-index problem in IE - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hi,I am applying z-index for two divisions using Javascript, I am changing the z-index for second division after drag and drop. It is working fine in FireFox but not in IE.Could any one knows any...

View Article


z-index seems to fail in FF on iframe/object combination -...

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...

View Article

z-index seems to fail in FF on iframe/object combination -...

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...

View Article

z-index style not working - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hello,The appearance of the page should be for the main image, lpmap.jpg, tobe on the bottom, (z-index: 1), with pictures, (image0.jpg -image9.jpg), and accompaning notes to appear on top, (z-index:...

View Article

z-index with div and select elements - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hello all,I am trying to create a dynamic dropdown that takes a list of links and only displays them when i mouse over a "Parent category".I got the thing to work, BUT there is a problem with the...

View Article


z-index woes with position: relative/absolute in IE 6 (and 7?) -...

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>......(with 2 answers.)

View Article

z-index+mozilla+opera - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

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...

View Article


zindice/dbxml - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

is anybody using zindice/dbxml for quite some time.wanted to know if they are stable products.thanks,dhriti.......

View Article

zip code and city - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

I've a page where users may enter a zip code (text edit) and I want to filla combobox with existing cities depending on the zip code entered.Let give an example.I've my text edit like:<input...

View Article


zipcode based tax rates - how to set up? - Ajax,XML,HTML,Javascript,Web &...

Hello,I am working on a shopping cart page where I need to update the totaldisplayed based on a number of things.One of them is the percentage tax to calculate, which is based on thezip code...

View Article

ZipException when trying to run Saxon on UNIX - Ajax,XML,HTML,Javascript,Web...

Hi,I am trying to run Saxon7.8 on an XML document (StreamAM.xml) with an XSLstylesheet (StatusStream.xsl) in the following way:/opt/java_1.4.1/bin/java -jar/usr/dev/psoft/ps8common/saxon/saxon7.jar...

View Article

Zonealarm - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

HiCan anyone please tell me why the following code gets changed by(presume zonealarm ) so that the browser source code readsdifferently? I have no idea, only that it seems that images under acertain...

View Article

zoom an image by dragging the mouse over an scrollbar using javascript -...

Hi all !I wanted to know the basic programming concepts of mouse programming as well as how can i zoom my image by moving the mouse pointer on a scrollbar.this should be worked like when mouse moves...

View Article


Zoom and Pan An Image In A Webrowser - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hi,I have an image in a webrowser which is 3000 pixels wide so does notfit in the browsers window. It is a CAD drawing so needs this detail.Using the scroll bars makes the image difficult to view so I...

View Article


zoom image enhancement in javascript or css - Ajax,XML,HTML,Javascript,Web &...

hello guys,i have a web application which enabled users to zoom images. these images are mostly scanned documents. now, my problem starts when images are zoomed out. documents are not readable even...

View Article

Zoom In a map : Help needed - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hi all,My HTML/jsp page displays a map in it. Now my page has a Zoom in/ Zoom out buttons.How can I write the code for doing zooming in and out ?I prefer to do it in the client side.If any one has any...

View Article

Zoom page -> Mouse position wrong? - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hi,I have a function on my page to zoom in (for people who have not very goodeyes for example):var zoom_factor=100;function zoom(how){var bodyStyle = document.body.style;zoom_factor =...

View Article


zoom problem in FF, working in IE - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

heythis code works in IE but not in FF Code: ( javascript )function ZoomFrames(obj){ if...

View Article

Zooming Image Problem - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Hi,I have a script that zooms a button but I want to zoom an image. I tried zooming the image but its not working.Ranchers please help, its very urgent for me.code: <!DOCTYPE HTML PUBLIC...

View Article

zooming in - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Is there any type of script I could write to allow a user to click on an area of an image and zoom in, while still being able to scroll to the left and see the rest of the page?......(with 4 answers.)

View Article

zooming into <a name="" - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

Is it possible to zoom into a &lt;a name=""&gt;&lt;/a&gt; section using javascript?I mean the same affect as reloading the page with the # method.Thanks!......(with 3 answers.)

View Article



z-order problem mozilla vs. ie - Ajax,XML,HTML,Javascript,Web & CSS, XSLT

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...

View Article
Browsing latest articles
Browse All 30 View Live




Latest Images