Search:
Type: Posts; User: kubas
Search :
Search took 0.01 seconds.
thanks Kor, you saved sove priceless time of mine :)
It works, thanks Kor,
but doesnt it affect ont he performance ?
Should i enclose this meta in something like <![if IE .. ?
But it does not for me and my boss :)
I enclose an image from IE8 how it looks to me.
Hey,
if you go on site http://szachy.org/ps_dev/
on the top right are login fields, all is good
but in IE it looks bad .. the background of inputs
are just moved down ... any ideas why ?
Hey, i have a problem which i have to solve.
the page is http://kubas.eu.org
css:
#random_pics { width: 600px; height: 180px; top: 100px; left: 40px; border: 1px solid black; position:...
try firebug for FF and check if theres no errors
Better use * instead of + in regular expression 'cause
unknown count of characters is between [0, N] ;)
hey i got this issue.
I got a table with some select, inputs and textareas
in it. if i click a button i execute addRow function which
populates the row and creates new elements in each cell
(new...
onmouseup event is fired when you release the mouse button.
how should it be fired when you're hold pressed it down ?
$(document).ready( $('selector').submit( function(){
$.ajax(
url: 'url.php'
data: 'user=whatever&pass=whateverelse'
success: function(data){
response = data;
}
});
shouldnt it be $(element).getElements(...)
Having ajax here wont get the animation less smoother, i dont know if you noticed or not, but the animation IS STARTED after the data are fetch into bouncing DIV.
cseigel good job. you managed it...
try
<input ... autocomplete="off" ... />
i dont know if this works, but i just firebugged google :)
maybe try using ob_start and ob_flush in your php
script ?
window.location = window.location.href;
Try this.
var timer = null;
function startTimer(){
timer = setIntervar(function(){ some_instructions ; }, 1000);
}
function stopTimer(){
clearInterval(timer);
}
there is no such property in object userAgent
http://www.webmasterworld.com/forum91/441.htm
something to get start with.
you need to show/hide div.
this is javascript forum, so i give you
javascript advice.
loop over all cells and set cell.style.backgroundColor to
what you want
var cell = yourTable.cells;
for(i=0; i<cell.length;...
<form id="searchform" onsubmit="searchdata()" action="javascript:searchdata()" method="get">
just leave onsubmit or action
dont you agree that insertCell and insertRow
makes it a lot simplier ?