Hi
I'm using a css form layout which i've adapted from here:
http://www.quirksmode.org/css/forms.html
The layout worked well in both Firefox and IE6 until I started using fieldsets. When the...
Type: Posts; User: Agrajag; Keyword(s):
Hi
I'm using a css form layout which i've adapted from here:
http://www.quirksmode.org/css/forms.html
The layout worked well in both Firefox and IE6 until I started using fieldsets. When the...
ok, so why the unescape() if it works without it?
Can you please explain why in this function:
function getQueryValue(name) {
var match = (new RegExp('[?&;]' + name + '=([^&;#]*)')).exec(document.URL);
return match ?...
Hi
I have a similar problem.
I know you can get the query string from the page's url with window.location.search, but evaluating that string is another matter. I would like to be able to get...
i've had another look at it, and i'm fairly sure that somehow, clicking the show all link triggers the body's onLoad event. no idea why though, or how to stop or it from happening, can someone please...
hi
sorry i couldn't explain in more detail. i was at school and it was nearly home time, so i didn't have time to upload an example or think about what i was writing :D.
so here's an example for...
hi
i've written a script which switches between divs of a certain class on the page when appropriate links are clicked.
for the sake of accessibility, the script first hides all the divs, then...
thanks twey, that is excellent!
Agrajag
how can i use a function to get elements by their className?
thanks
Hi
I came across a script a while ago which automatically switches to a more appropriate stylesheet based on screen size when the window is resized.
But now i actually have a use for it, and...
i have a 'navigational box' which contains a google search. the box is made up of 3 divs; top, middle, and bottom. the top div contains the title and has a background image with rounded corners. the...
the only way to do something like that is to use images
thanks for pointing that out, it now works perfectly!
i'd have to see an example i think
hi
i'm trying to create menu boxes which will retract and expand when the title for that box is clicked on. i have some code which seems to me that it should work, but it doesn't.
here is my code...
Wow thanks that's so easy:D
i would like a simple PHP script which replaces all underscores in a string with spaces. i have no idea of how to go about writing such a script:confused:
this will be used in a php page which...