Results 1 to 2 of 2

Thread: IE6 min-width bug

  1. #1
    Administrator saltedm8's Avatar
    Join Date
    Jun 2011
    Posts
    2,182
    Blog Entries
    3

    Default IE6 min-width bug 19 Feb 2009 @ 16.33

    I have 2 images, side by side wrapped in a container as part of my header..
    I am creating a fluid layout so these images move closer when the screen size is smaller, but I have hit a problem...

    To stop one of the images from dropping when the browser is under a certain width, I have used min-width, but unfortunately IE6 does not support it, ruining my template in IE 6 only..

    I have tried inline and inline-block, but it has not worked,

    Not having it compliant with IE6 is not really an option, this is my dev site, and of course, we know what company's are like, they don't upgrade unless it is absolutely nessasary

    any ideas on a work around to replace what I have done or an IE6 fix for it....

    thanks :scream:
      Reply With Quote

  2. #2
    Administrator saltedm8's Avatar
    Join Date
    Jun 2011
    Posts
    2,182
    Blog Entries
    3

    Default 19 Feb 2009 @ 17.51

    don't worry, I have just set it to a width in ie 6

    Code:
    * html #headwrap { width: 950px; }
    seems to work, I will have to put up with the header not being fluid in IE6 I guess

    cheers
      Reply With Quote

Similar Threads

  1. How does IE7 calculate width?
    By silversurfer5150 in forum HTML & CSS
    Replies: 3
    Last Post: 28 Apr 2011, @ 17.27
  2. div width not recognized in IE 7 & 8
    By bboscobb in forum Computer Hardware & Software
    Replies: 3
    Last Post: 6 Dec 2010, @ 02.12
  3. flash file width
    By sudhakararaog in forum HTML & CSS
    Replies: 1
    Last Post: 8 Feb 2010, @ 09.32
  4. Fluid Header and Fixed Width Body.
    By Wrams in forum Design & Layout
    Replies: 7
    Last Post: 22 Jul 2009, @ 09.44

Tags for this Thread

Posting Permissions

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