Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Any Help With My CSS Problem Would Be Appreciated

  1. #1
    Join Date
    Jan 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Any Help With My CSS Problem Would Be Appreciated

    First of all I would ike to say thank you to DynamicDrive, thankyou! What an incredible resource it is for everyone involved.

    I'm building a site for my brother and I decided to do the homepage in CSS.
    I used one of the 3 column templates here and I have tweaked on it abit using once again information found here

    Everything is really working well except that apparently with some IE6 browsers the right hand column won't either show up or it will show up under the left hand column.. It appears fine in IE7 and most other browsers. I am hoping there is a fix to my problem.

    If any one can see a fix to the problem please let me know, it would be appreciated very much! As my brother is wanting me to just do in standard html but I am determined (for some unknown reason) to make it work with CSS. here is the site: www.joecamelzippo.com

  2. #2
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I Had that Problem Awhile back Too.

    Try Putting the to order of the columns in the code to
    left column, right column, Middle column.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  3. #3
    Join Date
    Jan 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks I'll give that a try. Now I need to find somone still using IE6 to view it.. lol

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    I'm using IE6 currently at work, if you would like for me to check it out, let me know.

    EDIT: Actually, I just checked it out and I'm taking a screenshot of it right now. Will post as soon as uploaded.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Ok, here it is in the attached file. Hope this helps.

    Attachment 719
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  6. #6
    Join Date
    Jan 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks. Dang it still is screwed up.

  7. #7
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Not sure if this will work (or if it is valid for that matter), but try the following:

    Do what boxxertrumps said above (with the order of the colums), with the exception of the right column being first. (In other words:

    right, left, center

    Then change in the css for the right column to this:

    Code:
    float: right;
    See if that fixes it. Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  8. #8
    Join Date
    Jan 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OK I made the adjustment. So if your still around and would take a look with your ie6 that would be cool. Or anyone using IE6 who might be around.

  9. #9
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    ok...so it did make it go to the right hand side of the screen, but it did not make it look the same as in FF or IE7 (it appears underneath the middle column to the right). Not sure what to do now, but it is on the right hand side now. I'll take a screenshot of it tomorrow at work if someone else doesn't (I can't right now because I am only VNC-ing into my work computers and it lags bad).
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  10. #10
    Join Date
    Jan 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks again I appreciate your assistance.

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
  •