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:52
Small gap in divider
Poster: RoyReed
Dated: Tuesday December 16 2003 - 16:52:35 GMT
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?
Poster: kevin3442
Dated: Tuesday December 16 2003 - 18:58:59 GMT
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
Poster: RoyReed
Dated: Wednesday December 17 2003 - 16:31:20 GMT
You were right. It was my stylesheet, although why
Code:
td {
background-color: white;
}
background-color: white;
}
would create that problem I don't understand.
Poster: kevin3442
Dated: Wednesday December 17 2003 - 18:34:04 GMT
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