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 :)
when <a name= is used and ended up with this
Migrate apps from Internet Explorer to Mozilla
Thank you guys :)
1 Comments:
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;}
Post a Comment
<< Home