Results 1 to 2 of 2

Thread: browser is scrolled my content should scroll

  1. #1
    Join Date
    Apr 2009
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default browser is scrolled my content should scroll

    Hai,

    I have problem that is first u view the page www.mynewplace.com and enter some city name like fremont and enter then u can navigate to another page ,in that page there is google map when we scroll the browser vertical scroll bar the google map is also moving,i want the code to how to move my google map when browser scroll and i need code in php,u can also use(ajax,html,css,javascript)as ur wish.
    Thanks & Regards
    G.Anuradha

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You could simply use the css style property position: fixed;

    But that won't work in IE 6 and less. For those browsers (5 or 5.5 through 6) one can use a style 'expression' (a proprietary IE method) to simulate the fixed position property value. For that, see:

    http://www.dynamicdrive.com/forums/s...600#post139600

    and:

    http://www.dynamicdrive.com/forums/s...676#post144676
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •