![]() |
|
|
|
#1 |
|
Hi to all,
http://test.konstanze-krueger.de/ind...t_e_person.php #sidebar {position:fixed; margin: 0px 0 0 0px; border: 0; padding: 0; float: left; width: 15em; } does anybody know why the IE does not fix the left menu bar including the picture? It works with NE and firefox. Seems that I uses not the correct syntax. Regards KNut Knut Krueger |
|
|
|
|
#2 |
|
Posts: n/a
|
Knut Krueger wrote:
> Hi to all, > > http://test.konstanze-krueger.de/ind...t_e_person.php > > #sidebar {position:fixed; margin: 0px 0 0 0px; border: 0; padding: 0; > float: left; > width: 15em; > } > > does anybody know why the IE does not fix the left menu bar including > the picture? It works with NE and firefox. > > Seems that I uses not the correct syntax. Because IE doesn't support it yet. since I'm on Win2K and cannot install it.... -- Take care, Jonathan ------------------- LITTLE WORKS STUDIO http://www.LittleWorksStudio.com |
|
|
|
#3 |
|
Posts: n/a
|
Knut Krueger wrote:
> http://test.konstanze-krueger.de/ind...t_e_person.php > > #sidebar {position:fixed; ... > > does anybody know why the IE does not fix the left menu bar including > the picture? It works with NE and firefox. position: fixed does not work in IE. > Seems that I uses not the correct syntax. You probably don't want to do that anyway. All menu items below "Personal Data" are below the bottom edge of my browser window, and therefore inaccessible. -- -bts -Warning: I brake for lawn deer |
|
|
|
#4 |
|
Posts: n/a
|
Beauregard T. Shagnasty schrieb: > Knut Krueger wrote: > > >>http://test.konstanze-krueger.de/ind...t_e_person.php >> >>#sidebar {position:fixed; ... >> >>does anybody know why the IE does not fix the left menu bar including >>the picture? It works with NE and firefox. > > > position: fixed does not work in IE. > > >>Seems that I uses not the correct syntax. > > > You probably don't want to do that anyway. All menu items below > "Personal Data" are below the bottom edge of my browser window, and > therefore inaccessible. > great .... What happens if you hit the refresh button. Regards Knut |
|
|
|
#5 |
|
Posts: n/a
|
Jonathan N. Little schrieb: >I am not sure if the new IE7 does > yes it does just installed the IE7 but the menues are over the textfiled. by the way is it possible to use IE version 6 and 7 in one system? Regards Knut |
|
|
|
#6 |
|
Posts: n/a
|
Jonathan N. Little schrieb: >I am not sure if the new IE7 does > yes it does, just installed the IE7 but the menues are over the textfield. by the way is it possible to use IE version 6 and 7 in one system? Regards Knut |
|
|
|
#7 |
|
Posts: n/a
|
Knut Krueger wrote:
> > > Jonathan N. Little schrieb: > >> I am not sure if the new IE7 does > yes it does just installed the IE7 but the menues are over the textfiled. > > by the way is it possible to use IE version 6 and 7 in one system? > > > Regards Knut > When you install IE7 it uninstalls IE6. If you uninstall 7 it will restore 6. You can "sort of" run both but not with full functionality. The setup process is a bit tricky but I did get it to work. The only thing I use either IE for is testing of pages. Here are some links you can peruse. http://weblogs.asp.net/jgalloway/arc...28/434132.aspx http://weblogs.asp.net/jgalloway/arc...02/437196.aspx http://weblogs.asp.net/jgalloway/arc...12/422335.aspx http://labs.insert-title.com/labs/article795.aspx -- Ed Mullen http://edmullen.net http://mozilla.edmullen.net http://abington.edmullen.net Why do they call it the Department of Interior when they are in charge of everything outdoors? |
|
|
|
#8 |
|
Posts: n/a
|
Knut Krueger schrieb: > > > Jonathan N. Little schrieb: > >> I am not sure if the new IE7 does > > yes it does, just installed the IE7 but the menues are over the textfield. #sidebar {position:fixed; left:0px; float: left; width: 15em; } Now it is at the left margin. Regards knut |
|
|
|
#9 |
|
Posts: n/a
|
Ed Mullen schrieb: > Knut Krueger wrote: > >> >> >> Jonathan N. Little schrieb: >> >>> I am not sure if the new IE7 does >> >> yes it does just installed the IE7 but the menues are over the textfiled. >> >> by the way is it possible to use IE version 6 and 7 in one system? >> >> >> Regards Knut >> > > When you install IE7 it uninstalls IE6. If you uninstall 7 it will > restore 6. You can "sort of" run both but not with full functionality. > The setup process is a bit tricky but I did get it to work. The only > thing I use either IE for is testing of pages. Here are some links you > can peruse. I have another other machines with IE6.0 So I do not need not to use some "tricky" setup But what are professional webdesigner doing. It seems to be impossible to test all avaliable versions of browser. and as I can read from Beauregard , there is somtehing wrong, using his browser. My 6.0 is different from Jonathans .... Regards Knut |
|
|
|
#10 |
|
Posts: n/a
|
Knut Krueger wrote:
> Beauregard T. Shagnasty schrieb: >> You probably don't want to do that anyway. All menu items below >> "Personal Data" are below the bottom edge of my browser window, and >> therefore inaccessible. >> > great .... Firefox 1.5.0.3 > What happens if you hit the refresh button. Nothing different. What you didn't ask is "how tall is your browser window?" Even with a maximized 800x600 browser window, with a couple of toolbars, your menu is not completely visible, and therefore, unclickable below a certain point. On an older 640x480 maximized window, none of the menu items are showing at all. You should consider not using the fixed positioning, as visitors expect the entire page to scroll, and are accustomed to doing that. Remember, not everyone, even with high resolution monitors, browses with a full-screen window, and you should always test with small windows. Screen resolution is unimportant. -- -bts -Warning: I brake for lawn deer |
|