Search:

Type: Posts; User: Agrajag; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    6,877

    Firefox fieldset bug?

    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...
  2. ok, so why the unescape() if it works without it?

    ok, so why the unescape() if it works without it?
  3. Can you please explain why in this function: ...

    Can you please explain why in this function:

    function getQueryValue(name) {
    var match = (new RegExp('[?&;]' + name + '=([^&;#]*)')).exec(document.URL);

    return match ?...
  4. Replies
    1
    Views
    3,509

    Hi I have a similar problem. I know you can...

    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...
  5. Replies
    8
    Views
    4,612

    i've had another look at it, and i'm fairly sure...

    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...
  6. Replies
    8
    Views
    4,612

    hi sorry i couldn't explain in more detail. i...

    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...
  7. Replies
    8
    Views
    4,612

    using url like a php query string

    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...
  8. Replies
    16
    Views
    44,224

    thanks twey, that is excellent! Agrajag

    thanks twey, that is excellent!

    Agrajag
  9. Replies
    16
    Views
    44,224

    get element by class

    how can i use a function to get elements by their className?

    thanks
  10. Replies
    1
    Views
    2,286

    Automatic stylesheet switching

    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...
  11. Replies
    1
    Views
    2,702

    form tag leaves a gap

    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...
  12. Replies
    2
    Views
    2,739

    the only way to do something like that is to use...

    the only way to do something like that is to use images
  13. Thread: expanding menu

    by Agrajag
    Replies
    2
    Views
    4,458

    thanks for pointing that out, it now works...

    thanks for pointing that out, it now works perfectly!
  14. Replies
    4
    Views
    8,994

    i'd have to see an example i think

    i'd have to see an example i think
  15. Thread: expanding menu

    by Agrajag
    Replies
    2
    Views
    4,458

    expanding menu

    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...
  16. Replies
    2
    Views
    2,493

    Wow thanks that's so easy:D

    Wow thanks that's so easy:D
  17. Replies
    2
    Views
    2,493

    Text modifying script

    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...
Results 1 to 17 of 17