This might not impact your problem, but noticed
Quote:
|
a { border: none; text-decoration: off; }
|
See
http://www.w3schools.com/cssref/pr_t...decoration.asp
Quote:
none Defines a normal text. This is default
underline Defines a line below the text
overline Defines a line above the text
line-through Defines a line through the text
blink Defines a blinking text
inherit Specifies that the value of the text-decoration property should be inherited from the parent element
|
Also, unless you use shorthand for a couple of values, it should be background-
image: url(_____);