0

Hi I ave a drop down menu which when dropped, there is a gap between the li's. I have tried all usual methods but I cant seem to find where it is coming from!

I would paste the code but there is a bit of it so I have set up a temp directory for you to see.

http://www.actwebdesigns.com/web-design-mansfield/

Regards,

Phil

Douglas B. Staple
  • 10,510
  • 8
  • 31
  • 58
Phil Jackson
  • 10,238
  • 23
  • 96
  • 130

1 Answers1

1

Try removing all white space between <li>s:

<ul id="servicesSubNav">
<li><a href="#">Blogs</a></li><li><a href="#">Content Management Systems</a></li><li><a href="#">Forums</a></li>

looks ugly in the code, but should solve it.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088
  • ha, was gonna quickly type a sarcy reply about the reasons why I doubt that would work but ha! your a genius and im an idiot! thanks! – Phil Jackson Jan 26 '10 at 12:14