SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: xmenu4 adds gaps
-
Feb 2, 2004, 11:14 #1
- Join Date
- Feb 2004
- Location
- Helsingborg, Sweden
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
xmenu4 adds gaps
Heya, I'm trying the xmenu4 for the first time and I'm suffering from something I can't fix. It seems that xmenu4 adds gaps horizontally in IE and vertically in Mozilla Firebird. I have tried to fix it by fiddleing with the css settings but with no lock.
Any idea?
http://mindweaver.bonet.cc/dlfiles/xmenugapexample.png
I have set all border to black for you to see the gaps.
-
Feb 2, 2004, 12:21 #2
- Join Date
- Feb 2004
- Location
- Helsingborg, Sweden
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
fixed one gap
Found that by adding "vertical-align: bottom;" to:
li.xmBoxLbl {
color:#fff; background:#898E8E;
border-width: 1px 0px 0px 0px;
border-color: #ffffff;
border-style: solid;
vertical-align: bottom;
}
li.xmBoxLblHvr {
color:#fff; background:#69AD83;
border-width: 1px 0px 0px 0px;
border-color: #ffffff;
border-style: solid;
vertical-align: bottom;
}
Now I only have to fix the gap in Mozilla Firebird! :)
-
Feb 3, 2004, 13:29 #3
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Good work, mindweaver.
I saw your post at the other forum and looked at your screenshot - but haven't had time to dig any deeper - sorry.
The menu layout is almost completely controlled by CSS, so you're on the right track.
BTW...
Welcome to SitePoint Forums!Cross-Browser.com, Home of the X Library
Bookmarks