Can anyone get the pseudo class :visited to work with iUI?
I'm trying to recreate the graphic treatment with read / unread emails
like in the native mail application by using a:link / a:visited with
css.
ul.news-list li a:link {
background:url(../images/unread.png) no-repeat left center;
display:block;
padding-left:30px;
font-weight:bold;
}
ul.news-list li a:visited {
background:none;font-weight:normal;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---