Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: Resizing a div

  1. #21

    Default

    replace the body, html {

    }

    in the CSS with this and will fix the scroll bar problem (just changing the height)

    html, body {
    height: 98.5%;
    font: 15px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #000000;


    }

  2. #22

    Default

    this will make the navigation height the same as the vertical lines
    #blackNavigation {

    height:35px;

    background-color: #000;
    }

  3. #23
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    I redid the entire thing from scratch. I think this is about as good as it's going to get haha. I swear if I have to redo it once more, I will rip out my hair haha.
    It's the stupid small crap that's absolutely frustrating and tedious, but I finally got it.

    At any rate THANK YOU SOOOOOOO MUCH for your help. Even though I still didn't end up using your original code, I did interpret alot of it into my existing code.
    I am still using iframes, but I got it working with the auto resizing and everything seems to be pretty damn good IMO.

    Here is the most recent version: http://x-null.net/pacrimson/test9/index2.html

  4. #24

    Default

    Ok as long as ya happy but frame is so old school

  5. #25
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    I know. I checked with my cousin and he said he really likes it. Also the reason I went with the iframe is it would be ALOT less hassle for me because he can just upload the content himself and it would autoupdate the page as opposed to manually taking down the site and changing the content in the div's (since he wouldn't know how to do that.

    At any rate I really really appreciate all your help with this blazing. Thank you!

Posting Permissions

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