Small gap in divider

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
RoyReed
Beginner
Beginner
Posts: 4
Joined: Tue Dec 16, 2003 5:45 pm
Location: London, UK
Contact:

Small gap in divider

Post by RoyReed »

Hi

I've got a test of MMv5 on my site at http://www.reeddesign.co.uk/test/mmenu-test.html.

There's a small white gap in the centre of the vertical dividers on the top-level menu in IE (5, 5.5 and 6). It's fine in NN7, Moz and Opera7.

Does anyone know what's causing this?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Roy,

Looks to me like the cause is in your style1.css. Since the menu system will generate <td> tags to do some of what it does, I would suspect the td class you've defined. If I remove that definition in a local copy of your code, the gap goes away.

Don't know if you'll have to do this in RC31. You have RC28, so you might try updating to RC31 before you mess with your .css.

Hope that helps,

Kevin
RoyReed
Beginner
Beginner
Posts: 4
Joined: Tue Dec 16, 2003 5:45 pm
Location: London, UK
Contact:

Post by RoyReed »

You were right. It was my stylesheet, although why

Code: Select all

td {
	background-color: white;
}
would create that problem I don't understand.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

RoyReed wrote:...although why...would create that problem I don't understand.
Me either, but then again, I'm no css guru. It does seem a little odd. Might be worth posting in the bugs thread.

Kevin
Post Reply