Can't eliminate extra trailing line in search menu -[solved]

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
bdaltilio
Advanced
Advanced
Posts: 15
Joined: Mon Oct 03, 2005 4:37 pm

Can't eliminate extra trailing line in search menu -[solved]

Post by bdaltilio »

Go to http://www.texwipe.com/test/search.asp
Click on search. As you can see there is an extra line below the blue and grey search button. I have tried everything to get rid of it without success.

Please advise.
Thank you,
Brian
bdaltilio
Advanced
Advanced
Posts: 15
Joined: Mon Oct 03, 2005 4:37 pm

SOLVED

Post by bdaltilio »

Added a style

Code: Select all

form.mm_search
{ 
 	margin:0px;
}
and added a class to the form

Code: Select all

class=mm_search 
Brian
Post Reply