558 Posted Topics

Member Avatar for greenglow

[QUOTE=greenglow;953072]Hi, The slider on the site below works fine in Chrome and FF but in IE is showing a scroll bar on the right and the images scroll vertically . Any help is appreciated. [URL="http://www.alias-dev.com/gig"]http://www.alias-dev.com/gig[/URL] it's a coda slider [URL="http://www.ndoherty.com/demos/coda-slider/1.1.1/"]http://www.ndoherty.com/demos/coda-slider/1.1.1/[/URL][/QUOTE] Sorry but the coda-slider 1.1.1 working perfectly on my Internet …

Member Avatar for greenglow
0
96
Member Avatar for harry010

harry010, what is this code doing on your site? [ICODE]<script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5789165-1"); pageTracker._trackPageview(); </script>[/ICODE] It is rising error on my firefox v3.5.2

Member Avatar for harry010
0
125
Member Avatar for sarithak

You are using a fixed width for 1024 resolution most probably for the width of your iframe specified in px - delete it/replace it with "100%"! This way the browser will be allowed to adjust its width according to the space available.

Member Avatar for Troy III
0
60
Member Avatar for sam023
Member Avatar for polo_coins

[QUOTE=essential;947330]Hi, here's the demo, you should atleast have IE6 to be able for this to work. [code=javascript]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <title>http://www.daniweb.com</title> <style type="text/css"> <!-- li a { font-family : Arial, san-serif; color : …

Member Avatar for Troy III
0
305
Member Avatar for Ilcarriz

You are using the same CSS in both files I guess. Editing that will affect all pages using it.

Member Avatar for w33n
0
99
Member Avatar for avaitla

[QUOTE=avaitla;949365]I was wondering if anyone could help me out with this issue. I am creating a basic function that will handle movement of an item that is absolutely positioned on a webpage (function moveElement). I begin with the onload event item which calls function prepare which calls function moveElement with …

Member Avatar for Troy III
0
114
Member Avatar for anish.anick

-Here, try this stunt: (I never tried it) Write it in the hidden input of the first page - I'm almost sure the Back-Button will not clear its value - and than read it back with your script. !But, beware that any other way of geting back to the first …

Member Avatar for Troy III
0
98
Member Avatar for MarrkoR

[QUOTE=MarrkoR;947240]Hi, I want to put the div in the middle of the page. I found one: pagetext-align: center; but work only with IE.[/QUOTE] I've never seen something like : "pagetext-align: center;" do you mean: [ICODE][?]page{text-align: center}[/ICODE] ? Cause it should work with all current browsers. [it only centers text of …

Member Avatar for Troy III
0
40
Member Avatar for Mel64

how much data are you trying to pas to the folowing page? -cause if it's only a Name and/or Surname, you won't be needing 'php', 'cookies' or similar ...

Member Avatar for Mel64
0
339
Member Avatar for feoperro

Ordinary html elements are supposed to cascade, therefore they don't comply to "valign" or "vertical-aligng" css instruction statements. There are hacks but, they spoil compatibility. some quick solution would be to use positioning of the link container: [icode]position: absolute; bottom: 0px;[/icode] Otherwise I strongly suggest - you use TABLES. :D …

Member Avatar for Troy III
0
100
Member Avatar for shaggysc96

[QUOTE=shaggysc96;335248]I do not much understand what is going on. The iframe is transparent in all browsers but IE. I need to change the background color in IE, of my iframe and cannot figure it out. My code is below. It is pulling from an external file exfile.js. Nothing i have …

Member Avatar for essential
0
2K
Member Avatar for veledrom

[QUOTE=essential;927239]I havent finished it yet, but you'll have to tell me if it does what you exactly needed. Here's my work over this deal: [code]<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml-stylesheet type="text/css" href="#css21" media="screen"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html id="xhtml10S" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://www.w3.org/2005/10/profile"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" …

Member Avatar for essential
0
135
Member Avatar for justapimp
Member Avatar for digital-ether
0
128
Member Avatar for veledrom

[QUOTE=Rashakil Fol;822728]Actually, I answered the OP's question. Something you didn't care to do when you felt the compulsion to share that chip on your shoulder.[/QUOTE] Can you please share your answer publicly once again.

