User Profile
Collapse
-
Thanks thats given me a good starting point -
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
... -
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
LukeLeave a comment:
-
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;}
-
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....
No activity results to display
Show More
Leave a comment: