aajii
02-28-2008, 12:29 PM
Hello
The submenu boxes seem to grow a bit when using IE7.
They're normal when using IE6 or Firefox.
Any hints for correcting this behaviour?
You can observe it here:
http://www.javascriptkit.com/script/script2/verticalmenu.shtml
jcdevelopment
02-28-2008, 03:00 PM
they look about the same! Are you concerened about the height? That looks like a padding issue.
aajii
02-28-2008, 06:37 PM
Any suggestions how to fix this, tried changing the padding in a couple of places but it really didn't have any effect..
jcdevelopment
02-28-2008, 06:40 PM
well do you have a link to your site or is it just local?
aajii
02-28-2008, 07:23 PM
I haven't published it yet.
Anyway I'm using the code on this page: http://www.javascriptkit.com/script/...icalmenu.shtml
I'd really appreciate if you could help me fix the submenu height..
jcdevelopment
02-28-2008, 07:30 PM
have you tried making the li a certain height, like putting them at 20px or something aroun d the size of the text?
That might work!! let me know
aajii
02-29-2008, 09:02 AM
Hello.
<li style="height: 25px"> actually made the bars height better. But still the submenu box is the same size meaning that there are now white bars in between of the menu bars:
jlhaslip
02-29-2008, 10:14 AM
Did you add the css file from that site?
And where is the code you are using?
Copy it here or, better yet, give us a link to see the actual menu.
We deal in code here, not images.
aajii
02-29-2008, 05:09 PM
Now the menu works ok, I had to change this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN">
to this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
jcdevelopment
02-29-2008, 05:16 PM
ahhh, yes, i dint even think to look at that!