Member Avatar for veledrom
0
117
Member Avatar for kg_ally

[QUOTE=nav33n;822332]@OP, Is it even possible to disable/enable a div tag ?[/QUOTE] Yes! Try this: [CODE]<div disabled onclick="this.disabled='';alert('thank you!')">Click to Enable</div>[/CODE] [B]This property is defined in HTML 4.0 and is defined in:[/B] [URL="http://www.w3.org/tr/2000/wd-dom-level-1-20000929/"]World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1[/URL] . [B]Applies To:[/B] BODY, CAPTION, DD, DIV, DT, …

Member Avatar for mschroeder
0
133
Member Avatar for marjan_m

"WEB 2.0" is how you skin your web page buttons Trend, nothing to do with the web itself. It's a simple graphical effect to make image-based objects apear as if they're made of plastic, glass, or some orther polished glossy material. That's about all the mistery surrounding "WEB 2.0" - …

Member Avatar for DeViAnT\gAmEr
0
179
Member Avatar for Shanti C

Hello Shanti, [ICODE]theImage.offsetTop[/ICODE]and [ICODE]theImage.offsetLeft[/ICODE] will give you the values you need to display to your user. Than you can chose where you like to display them. most probably in: [ICODE]window.status = theImage.offsetTop +" : " + theImage.offsetLeft[/ICODE] p.s.: For the values to get dynamically updated, you should use it inside …

Member Avatar for Shanti C
0
111
Member Avatar for nmelissa
Member Avatar for MidiMagic
0
101
Member Avatar for shiiramari

if your code snippet is correct there's no possibility that the error line is stating: "this.style" - since there is no such declaration in it. There is some other code interference going one there...(!)

Member Avatar for Troy III
0
105
Member Avatar for thenamenoonehas

[QUOTE=thenamenoonehas;699184] I have a couple of form fields within my page... I have an element that has a form label that cannot be changed via the system and was thinking about changing it on the fly with the getelementbyID and innerHtml methods. [/QUOTE] Give an ID to your LABEL f.i.:[ICODE]<label …

Member Avatar for Troy III
0
149
Member Avatar for karang

Only through browser specific transition filters. But for what you ask, the only browser that might produce this particular effect can probably be IE.

Member Avatar for Troy III
0
43
Member Avatar for anish.anick

[QUOTE=anish.anick;698660]Hi All, Is there any way to set the focus to a table row using javascript so that subsequent key press events can iterate through the table rows.Please help me to solve this. Thanks[/QUOTE] As nikesh.yadav already pointed, there are only two true conventional browsers that will handle focus as …

Member Avatar for Troy III
0
370
Member Avatar for KylieByrne

[QUOTE=peter_budo;655465]Change "[I]Save as type[/I]" from "[I]Text Documents (*.txt)[/I]" to "[I]All Files[/I]" and in "[I]File Name[/I]" type name with css file extention like [I]styles.css[/I]. Always work for me...[/QUOTE] The above, is the correct answer. You can always determine the desired file type with "SaveAs" command; choose File Type: "All Files", and …

Member Avatar for MelechM
0
8K
Member Avatar for Grantmitch1

[QUOTE=Grantmitch1;679422]Okay well im practising my CSS and HTMl skills yet again and have came across a problem. If you look at this image, you can see my site is perfectly fine. The text is where it should be. Image: [url]http://i37.tinypic.com/scqqev.jpg[/url] No the text is fine, the navigation looks funny (it …

Member Avatar for Grantmitch1
0
94
Member Avatar for chellethecat

Please try: [code] <!-- function init() { DynLayerInit() myscroll = new MiniScroll("scrollWindowDiv", "scrollContentDiv") } //--> [/code] Regards

Member Avatar for langsor
0
224
Member Avatar for marketingCompan

I'm on IE6 currently browsing your pathetic oldfashion design :) but I don't see anything jumping or or disapearing from the page. Clciknga all [msison experience people... nor when clicking sidebarlinks home about us showcase and similar ] It gest drown almost exactly the same in both of them browsers, …

