User Profile

Collapse

Profile Sidebar

Collapse
beakersoft
beakersoft
Last Activity: Mar 18 '08, 10:40 AM
Joined: Aug 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • beakersoft
    replied to Showing and Hiding DIV
    Thanks thats given me a good starting point
    See more | Go to post

    Leave a comment:


  • beakersoft
    started a topic Showing and Hiding DIV

    Showing and Hiding DIV

    Hi,

    I would like to write some functionality into my app that does something similar to hotmail, where as when you hit the 'check mail' button a div pops up for a few seconds containing some info, then disappears again.

    I would like to be able to show the div (with some info on) for 5 seconds or so, then hide it again. Can anyone point me in the right direction or provide some example code?

    Cheers
    ...
    See more | Go to post

  • beakersoft
    replied to Remove link styles on images
    Hi,

    I think that should work, but it means i'll have to make sure i add that class to all my links. Is there nothing I can do that's global that just says if a image within a href tag, dont apply the styles

    Cheers
    Luke
    See more | Go to post

    Leave a comment:


  • beakersoft
    started a topic Remove link styles on images

    Remove link styles on images

    Hi,

    I've only just started playing about with CSS so there might be a really obvious answer to this.

    In my style sheet i have the following to style the hyperlinks on the page:

    Code:
    a:link {color: #0000ff;}
    a:visited:hover {color: #FFD; background-color: #0000ff;}
    a:link:hover {color: #FFD; background-color: #0000ff;}
    Only problem is, any images on the page that are also link get...
    See more | Go to post

  • beakersoft
    started a topic Help with Hyperlinks

    Help with Hyperlinks

    Hi,

    This is my first attempt at trying to code using Ajax/Javascript so bear with me if i've missed something obvious.

    I'm trying to build a list of links in a div element based on info in an xml file. The problem is in my loop, everytime i create a link they all link to the last record of the xml file, and not the current one.
    I know i am looping though the XML ok because all the links have different names....
    See more | Go to post
No activity results to display
Show More
Working...