Click here to Skip to main content
15,899,679 members
Home / Discussions / Web Development
   

Web Development

 
QuestionAnimated div textbox? Pin
cdmlb@hotmail.com2-Apr-06 15:30
cdmlb@hotmail.com2-Apr-06 15:30 
AnswerRe: Animated div textbox? Pin
cdmlb@hotmail.com3-Apr-06 15:32
cdmlb@hotmail.com3-Apr-06 15:32 
AnswerRe: Animated div textbox? Pin
Shog94-Apr-06 10:27
sitebuilderShog94-Apr-06 10:27 
AnswerRe: Animated div textbox? Pin
cdmlb@hotmail.com4-Apr-06 13:38
cdmlb@hotmail.com4-Apr-06 13:38 
GeneralRe: Updated Animated div textbox? Pin
cdmlb@hotmail.com4-Apr-06 15:01
cdmlb@hotmail.com4-Apr-06 15:01 
GeneralRe: Updated Animated div textbox? Pin
Shog94-Apr-06 20:46
sitebuilderShog94-Apr-06 20:46 
Questionwhat is the diffrent between visted link and unvisted link Pin
smr852-Apr-06 13:15
smr852-Apr-06 13:15 
AnswerRe: what is the diffrent between visted link and unvisted link Pin
cdmlb@hotmail.com2-Apr-06 15:41
cdmlb@hotmail.com2-Apr-06 15:41 
The syntax is the same, the thing that changes the color is the BROWSERS history and not the html itself.

If you want to change the colors of links using Cascading Style Sheets - CSS

<br />
a<br />
{<br />
    color: Blue;<br />
}<br />
<br />
a:visited<br />
{<br />
    color: Red;<br />
}<br />


cdmlb

-- modified at 21:41 Sunday 2nd April, 2006
GeneralRe: what is the diffrent between visted link and unvisted link Pin
smr852-Apr-06 16:27
smr852-Apr-06 16:27 
GeneralRe: what is the diffrent between visted link and unvisted link Pin
cdmlb@hotmail.com2-Apr-06 17:30
cdmlb@hotmail.com2-Apr-06 17:30 
GeneralRe: what is the diffrent between visted link and unvisted link Pin
smr853-Apr-06 14:33
smr853-Apr-06 14:33 
GeneralRe: what is the diffrent between visted link and unvisted link Pin
cdmlb@hotmail.com3-Apr-06 15:30
cdmlb@hotmail.com3-Apr-06 15:30 
QuestionPDA web site Pin
progman2-Apr-06 9:54
progman2-Apr-06 9:54 
AnswerRe: PDA web site Pin
Vasudevan Deepak Kumar2-Apr-06 21:36
Vasudevan Deepak Kumar2-Apr-06 21:36 
Questionxml parser Pin
lxhan1-Apr-06 22:18
lxhan1-Apr-06 22:18 
QuestionRead Windows Clipboard &amp; copy into textarea Pin
barlet1-Apr-06 15:24
barlet1-Apr-06 15:24 
AnswerRe: Read Windows Clipboard &amp; copy into textarea Pin
Vasudevan Deepak Kumar4-Apr-06 4:53
Vasudevan Deepak Kumar4-Apr-06 4:53 
QuestionAnyway.... Pin
KORCARI1-Apr-06 14:59
KORCARI1-Apr-06 14:59 
QuestionCreating Time Table Dynamically Pin
codebased1-Apr-06 4:06
codebased1-Apr-06 4:06 
QuestionHow can i trace browser back button event through javascript. Pin
Jax_qqq31-Mar-06 19:51
Jax_qqq31-Mar-06 19:51 
AnswerRe: How can i trace browser back button event through javascript. Pin
CWIZO3-Apr-06 0:57
CWIZO3-Apr-06 0:57 
GeneralRe: How can i trace browser back button event through javascript. Pin
Jax_qqq3-Apr-06 1:48
Jax_qqq3-Apr-06 1:48 
GeneralRe: How can i trace browser back button event through javascript. Pin
CWIZO3-Apr-06 4:05
CWIZO3-Apr-06 4:05 
Questionhow to verify is a website is up using javascript Pin
ricardojb31-Mar-06 19:37
ricardojb31-Mar-06 19:37 
AnswerRe: how to verify is a website is up using javascript Pin
Vasudevan Deepak Kumar4-Apr-06 4:52
Vasudevan Deepak Kumar4-Apr-06 4:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.