Search Results

Showing results 1 to 40 of 81
Search took 0.01 seconds.
Search: Posts Made By: Troy III
Forum: HTML and CSS 19 Days Ago
Replies: 4
Views: 557
Posted By Troy III
its the other way around
Forum: HTML and CSS 32 Days Ago
Replies: 5
Views: 361
Posted By Troy III
you should mark "this thread solved" than.
Forum: JavaScript / DHTML / AJAX 32 Days Ago
Replies: 6
Solved: Link with Focus
Views: 586
Posted By Troy III
No..., its exactly like that.
Inline scripts are, 'a bad coding practice' everybody agrees upon. Me to.
The onfocus event gets fired when element receives focus. That's all you need to know. And...
Forum: HTML and CSS 32 Days Ago
Replies: 5
Views: 361
Posted By Troy III
The document flow must always follow the visual flow therefore the obvious is to order the alements according to that flow...


Therefore (for it to Function) you should make (the hilighted)...
Forum: JavaScript / DHTML / AJAX 32 Days Ago
Replies: 6
Solved: Link with Focus
Views: 586
Posted By Troy III
someLink.onfocus=doYourThing

Where "doYourThing" is the function you want to invoke when that paricular link has recieved focus.
Forum: HTML and CSS 32 Days Ago
Replies: 5
Views: 361
Posted By Troy III
float the image to the left
css:
.logo {float:left}
Forum: JavaScript / DHTML / AJAX 34 Days Ago
Replies: 6
Views: 711
Posted By Troy III
could it be the other way around, because if it really happens to be an IE "bug" you should post back at Microsoft -'cause we cant fix browsers.

Why don't you check you code instead of 'repoting...
Forum: JavaScript / DHTML / AJAX 34 Days Ago
Replies: 4
Views: 364
Posted By Troy III
of course, thats because your border doesn't have a color for you to see it, you sould set the bordercolor also. Or assign a previously defined class instead. it keeps things cleaner.
Forum: HTML and CSS Oct 16th, 2009
Replies: 9
Views: 712
Posted By Troy III
Expired or Illegal copy perhaps?!
"Sorry, the Windows 7 RC is no longer available for download. The general release version of Windows 7 will be available on October 22, 2009."
Forum: JavaScript / DHTML / AJAX Oct 14th, 2009
Replies: 8
Views: 1,636
Posted By Troy III
Yes, you simply delete it!


Just change the play button code from:
<INPUT TYPE="BUTTON" VALUE="Play" OnClick="Player.controls.play()">
into:
<INPUT TYPE="BUTTON"...
Forum: JavaScript / DHTML / AJAX Oct 13th, 2009
Replies: 8
Views: 1,636
Posted By Troy III
This is interesting ....[?!?] still haven't found anything working for you on internet?!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html>...
Forum: HTML and CSS Oct 12th, 2009
Replies: 3
Views: 407
Posted By Troy III
well, you may mark this threat as solved than.
Forum: HTML and CSS Oct 12th, 2009
Replies: 3
Views: 407
Posted By Troy III
Some little dumb mistake I'm sure...
p.s.: check the little thingy in red inside your code, That's what's missing here.
Forum: JavaScript / DHTML / AJAX Oct 12th, 2009
Replies: 5
Views: 464
Posted By Troy III
in fact, there is no such thing as anonymous array, this supposedly "arrray" will be garbage collected as soon as the function has passed over.

