Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:34
Can't eliminate extra trailing line in search menu -[solved]
Poster: bdaltilio
Dated: Wednesday May 30 2007 - 17:56:21 BST
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
SOLVED
Poster: bdaltilio
Dated: Wednesday May 30 2007 - 20:11:24 BST
Added a style
Code:
form.mm_search
{
margin:0px;
}
{
margin:0px;
}
and added a class to the form
Code:
class=mm_search
Brian