[SOLVED]Sliding Doors Menu in Japanese wrong behavoir in IE7

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Sliding Doors Menu in Japanese wrong behavoir in IE7

Post by Jensensen »

the problem is:
#header {
FONT-SIZE: 12px;
BACKGROUND: url('../../picture/menu/bg.gif') repeat-x bottom;
FLOAT: left;
WIDTH: 100%;
LINE-HEIGHT: normal;
}
and that table based layout: --> #header is a --> TD - table cell with rule --> float: left ?

try:
#header {
FONT-SIZE: 12px;
BACKGROUND: url('../../picture/menu/bg.gif') repeat-x bottom;
FLOAT: left;
WIDTH: 100%;
height:100px;
border: 1px solid #000;
LINE-HEIGHT: normal;
}
then try
#header {
FONT-SIZE: 12px;
BACKGROUND: url('../../picture/menu/bg.gif') repeat-x bottom left;

WIDTH: 100%;
height:80px;

LINE-HEIGHT: normal;
}
and you'll see

anyway, i would set the font related rules with:
#header a {
FONT-SIZE: 1em;
LINE-HEIGHT: 1.3em;
}
Last edited by Jensensen on Mon 9. Jun 2008, 22:10, edited 1 time in total.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Sliding Doors Menu in Japanese wrong behavoir in IE7

Post by Jensensen »

try this to get rid IE double margins on floats by
[x]
Last edited by Jensensen on Sat 20. Sep 2008, 23:29, edited 1 time in total.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: Sliding Doors Menu in Japanese wrong behavoir in IE7

Post by Heiko H. »

Hello,

many thanks to everyone and particularly to Jens.
I am extremely busy at the moment with another thing.
I will try each of your tips but it will last for a while.

THX again, Heiko...
Not longer here - sorry...

Haubner-IT GbR Dresden
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: [SOLVED]Sliding Doors Menu in Japanese wrong behavoir in IE7

Post by Heiko H. »

Jensensen wrote:#header a {
FONT-SIZE: 1em;
LINE-HEIGHT: 1.3em;
}
That's it.

THANK YOU, Jens.
Great :D
Not longer here - sorry...

Haubner-IT GbR Dresden
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: [SOLVED]Sliding Doors Menu in Japanese wrong behavoir in IE7

Post by Jensensen »

finally... :wink:

just another example that px for font size is no good idea.
well, works now even with IE5.5, except the Japanese font seems to be missing / causes new problems --> i would

[x]
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Post Reply