Member Avatar for MidiMagic
0
99
Member Avatar for jakesee

[QUOTE=jakesee;645115]Still doesn't work. With the following code, the behaviour in IE7 is what I want: The content area stretches to fill the remaining area on the right. The green background correctly fills that area. In FF, which is not working, the content area takes the entire client area and the …

Member Avatar for MidiMagic
0
480
Member Avatar for dhutchis
Member Avatar for samarudge

Well Sam, Remove: [ICODE]onload="javascript:hidebox()"[/ICODE] from your BODY element and you're OK to go. (the part i red of the following html code in your document) [ICODE]<body [COLOR="Red"]onload="javascript:hidebox()"[/COLOR]>[/ICODE] Cheers

Member Avatar for Troy III
0
182
Member Avatar for stan.joe1

[QUOTE=stan.joe1;653432]Please help the question appears below and my so-called attempt appears after that as you can see I am relatively new to java, I only manage to do the sum part. Write a script that takes three integers from the user and displays the sum. average, product, smallest and largest …

Member Avatar for Troy III
0
421
Member Avatar for marjan_m

There is however at least one browser in the world that can almost guarantee that your images will be 99% of the time "Safe". That's EXPLORER! Explorers 4, 5, 6, 7&8b are still making more than 78% of client browses. The other 22% will still have Explorer installed somewhere. So …

Member Avatar for marjan_m
0
649
Member Avatar for greeny_1984

[QUOTE=greeny_1984;654856]I [code] function numvalues() { if((window.event.keyCode>57)||(window.event.keyCode<48)) { alert("Only Digits Are Allowed"); window.event.keyCode=null; } } [/code][/QUOTE] Take this: [code] function numvalues(e){ if(!e) e=event;e=e.keyCode||e.which;//b.b. TroyIII p.a.e if((e>57)||(e<48)) {alert("Only Digits Are Allowed!"); return false;} } document.onkeypress=numvalues [/code] You should use [ICODE][COLOR="Green"]yourElement[/COLOR].onkeypress=numvalues[/ICODE] instead! p.s.: I'm not sure what were you thinking with the [ICODE]window.event.keyCode=[COLOR="Red"]null[/COLOR];[/ICODE], …

Member Avatar for Troy III
0
139
Member Avatar for MortiS

-----DIV----------------- [div] X [ background image ] -------------------------- ...is one of the ways to go. You can use the css to position & style the "x" letter with border box etc. Now, what's eating me is: are you planning to show it anytime later after it is closed or not?!!

Member Avatar for Troy III
0
168
Member Avatar for Grantmitch1

try this site ([url]http://layouts.ironmyers.com[/url], might help you alot.

Member Avatar for Grantmitch1
0
128
Member Avatar for airwinx

[QUOTE=airwinx;654016]Hi All, I have 3 horizontal tabs menus with different form to let user key in some infor to the text fields. When user 1st time access this page, all fields are blank. But if user want to go to the second tab, user must key in some infor at …

Member Avatar for Troy III
0
104
Member Avatar for Shanti C

They're using area maps and image holder for at least 36-50 pictures depending on example viewed. The mouseover event on area to bring up the corresponding image frame. But the animation uses some script obviously. I believe there must be some other way to compensate for this great number of …

Member Avatar for Shanti C
0
109
Member Avatar for davonz

Hi there Davonz. Do you happen to recieve any type or error line report on this function? Is it causing errors or simply returning "undefined" in aler box?

Member Avatar for davonz
0
180
Member Avatar for evank

Hello evank, What you need, - is a container you already have, and images that will fill the line. *[ you should consider closing your img tags properly depending on DTD specified.] If you plan for images to be scrollable with the browser-built horizontal scrollbar. You can use the following …

Member Avatar for Troy III
0
1K
Member Avatar for adaykin
Member Avatar for Troy III
0
134
Member Avatar for thawk1

[QUOTE=thawk1;649163]I am a newbie to web design and just completed my first with Dreamweaver CS3. Used a tutorial I found on the web and all went great... Created new site, built page, uploaded... looked easy. Have since built the pages I want (only 7-8 pages), tried to put on the …

Member Avatar for peter_budo
0
98
Member Avatar for karysma

Good day, karysma. Your code had a few errors marked with red. [QUOTE=karysma;647628]Good Day. My div will not position properly. Rather, it just sits in the top-left corner. I have tried z-index with no luck. The first Div represents the background for my page, and the div inside of that …

Member Avatar for Troy III
0
122
Member Avatar for rejisha

[code] ... var3 = parseFloat(var1)+parseFloat(var2); alert(var3); [/code] Will do also fine. This additionally ensures that values like: 1.356 + 6.32 don't get rounded into a sum of say 7, so you get the correct value of 7.676 ... Regards @all

Member Avatar for ~s.o.s~
0
157
Member Avatar for foundsheep

[QUOTE=foundsheep;642966]I have a DHTML ajax pop up that I would like to have centered in the page as it is currently left justified. Also, I would like it to only show the first time a user views the page. Here is the code: Any help is greatly appreciated. Thanks.[/QUOTE] Since …

Member Avatar for Troy III
0
129
Member Avatar for kishor_agrawal

[QUOTE=javaAddict;648655]This is a java forum not a javascript forum[/QUOTE] Sorry but my browser is telling me that this thread resides in: [COLOR="Green"][B]DaniWeb Home > Forums > Web Development > JavaScript / DHTML / AJAX [/B][/COLOR] That is: [COLOR="Red"]JavaScript, [/COLOR]DHTML & AJAX! -No JAVA here... -Regards.

Member Avatar for Troy III
0
109
Member Avatar for ghostrecog

Try this: [code] <html> <head> <title>swapimage</title> </head> <script> var arr=["C:\\Documents and Settings\\Mohan Krishna\\Desktop\\ku20.gif","C:\\Documents and Settings\\Mohan Krishna\\Desktop\\b30.gif","C:\\Documents and Settings\\Mohan Krishna\\Desktop\\goku12.gif"]; i=0; function swap() { document.images[0].src=arr[i]; i++; if(i==3) i=0; setTimeOut("swap()",5000); } [COLOR="Red"]swap();[/COLOR] </script> <body bgcolor="white"> <marquee behaviour="alternate" direction="left"><img src="C:[COLOR="Red"]\\[/COLOR]Documents and Settings[COLOR="red"]\\[/COLOR]Mohan Krishna[COLOR="red"]\\[/COLOR]Desktop[COLOR="red"]\\[/COLOR]UNUSED DESKTOP ITEMS[COLOR="red"]\\[/COLOR]batman5.gif" onClick=swap()> </marquee> </body> </html> [/code] This is JavaScript, …

Member Avatar for Troy III
0
165
Member Avatar for ajithraj

Hello ajithraj, your: [code] var c = "\001"; [/code] is returning "" character. I'm not sure if "" is meant to be treated as a new-line character, nor if it is being treated as such. But I expect that, if this code is being passed as content of a html …

Member Avatar for Troy III
0
131
Member Avatar for hockey4e4g

[QUOTE=hockey4e4g;625060]Can anyone help me? I tried using spry in dreamweaver CS3 for the first time and, upon completion of my site, found that it isn't working in some versions of IE. It opens perfectly in Firefox, Safari, and Opera. Different versions of Internet Explorer seem to carry out the code …

Member Avatar for Troy III
0
91
Member Avatar for greeny_1984

You will need to check, or call the check functions associated with individual [COLOR="Green"]"onblur" [/COLOR] to the "[COLOR="Red"]onsubmit[/COLOR]" event on the collection. For example: [code]<form (...etc...) onsubmit="return yourFinalCheckFunction()">[/code] regards.

Member Avatar for greeny_1984
0
194
Member Avatar for xaippo_script

[QUOTE=xaippo_script;645832]... Although my script looks perfectly valid to me, ...[/quote] First Remember this: In web-design coding world - things are never what they seem! [quote] Here's the HTML: [CODE] [COLOR="green"]<!-- <form> open tag has allready been pointed out by others although it doesn't seem to be the problem cause in …

Member Avatar for R0bb0b
0
132

The End.