Hi all,
here's a short code to format hyperlinks (gif flags) on my page:
I want the gif images to be displayed without any border in different colors according to the user's choice if he visited a link or not... In FF this works but IE still displays this annoying border....Code:a.flag:link {color:white; text-decoration:none}
a.flag:hover {color:white; text-decoration:none}
a.flag:active {color:white; text-decoration:none}
a.flag:visited {color:white; text-decoration:none}
