Results 1 to 10 of 18

Thread: Have I mentioned I hate Internet Explorer???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post

    Try reducing your right-hand column to 49%. I had the same problem with a site I set up a while ago. For some reason, IE reserves a portion of the viewport width, so the second column doesn't actually have 50% of the viewport left, resulting in the unwanted wrap.
    Bryan Ray, visual effects artist
    http://www.bryanray.name

  2. #2
    Community Leader jfrazierjr's Avatar
    Join Date
    Oct 2007
    Location
    Apex, NC USA
    Posts
    3,057

    Post

    Quote Originally Posted by Midgardsormr View Post
    Try reducing your right-hand column to 49%. I had the same problem with a site I set up a while ago. For some reason, IE reserves a portion of the viewport width, so the second column doesn't actually have 50% of the viewport left, resulting in the unwanted wrap.

    Also, double check your nesting. Though I did not verify, it looks like there may be a div not properly nested (or without a closing tag) and ie, freaks out over that stuff some time.

    Joe
    My Finished Maps
    Works in Progress(or abandoned tests)
    My Tutorials:
    Explanation of Layer Masks in GIMP
    How to create ISO Mountains in GIMP/PS using the Smudge tool
    ----------------------------------------------------------
    Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.

  3. #3
    Administrator Facebook Connected Robbie's Avatar
    Join Date
    Mar 2006
    Location
    Dayton, OH
    Posts
    3,870
    Blog Entries
    6

    Post

    Quote Originally Posted by jfrazierjr View Post
    Also, double check your nesting. Though I did not verify, it looks like there may be a div not properly nested (or without a closing tag) and ie, freaks out over that stuff some time.

    Joe
    I've checked my nesting ridiculously...I'll update the code to put the /divs on their own lines to prove it...
    All Hail FlappyMap! Long Live MapFeed!

    Robbie Powell - Site Admin

  4. #4

    Post

    You have a height of 138px specified on .NewsFeature. IE may be ignoring it, but FF quite properly is not. This looks like an odd case of IE's broken behavior giving you what you want when it really shouldn't.
    Bryan Ray, visual effects artist
    http://www.bryanray.name

  5. #5
    Administrator Facebook Connected Robbie's Avatar
    Join Date
    Mar 2006
    Location
    Dayton, OH
    Posts
    3,870
    Blog Entries
    6

    Post

    Yeah...I'd rather have the growing height than the 138...I haven't tried to see what firefox woudl do if I take that out...one sec...
    All Hail FlappyMap! Long Live MapFeed!

    Robbie Powell - Site Admin

  6. #6
    Guild Adept SeerBlue's Avatar
    Join Date
    Jan 2008
    Location
    Black hills of South Dakota
    Posts
    257

    Post

    I downloaded the home page into Microsoft expression where I changed the div height to auto for your NewsFeature div in your css, works for me in both firefox and exploder (which I never use),
    I didn't check anything else to deeply, though to see if it throws a wrench into the rest of the page. The only errors that firefox shows in the error console are scroll bar colors, but those are commented for IE only anyway.
    SeerBlue

  7. #7
    Administrator Facebook Connected Robbie's Avatar
    Join Date
    Mar 2006
    Location
    Dayton, OH
    Posts
    3,870
    Blog Entries
    6

    Post

    Yup...the height for the newsfeature was oversight on my end. Fixed.

    Now I just need to work out something to kill off that space in the middle...maybe set the newsholder background to the dark brown...
    All Hail FlappyMap! Long Live MapFeed!

    Robbie Powell - Site Admin

  8. #8
    Administrator Facebook Connected Robbie's Avatar
    Join Date
    Mar 2006
    Location
    Dayton, OH
    Posts
    3,870
    Blog Entries
    6

    Post

    That worked...but I'm not sure I liked the results...I have another problem if anyone knows what I can do about it.

    In IE each DIV expands in response to its content...in Firefox, not so much...I'd like to find a way to make all the divs expand to accomodate their content...but how??? Here's a pic...IE on left, FireFox on right.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	cartoguildproblem.jpg 
Views:	56 
Size:	315.4 KB 
ID:	4606  
    All Hail FlappyMap! Long Live MapFeed!

    Robbie Powell - Site Admin

Posting Permissions

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