Hello,
This class is used to style bullets in lists of hyperlinks. The icon (a little PDF logo) indicates to the users the type of document they are about to view.
Now when the CSS is not available/disabled, the document type also disapear, leaving imprtant information behind.
Is there anyways to specify an ALT attribute in a CSS file. If not, any workarounds?
Thanks
FnL
Code:
.li_pdf {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
line-height:20px;
font-size:12px;
list-style-image:url(/images/icons/acrobat.gif);
}
This class is used to style bullets in lists of hyperlinks. The icon (a little PDF logo) indicates to the users the type of document they are about to view.
Now when the CSS is not available/disabled, the document type also disapear, leaving imprtant information behind.
Is there anyways to specify an ALT attribute in a CSS file. If not, any workarounds?
Thanks
FnL