Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image moving with Browser Size

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #35616
    RChilton
    Member

    I have tried changing the css all around but can not seem to get the desired results. The “search” box stays in the correct position vertically but moves horizontally as you resize the browser window. It only happens on the front page of the website.

    http://www.coremultisports.com

    Any help and suggestions would be great, I have tried everything I can think of and I’m sure it is something simple.

    #92591
    Paulie_D
    Member

    You seem to be using a lot of absolute positioning….and that’s generally a no-no.

    I’d start there.

    #92596
    RChilton
    Member

    I started with a position of fixed on (#nav, #nav1 and #nav_text which is the navigation menu 1/3 of the way down that the search box sits on) but then the image and text are in the proper place horizontally but scroll vertically (the opposite problem of the search bar). Clearly I am missing something.

    thanks

    #92597
    TBRudy3
    Member

    Your list that looks as tho it is in the nav bar, is not. Try putting that in the nav1 div. Also I wouldn’t position that absolutely. You will run into a lot of trouble doing that.

    You may have also left an additional somewhere in there. Try commenting for each one closed out and you may find something you missed.

    I would also recommend linking to an external style sheet.

    #92598
    TBRudy3
    Member

    Position that fixed*** Sorry bout that

    #92599
    TBRudy3
    Member

    an addition div – Geez sorry still waking up

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.