Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Are you still using Internet Explorer 6.0 ?

  1. #11
    eugen's Avatar
    eugen is offline Member
    Join Date
    Apr 2008
    Posts
    73

    Default

    first solution that comes in mind it's to set a min height for the sidebar.

    you can do this by adding the following code to #contentright or #sidebar:
    Code:
    height:auto !important;
    height:{value}px;
    min-height:{value}px;
    another tip: install IE Developer Toolbar for future debugs.

  2. #12
    bochgoch's Avatar
    bochgoch is offline Senior Member
    Join Date
    May 2007
    Posts
    278

    Default

    I see around 1/3 visitors still using IE6 across my sites, so I still code for it.

    However, I'm starting to worry less about them -- for example using PNG files which IE7 handle but IE6 struggles with without hacks
    Small but perfectly formed ~ Welsh Directory
    Barn Conversion Advice
    ahhhhh .... born shouting ... were you?

  3. #13
    vicdigi's Avatar
    vicdigi is offline Senior Member
    Join Date
    Sep 2007
    Posts
    522

    Default

    Quote Originally Posted by eugen View Post
    first solution that comes in mind it's to set a min height for the sidebar.

    you can do this by adding the following code to #contentright or #sidebar:
    Code:
    height:auto !important;
    height:{value}px;
    min-height:{value}px;
    another tip: install IE Developer Toolbar for future debugs.
    Thanks, i'll give that a try in while - hope it works

  4. #14
    vicdigi's Avatar
    vicdigi is offline Senior Member
    Join Date
    Sep 2007
    Posts
    522

    Default

    Quote Originally Posted by eugen View Post
    first solution that comes in mind it's to set a min height for the sidebar.

    you can do this by adding the following code to #contentright or #sidebar:
    Code:
    height:auto !important;
    height:{value}px;
    min-height:{value}px;
    another tip: install IE Developer Toolbar for future debugs.
    Thanks for that, just tested it but no joy unfortunately. Tried many refreshes and it does not occur as much as it used to.

    Quote Originally Posted by bochgoch View Post
    I see around 1/3 visitors still using IE6 across my sites, so I still code for it.
    It is very necessary to code for users of IE6. From 30,000 visitors can you imagine 10,000 of them getting pee'd off with your website.

    So not good for business...

  5. #15
    arunpattnaik is offline Senior Member
    Join Date
    Mar 2008
    Posts
    74

    Default

    Firefox rules for me! Thought i use IE7 sometimes. but never IE8 . everytime i tried using it, my system crashed.It has some serious compatibility issues i guess. Hell. How about others?

  6. #16
    djpassion is offline Member
    Join Date
    Mar 2008
    Posts
    39

    Default

    Quote Originally Posted by arunpattnaik View Post
    but never IE8
    what year are you in ^ !?!? lol

  7. #17
    itconstruct is offline Member
    Join Date
    Apr 2008
    Posts
    34

    Default

    Quote Originally Posted by arunpattnaik View Post
    Firefox rules for me! Thought i use IE7 sometimes. but never IE8 . everytime i tried using it, my system crashed.It has some serious compatibility issues i guess. Hell. How about others?
    I have a copy of ie 8 on my pc and it works a treat for testing ie 7 and ie 8!

    I have not had problems with it crashing my system at all.

    I mainly prefer to use ff2 though.

    I have a question about ie 7 and ie 8 what are the differences between css compatiblity between the two of them??

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124