Rod Abbotson
07-16-2010, 05:33 AM
OK I have downloaded the Beta version and started to use it..one has no choice when a new browser version comes out to make sure all you web pages still display as you want.
So far so good...just one annoying thing to date...I have the dotted outline on links hidden for Firefox using CSS this works fine on the current version but on Firefox 4 the dotted out line is displayed once a link is visited....
the CSS have been using to date is as follows:
a:link {color: yellow; font-family:arial;font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;}
a:visited {color: yellow; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;outline: none; /* hide dotted outline in Firefox */}
a:hover {color: silver; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;outline: none; /* hide dotted outline in Firefox */}
a:active {color: silver; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;outline: none; /* hide dotted outline in Firefox */}
OK I will try adding outline: none to the a:link line and see if that works...
will let you know the result.. OK this didn't work...so it will display the dotted outline only after the link is visited in Firefox 4 Beta but in the current version the above coding works fine and it is not displayed.
Any ideas or other odd things anyone has noticed yet with this new beta version.
Rod
So far so good...just one annoying thing to date...I have the dotted outline on links hidden for Firefox using CSS this works fine on the current version but on Firefox 4 the dotted out line is displayed once a link is visited....
the CSS have been using to date is as follows:
a:link {color: yellow; font-family:arial;font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;}
a:visited {color: yellow; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;outline: none; /* hide dotted outline in Firefox */}
a:hover {color: silver; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;outline: none; /* hide dotted outline in Firefox */}
a:active {color: silver; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;outline: none; /* hide dotted outline in Firefox */}
OK I will try adding outline: none to the a:link line and see if that works...
will let you know the result.. OK this didn't work...so it will display the dotted outline only after the link is visited in Firefox 4 Beta but in the current version the above coding works fine and it is not displayed.
Any ideas or other odd things anyone has noticed yet with this new beta version.
Rod