Mac toolbar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff Thies

    Mac toolbar

    On Mac IE5.1 there's a vertical toolbar on the left of the browsing
    window.

    This seems to throw off calculations of position and width.

    How do you detect the presence of the toolbar and/or compensate for it.

    Jeff


  • @SM

    #2
    Re: Mac toolbar

    Jeff Thies a ecrit :[color=blue]
    >
    > On Mac IE5.1 there's a vertical toolbar on the left of the browsing
    > window.[/color]

    Yes, history, favorites, and so one
    [color=blue]
    > This seems to throw off calculations of position and width.[/color]

    Ni pou ni maïe. Pas compris. No comprendo. Not understood.

    You mean :
    when you have this bar your JS can't no more calculate ?
    or
    when this bar is opened the elements in page are not in good place ?
    it is normal : the window display area is smaller
    [color=blue]
    > How do you detect the presence of the toolbar and/or compensate for it.[/color]

    if you know how to do you ask the availWidth
    then you try to arrange your page in function of
    this width

    What about when you open your page on 600/500 avail window ?

    Comment

    • Jeff Thies

      #3
      Re: Mac toolbar

      > > On Mac IE5.1 there's a vertical toolbar on the left of the browsing[color=blue][color=green]
      > > window.[/color]
      >
      > Yes, history, favorites, and so one
      >[color=green]
      > > This seems to throw off calculations of position and width.[/color]
      >
      > Ni pou ni maïe. Pas compris. No comprendo. Not understood.
      >
      > You mean :
      > when you have this bar your JS can't no more calculate ?[/color]

      Seems like it throws off the calculations of both clientWidth and
      offsetLeft. The calculations include the toolbar width.

      HTML centering either margin: auoto or align: centers from the edge of the
      window, not out to the toolbar edge.

      Jeff

      about when you open your page on 600/500 avail window ?


      Comment

      Working...