Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - fixed menue bar

 
Thread Tools Search this Thread
Old 05-23-2006, 08:45 AM   #1
Default fixed menue bar


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
  Reply With Quote
Old 05-23-2006, 02:16 PM   #2
Jonathan N. Little
 
Posts: n/a
Default Re: fixed menue bar

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. I am not sure if the new IE7 does
since I'm on Win2K and cannot install it....

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Reply With Quote
Old 05-23-2006, 03:18 PM   #3
Beauregard T. Shagnasty
 
Posts: n/a
Default Re: fixed menue bar

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
  Reply With Quote
Old 05-23-2006, 03:28 PM   #4
Knut Krueger
 
Posts: n/a
Default Re: fixed menue bar



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 browser are you using?

What happens if you hit the refresh button.

Regards Knut

  Reply With Quote
Old 05-23-2006, 03:30 PM   #5
Knut Krueger
 
Posts: n/a
Default Re: fixed menue bar



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

  Reply With Quote
Old 05-23-2006, 03:31 PM   #6
Knut Krueger
 
Posts: n/a
Default Re: fixed menue bar



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


  Reply With Quote
Old 05-23-2006, 03:37 PM   #7
Ed Mullen
 
Posts: n/a
Default Re: fixed menue bar

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?
  Reply With Quote
Old 05-23-2006, 03:38 PM   #8
Knut Krueger
 
Posts: n/a
Default Re: fixed menue bar



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

  Reply With Quote
Old 05-23-2006, 03:44 PM   #9
Knut Krueger
 
Posts: n/a
Default Re: Browser to test layout [was] Re: fixed menue bar



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

  Reply With Quote
Old 05-23-2006, 04:41 PM   #10
Beauregard T. Shagnasty
 
Posts: n/a
Default Re: fixed menue bar

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 .... what browser are you using?


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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump