manga101
10-29-2007, 07:44 PM
hello guys,
I'm stumped on this problem:
I'm using this tutorial script:
http://alistapart.com/articles/slidingdoors/
I was able to make it locally and on the even on the development server. However, when my admin put it on the "internal" server, the menu is all mess up.
fonts are too big and the last few menu item is pushed down to the 2nd row.
Funny thing is that the menu works fine locally, on dev, and live on Firefox. When pushed live only IE7 push the menu to the second row.
I thought it could be a DOCTYPE issue so i strip it and indeed it shows the errors of menu being bumped to 2nd row! but putting back the DOCTYPE type.. IE push it down again..
here my the DOCTYPE i used:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Anyone got any tips on how i can fix it? I'm stuck at the moment.
thx
I'm stumped on this problem:
I'm using this tutorial script:
http://alistapart.com/articles/slidingdoors/
I was able to make it locally and on the even on the development server. However, when my admin put it on the "internal" server, the menu is all mess up.
fonts are too big and the last few menu item is pushed down to the 2nd row.
Funny thing is that the menu works fine locally, on dev, and live on Firefox. When pushed live only IE7 push the menu to the second row.
I thought it could be a DOCTYPE issue so i strip it and indeed it shows the errors of menu being bumped to 2nd row! but putting back the DOCTYPE type.. IE push it down again..
here my the DOCTYPE i used:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Anyone got any tips on how i can fix it? I'm stuck at the moment.
thx