Thread: Borders on Menu
View Single Post
Old 10-09-2012, 12:35 AM   PM User | #8
waxdoc
Regular Coder

 
Join Date: Jul 2008
Posts: 155
Thanks: 9
Thanked 13 Times in 13 Posts
waxdoc is an unknown quantity at this point
wrong value for text-decoration

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(_____);

Last edited by waxdoc; 10-09-2012 at 12:39 AM..
waxdoc is offline   Reply With Quote