Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,266

    Ajax + sIFR :(

    http://cwi.yellowworld.org/vision/test.html

    At the top of the page you'll see a few links, click on "A Place." The ajax script will then dynamically load a new page. But for some reason my fonts...
  2. Replies
    5
    Views
    8,260

    But the only problem with that is, if a user...

    But the only problem with that is, if a user selects another link of the same menu, the result will be two menu links in a "selected" state.

    Is this something that'd be difficult...?
  3. Replies
    5
    Views
    8,260

    Right, but a:active will only remain active...

    Right, but a:active will only remain active provided that the user doesn't click anywhere else on the page. I need the link to act as a sort of breadcrumb to indicate where the user is at...
  4. Replies
    5
    Views
    8,260

    Need help with changing anchor class

    Hello, I'm very bad with javascript and would appreciate any assistance...!

    I'm using one of the ajax scripts to load some content:


    <li id="cast-clooney" class="graphic-text"><a...
  5. Replies
    5
    Views
    6,128

    Another way to clear your floats without...

    Another way to clear your floats without additional markups is to use this:



    .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:...
  6. Replies
    29
    Views
    19,320

    This works pretty well too: ...

    This works pretty well too:



    <PUBLIC:COMPONENT lightWeight="true">
    <PUBLIC:ATTACH EVENT="oncontentready" ONEVENT="filterImage()" />
    <script language="JScript">
    var orignalImage =...
  7. Replies
    1
    Views
    3,358

    Minor Help with AJAX script

    Hello, I'm trying to integrate the AJAX script for dynamic content (http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm) into my site.

    If you navigate to the link above to see the demo...
Results 1 to 7 of 8