Wednesday, April 19, 2006

CSS Woes!!!

Well spent a good deal of time with Prateek debugging an issue with links not getting underlined
when <a name= is used and ended up with this

Migrate apps from Internet Explorer to Mozilla

Thank you guys :)

1 Comments:

Anonymous Anonymous said...

Correction - IE Woes!!!

huh! may be the IE programmer was to busy , he ignored tis minor detail :D

the same is true for css classes also:

CSS:
a{color:green;text-decoration:overline;}
a:hover{color:black;text-decoration:underline;}
.belleza{color:green;text-decoration:overline;}
.belleza:hover{color:black;text-decoration:underline;}

11:19 AM  

Post a Comment

<< Home