Forum: JavaScript / DHTML / AJAX 3 Days Ago |
| Replies: 7 Views: 275 Firefox doesn't provide such coding ability. |
Forum: JavaScript / DHTML / AJAX 3 Days Ago |
| Replies: 12 Views: 774 should have named that anonymous onload function since the beginning...
if(!this.addEventListener){
attachEvent('onload', namedFunction)}
else {addEventListener('load', namedFunction, 0)}
... |
Forum: HTML and CSS 4 Days Ago |
| Replies: 2 Views: 222 Can you please explain what went wrong?
( Describe the issue or send a link if available ) |
Forum: HTML and CSS 5 Days Ago |
| Replies: 8 Views: 413 The problem with 'your opinion" is that you don't have an opinion. |
Forum: HTML and CSS 5 Days Ago |
| Replies: 8 Views: 413 Like what do you know about HTML4.01 that you would love to use HTML5 instead.
What are the extras that HTML5 offering to us and that IE5 didn't already (like a century ago)? |
Forum: HTML and CSS 7 Days Ago |
| Replies: 4 Views: 398 |
Forum: JavaScript / DHTML / AJAX 7 Days Ago |
| Replies: 4 Views: 310 Here, - catch this:
function disableRefresh(netscape){
var F5=(netscape||event).keyCode;
if(F5==116){
if(!netscape){event.keyCode=0}
return false;
}
}... |
Forum: HTML and CSS 8 Days Ago |
| Replies: 8 Views: 413 |
Forum: JavaScript / DHTML / AJAX 14 Days Ago |
| Replies: 11 Views: 47,140 ...............
sh. this thread is oldddd.... |
Forum: HTML and CSS 15 Days Ago |
| Replies: 51 Views: 2,446 Doc-type has absolutely nothing to do with SEO!
You have to understand that DTD, - specified or omitted - can't affect SEs in any possible way; As web designers - we don't, and we cant optimize... |
Forum: HTML and CSS 15 Days Ago |
| Replies: 10 Views: 602 :') no not even then lady skunk, not even then. :'D |
Forum: HTML and CSS 16 Days Ago |
| Replies: 10 Views: 602 Sorry, but css: vertical-align has no effect on divs, -therefore ... |
Forum: HTML and CSS 17 Days Ago |
| Replies: 3 Views: 423 No -Explorer is acting as expected and as it normally should.
It doesn't have the "bleeding content" bug you are rellying on to get your layout idea into practice here.
The content should never... |
Forum: HTML and CSS 17 Days Ago |
| Replies: 51 Views: 2,446 Well sun, I don't mean to argue with you by stating that I code since summer 1996, but since you've asked, you do the math.
Let Search Engines go into text only-mode if you like, that's even... |
Forum: HTML and CSS 17 Days Ago |
| Replies: 51 Views: 2,446 Because you are wrong!
"make search engines go into "Quirks Mode" "
Search engines dont go into any kind of mode, and even if they do, who cares?!
And what's so notoriuosele bad about "quirks... |
Forum: JavaScript / DHTML / AJAX 17 Days Ago |
| Replies: 14 Views: 40,030 If you are targeting Explorer only
you can always use a super lightwieght DSO to access data
go to MSDN and search for "Data Source Object" you'll find all that you need. |
Forum: HTML and CSS 17 Days Ago |
| Replies: 10 Views: 602 he needs to vertically align in the middle,
as I already mentioned with his actual code structure and his existing styles it can be fixed by simply removing the DIV wrapping his Image in TD... |
Forum: JavaScript / DHTML / AJAX 17 Days Ago |
| Replies: 1 Views: 288 try alerting "i" at the end of the loop and tell us what's the value of it
if it is 110 as opposed to 62 items displayed your loop is skipping - pre counting during if(st=='') conditional. |
Forum: JavaScript / DHTML / AJAX 17 Days Ago |
| Replies: 2 Views: 284 This can make it 333
Test this code in your addresbar:
javascript: alert(333.33333.toFixed())
implement it if you like it.
You can also do things like:
3215.3248566432.toFixed() //gives... |
Forum: HTML and CSS 18 Days Ago |
| Replies: 51 Views: 2,446 Do you mind if I ask you:
Why do you Insist on him that he should use them anyway??? |
Forum: HTML and CSS 18 Days Ago |
| Replies: 10 Views: 602 Sorry for asking but
Are you sure you understand his question? |
Forum: HTML and CSS 18 Days Ago |
| Replies: 2 Views: 611 Hello unthankfull.
- Why don't you mark the thread "solved"?
p.s.:
(by the way: Its something that we all can see, right from your site!) |
Forum: HTML and CSS 20 Days Ago |
| Replies: 5 Views: 300 you should mark "this thread solved" than. |
Forum: JavaScript / DHTML / AJAX 20 Days Ago |
| Replies: 6 Views: 506 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 20 Days Ago |
| Replies: 51 Views: 2,446 The HTML online validator can't tell where the arror ocurred exactly. Tries to narrow the posibility by selecting the first element the error triggered and the last one suffering it. In this case,... |
Forum: HTML and CSS 20 Days Ago |
| Replies: 8 Views: 293 Since years now, html element is a part of the document layout. You are seing the gap padding of the html now
you dont need the * selctor of course, its tricky and will cause much trouble as you... |
Forum: HTML and CSS 20 Days Ago |
| Replies: 5 Views: 300 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 20 Days Ago |
| Replies: 6 Views: 506 someLink.onfocus=doYourThing
Where "doYourThing" is the function you want to invoke when that paricular link has recieved focus. |
Forum: HTML and CSS 20 Days Ago |
| Replies: 5 Views: 300 float the image to the left
css:
.logo {float:left} |
Forum: JavaScript / DHTML / AJAX 20 Days Ago |
| Replies: 2 Views: 332 |
Forum: HTML and CSS 21 Days Ago |
| Replies: 2 Views: 202 You'll need a server side solution for this,
try this link for a start
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=189 |
Forum: HTML and CSS 21 Days Ago |
| Replies: 2 Views: 611 don't worry they want!
you've coded for firefox and firefox it gave.
there are two ways of fixing this, you either give your images enough space (width) to fit in that container, or you force... |
Forum: HTML and CSS 21 Days Ago |
| Replies: 10 Views: 602 The "valign" property does not propagate from the parent to its children children!
Try testing that scenario of yours with static HTML first.
This way you can see where lies the problem.
But... |
Forum: JavaScript / DHTML / AJAX 22 Days Ago |
| Replies: 6 Views: 573 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 22 Days Ago |
| Replies: 4 Views: 296 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: JavaScript / DHTML / AJAX 22 Days Ago |
| Replies: 7 Views: 1,123 You are kidding, right?!
No matter what broswer you test this on, will not work at all.
Although invisible to novice attention. What 'explorer'?! It contains errors, javascript errors, therefore... |
Forum: HTML and CSS Oct 16th, 2009 |
| Replies: 9 Views: 670 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 15th, 2009 |
| Replies: 8 Views: 20,879 Hey there!
You sholuld use:
location.replace("http://yourRedirPage.ext");
instead - and congrats! :')
- you're done! |
Forum: JavaScript / DHTML / AJAX Oct 14th, 2009 |
| Replies: 8 Views: 1,543 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,543 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>... |