Therefore you must initiate/create that array...
Forum: HTML and CSS Oct 12th, 2009
Replies: 10
Views: 900
Posted By Troy III
That's why CSS is invented for.
You group select and you divide particulars when needed.
So we will split that body of statements in two groups so we drop properties not needed for html to assign...
Forum: HTML and CSS Oct 11th, 2009
Replies: 10
Views: 900
Posted By Troy III
Try this:
html, body
{
background-color: #363636;
color: #FFFFFF;
font-family: tahoma,sans-serif;
font-size: 70%;
height: 100%;
line-height: 1.2em;
margin: 0;
Forum: HTML and CSS Oct 11th, 2009
Replies: 10
Views: 900
Posted By Troy III
-what doctype are you using?
Forum: HTML and CSS Oct 11th, 2009
Replies: 7
Views: 480
Posted By Troy III
Thanks for thanks, please mark thread as solved.
Forum: HTML and CSS Oct 10th, 2009
Replies: 7
Views: 480
Posted By Troy III
So you want them to be looking something like this (see attachment image)?
Add this line in your
CSS
#main img {width:100%}
Forum: JavaScript / DHTML / AJAX Oct 9th, 2009
Replies: 8
Views: 1,636
Posted By Troy III
The topmost code is hard coded html meaning it is html;
the second one is a scripting syntax meaning it has to go inside the <script> tag.
That line will store reference to the player object in...
Forum: JavaScript / DHTML / AJAX Oct 8th, 2009
Replies: 8
Views: 1,636
Posted By Troy III
<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL"...
Forum: JavaScript / DHTML / AJAX Oct 4th, 2009
Replies: 16
Views: 803
Posted By Troy III
Sorry, but I have to disagree, since the script in discussion takes care of preloading too.
You should read the code more carefully...
Forum: JavaScript / DHTML / AJAX Oct 4th, 2009
Replies: 16
Views: 803
Posted By Troy III
The "A" is exactly one or any of these "A"s in the Document! The "A" came from here:
<A HREF="next1.html"> <!-- PARENT -->
<IMG SRC="images/button1_off.gif" width="113" height="33" alt="button1"...
Forum: JavaScript / DHTML / AJAX Oct 4th, 2009
Replies: 9
Views: 582
Posted By Troy III
1. Have you tried it against your refrigerator too. What on earth do you mean by "remote server" ?!!

2. Yes. Human mistake, most certainly you!
Forum: JavaScript / DHTML / AJAX Oct 4th, 2009
Replies: 16
Views: 803
Posted By Troy III
Hi, there.
This is some very old script, rigid and extremely interdependant
This script will stop functioning as soon as file naming convention is broken. Meaning that it relies in things not...
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2009
Replies: 6
Views: 681
Posted By Troy III
good.
this would be your HTML
<form name="dropDown" action="" method="" >
<select name="disposition">
<option value="" >Select Scene</option>
</select>
</form>
this would be the string format...
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 6
Views: 681
Posted By Troy III
please write your select list and populate it manually as an example so we can have some idea on what you seek, in fact to have something we can refer (to and from) in our possible explanations that...
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 9
Views: 582
Posted By Troy III
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 9
Views: 582
Posted By Troy III
Nice
I'm puzzled though, why is that code using same id on multiple elements?

And I have another puzzle somebody could answer to me: whose responsibility is to mark threads as solved, :: the...
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 10
Views: 953
Posted By Troy III
<html>
<head>
<style type="text/css">
<!--
.fontStyle {
font-family: Verdana, Geneva, sans-serif;
font-size: small;
font-weight: bold;
color: #67A2DC;
}
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 9
Views: 582
Posted By Troy III
I've underlined some conflicting statements in your problem description, and the clearance on that part might give some strait forward solution.

That is: if explanation stating that elements are...
Forum: HTML and CSS Sep 26th, 2009
Replies: 8
Views: 497
Posted By Troy III
It is possible that you've confused margins with padding specifications since negative padding is not allowed and people us padding to achieve similar effect quite often and may confuse them. But...
Forum: JavaScript / DHTML / AJAX Sep 26th, 2009
Replies: 3
Solved: validation help
Views: 286
Posted By Troy III
Here you go

function validate_choice(field,alerttxt){
with (field){
if (value ==null || value == "" || value=="ds01"){
return true;
}
else if (value != "ds01"){
alert(alerttxt);...
Forum: HTML and CSS Sep 23rd, 2009
Replies: 8
Views: 497
Posted By Troy III
meaning: cripled Chrome doesn't support negative margins.
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2009
Replies: 9
Views: 319
Posted By Troy III
No, no, no change in actual code please - make an addition only.

here are the steps:
in this line of code - all you have to do is to ad an ID to that input
<td><input type="text" value="0" size...
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2009
Replies: 9
Views: 319
Posted By Troy III
This is more complicated than that
doAdd(this ...
turns out to be
doAdd(ths)

The "ths" is short for something having to do with the table but I dont understand the h and s part.

So the ths...
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2009
Replies: 9
Views: 319
Posted By Troy III
"this"? :')
"this" what? -what is "this"when called from document object or document body?
the function caller, - but you don't want that, you want the exact element on which the function was...
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2009
Replies: 9
Views: 319
Posted By Troy III
How are you calling the function during onload event?
hopefully not with something like :
onload="doAdd(this)"
because that's wrong!
Forum: HTML and CSS Sep 22nd, 2009
Replies: 8
Views: 497
Posted By Troy III
Forum: JavaScript / DHTML / AJAX Sep 21st, 2009
Replies: 10
Views: 564
Posted By Troy III
:')
"

DaniWeb Community > Web Development > JavaScript / DHTML / AJAX
JavaScript / DHTML / AJAX RSS JavaScript / DHTML / AJAX RSS
Works in IE not Firefox


:'p
Showing results 1 to 40 of 81

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC