Do you think its about time to drop further development for IE6?

1 Answer

Answer :

I think it’s still too early, there’s a good portion of people still using it. I would guess we have another couple years of supporting it, so best to find fixes for the common issues. If you have a small, select audience, then you might be able to get away with it but you’d probably want some pretty good stats on your users before making that decision. Others shared their thoughts here – Web Developers: Do you still support IE6?

Related questions

Description : One more time... what am I doing wrong now with this CSS?

Last Answer : What do you want to do with your CSS? I need to see an example of what’s happening now, and then know what you want it to do diferently. Given that, I’ll try to help.

Description : How can I shrink a to its content, while still having it centered?

Last Answer : answer:Maybe you should try a instead of a div… that should shrink to it’s width by default. (Or you could give your div display:inline;). To make a div not stretch, I think you need to give it a width, in either px or %, but that doesn’t sound like what you want.

Description : Why does my tumblr homepage always end up going to a page called "Zynga RewardVille"?

Last Answer : answer:This is what I’m seeing: http://i53.tinypic.com/2emlaib.png I don’t see anything about Zynga. It could very well be you’ve got a bug on your side.

Description : Anyone know of a good free website hosting site that allows .css files?

Last Answer : answer:Not sure if I'm understanding you correctly, but the css file would just be linked from the html files you've made. So it's not that you'd make your content files into css files, you'd ... doesn't support css files. Does that help? Am I misunderstanding? Perhaps a link to the site would help?

Description : How to put a scrollbar in my tumblelog?

Last Answer : Not familiar with Tumblr, but perhaps you could try overflow: scroll instead of overflow: auto?

Description : When I try to put my scrollbar in my tumblelog, none of my posts show up. What am I doing wrong?

Last Answer : View the source Here

Description : Holiday CSS themes - when and what?

Last Answer : We change things around when we feel like it, or when a user gives us a compelling reason to (as I explained in this blog post).

Description : How To Add An Image Around My Tumblr Audio Posts?

Last Answer : You'd have to use custom HTML, and then look for look for the specific part of code in their theme (both the image section near the beginning), and also HOW to place it in the second part of the ... sure which image you want to use in your tumblr, so not sure how to help you out with specifics.

Description : Coding A Theme For Tumblr Is The Same As Coding AnyOther Blog Right?

Last Answer : i didnt mispelled anything tho

Description : I'm not sure how my site is rendering on screens with a height greater than 900px. Could you take a look?

Last Answer : looks fine to me at 1080 full screen.

Description : Creating your own wordpress theme?

Last Answer : You have to know css and a bit of HTML and PHP. (don't be intimidated by the PHP part) it isn't that bad once you know what it is doing. Themeing wordpress is kinda hard. Going from zero to themeing wordpress ... try to convert it into a theme. No promises. And I won't try to get it to work in IE.

Description : CSS Question: What to do with fonts if the user end doesnt have it on their computer?

Last Answer : Currently this is basically only available in Webkit-based browsers such as Safari and Chrome. This is a touchy subject with a lot of designers. Your best bet is sIFR which uses Flash and JavaScript to ... doing those, just specify back up fonts. Like so: font-family: Helvetica, Arial, sans-serif;

Description : Any suggestions as to where to look for information on how to edit CSS in Squarespace?

Last Answer : Learn CSS?

Description : Is there a way to have multiple versions of Internet Explorer installed?

Last Answer : Try using Multiple IE. It won't work in Vista unfortunately though.

Description : Does anyone use CSS sprites?

Last Answer : I hadn't read about it before. From what I can see now, it looks like quite a neat trick, but I can't really think of many use cases (or, for that matter, real-life situations where this effect is used but reached in another way).

Description : Some vertical alignment help using CSS would rock my socks.

Last Answer : Try adding margin-top: 9px; to each of the images. I haven’t tested this on IE6, but it works on Firefox 2 and Safari 3.

Description : Navigation bar doesn't appear in Safari...

Last Answer : answer:I tested it and it looks just like Firefox… http://www.indielyrics.info/pics/safari.png

Description : Safari Image Mouse Overs

Last Answer : I did FIRST 8 years ago… good luck with your robot. Your buttons (Georgia, Lego, Keynote) look correct on my Safari (Safari 3.0.4 on OS X Leopard)... no flickering or underlining.

Description : A JavaScript question. [more inside]

Last Answer : answer:I can’t answer the question directly. But here’s a CSS-only solution that allows for that functionality, I think: http://cssglobe.com/lab/tablecloth/ Scroll to the bottom of the article to change the settings so , for instance, only table rows highlight when moused over.

Description : What's the deal with Opera and width?

Last Answer : Have you set the padding and margin for both the divs and the images? And why don’t you just use overflow: hidden? Or perhaps overflow: visible?

Description : Should I add my own CSS to my tumblelog?

Last Answer : Google is your friend. Search for a beginners css tutorial

Description : RapidWeaver for pro web dev?

Last Answer : answer:I use RW 4 even though there are a lot of snazzy and polished templates, the editing of the code is still the same as would be in any HTML editor feature (as in DW), so in the ... self-paced online course through Lynda.com (not a plug). Just some personal perspectives from a current RW user.

Description : Guestbook thingy.

Last Answer : answer:nah, but I would go to google and servh for it. Or you can go to this websites forum and it has a shoutbox and if you want something like that I know the admin, Zlools, who could give you come ... Click forum at the top and take a look at the shoutbox. It should be near the top of the forum.

Description : Have you heard of the recent efforts to finally kill IE6?

Last Answer : I think it’s a great idea. I have no experience with web design and coding, but I always hear how IE6 renders horribly. I’ve also seen someone use a script that causes the page to render in grayscale when it detects that IE6 or lower is being used. Another great idea to get people to switch.

Description : Why does my CSS look so messed up in IE6?

Last Answer : answer:IE 6 has a different box model than other A-Grade browsers. Hacks and use of different positioning can help you get around this. Google CSS IE6 hacks.

Description : What's the easiest way to do IE6/Windows browser testing on a Mac?

Last Answer : answer:I use this.. http://ipinfo.info/netrenderer/index.php It is free and relatively fast.

Description : Absolute/Fixed div's in IE6?

Last Answer : answer:position fixed' is not supported at all in IE6. Here is a javascript library that will fake it without any work on your part. http://dean.edwards.name/IE7/ absolute positioning works in IE6 as far as I ... http://code.google.com/p/ie7-js/ (see http://dean.edwards.name/weblog/2008/01/ie7-2/ )

Description : Is it possible to downgrade from IE7 to IE6 in Windows XP?

Last Answer : answer:Can't you just uninstall IE7 and install IE6? If I had to go about it, I'd do this: Control Panel -> Add/Remove Windows Components -> Internet Explorer. Once that's done, reassign your default ... to get IE6 and install it. Might not be the fastest method, but I'm pretty sure it would work.

Description : What's a better way to ignore IE6 than using ?

Last Answer : I don’t think there are any browser hacks that validate. Did you try Dean Edwards’ IE7 patch scripts?

Description : Testing for IE6 in OSX?

Last Answer : EDIT: oops didn’t see that ies4osx was crashing on you

Description : Web Developers: Do you still support IE6?

Last Answer : answer:I'm not a dev, just a content producer. But we still develop for and test everything in IE6 because a large portion of our site's users are on a lower end technical scale. I work for a ... a little informal polling on your expected users. See if it's worth the trouble or not. Good luck!

Description : During the manufacture of sulphuric acid, the temperature of molten sulphur is not increased beyond 160°C, as (A) It is very corrosive at elevated temperature (B) Its viscosity is not reduced on ... be further reduced) (C) It decomposes on further increasing the temperature (D) None of these

Last Answer : (B) Its viscosity is not reduced on further heating (hence pressure drop on pumping it, cannot be further reduced)

Description : Decrease in school fees may further result in higher ‘drop out’.

Last Answer : Correct the underlined word and complete the sentence : Decrease in school fees may further result in higher ‘drop out’.

Description : Dew point can be best defined as the: a. Absolute temperature at which air, upon heating, will evaporate moisture b. . Percentage of moisture that air can hold at a given temperature ... to condense should the temperature drop further e. . Atmospheric pressure at which air will condense moisture

Last Answer : Answer: D

Description : (i) Mention the event that induces the completion of the meiotic division of the secondary oocyte. (ii) Trace the journey of the ovum from the ovary, its fertilisation and further development until the implantation of the embryo. -Biology

Last Answer : (i)Secondary oocyte completes meiosis-ll only when a sperm enters its cytoplasm. It forms a larger cell, the ootid and a small cell, the second polar body. (ii)The secondary oocyte is ... and inner cell mass.The trophoblast attacheds to endometrium (implantation) and blastocyst gets embedded in it.

Description : The development stage of a plant after which no further increase in dry matter occurs in the economic part is known as

Last Answer : Ans.Physiological maturity (II) Modern Concepts of Tillage

Description : In cloning of cattle a fertilized egg is taken out of the mother's womb and (a) in the eight cell stage, cells are separated and cultured until small embryos are formed which are implanted into the ... d) the egg is divided into 4 pairs of cells which are implanted into the womb of other cows.

Last Answer : (a) in the eight cell stage, cells are separated and cultured until small embryos are formed which are implanted into the womb of other cows

Description : Stage 3 of breast development, according to Tanner, occurs when a) the areola (a darker tissue ring around the nipple) develops. Stage 3 also involves further enlargement of breast tissue. b) ... In stage 5, the female demonstrates continued development of a larger breast with a single contour.

Last Answer : a) the areola (a darker tissue ring around the nipple) develops. Stage 3 also involves further enlargement of breast tissue.

Description : During teeth eruption, the reduced enamel epithelium merges with the oral epithelium. What is the further development? A. Downgrowth of oral epithelium which replaces the reduced enamel ... which undermines the reduced enamel epithelium E. Gradual transformation of the reduced enamel epithelium

Last Answer : E. Gradual transformation of the reduced enamel epithelium

Description : How to drop column(s) of a Pandas dataframe -Web-Development

Last Answer : answer:

Description : Do you think Trump is desperate for approval, and becoming more desperate as he's moving further and further from it?

Last Answer : This comment from this link. I asked Trump if he would be attending the White House Correspondents Dinner. He said: “No. Do you like that?” People cheered behind me.

Description : Suppose you are travelling in a train. All of a sudden you recognise your old student who is passing without any salutary mark. What will you think in such condition? Options: A) ... modern disrespectful trend in students D) You will introspect in relation to your students for further improvement

Last Answer : You will introspect in relation to your students for further improvement

Description : Sooo.... The room I asked about a long time ago is almost done. This is an update. Comments (and further advice) anyone?

Last Answer : I had this colour in a room before , it was sooooo bright tho i had to change it . Why a table along that window , why not get a seat built there and in storage so you can hide things under ... light in the room we had was crazy bright even with the curtains closed , the paint made it to bright tho

Description : Thrombolytic therapy has become a useful adjunct in the management of peripheral arterial occlusion. In this setting, direct intraarterial administration rather than intravenous has been advocated ... may be indicated for situations where complete clot evacuation cannot be accomplished surgically

Last Answer : Answer: a, b, e The most popular method for intraarterial thrombolytic therapy for arterial occlusion involves passing a guidewire through the thrombus with arteriographic guidance and ... acute arterial occlusion) or when distal vasculative is occluded and precludes appropriate inflow patency

Description : (2) stabilise the colloid and prevent crystallisation Explanation: Gelatine, being a colloid, has the property of preventing crystallization. In ice lollies and icecream this is demonstrated by the formation ... does not become grainy or sandy due to the slow crystallisation of lactose with time.

Last Answer : Glycol is added to aviation gasoline because it - (1) reduces evaporation of petrol (2) increases efficiency of petrol (3) prevents freezing of petrol (4) reduces consumption of petrol

Description : Having defined working capital as current assets, it can be further classified according to  . A. financing method and time B. rate of return and financing method C. time and rate of return D. components & time

Last Answer : D. components & time

Description : Mark the correct option a) After maturity , the senior citizen account will be extended further 3 year b) The account continued after maturity, the deposit shall earn interest at the rate applicable to the ... bank interest applicable d) There is no maximum time limit for PMI e) All the above

Last Answer : e) All the above

Description : Suppose that the number of instructions executed between page faults is directly proportional to the number of page frames allocated to a program. If the available memory is doubled, the mean interval between page faults is also ... memory were available? (A) 60 sec (B) 30 sec (C) 45 sec (D) 10 sec

Last Answer : Answer: C Explanation: T = Ninstr x 1µs + 15,000 x 2,000 µs = 60s Ninstr x 1µs = 60,000,000 µs - 30,000,000 µs = 30,000,000 µs Ninstr = 30,000,000 The number of instruction ... doesn't mean that the program runs twice as fast as on the first system. Here, the performance increase is of 25%.