![]() |
How To Tell HTML From HTML5
|
simple background gradients dont work in ie, its silly.
i just coded the elevatedx mobile paysite demo and had to work in all the ie bullshit... fuck IE |
IE lol, i didt saw anybody using it for years, even "i dont fucking know nothing about comp" people...
|
IE is such a shitty web browser, none of the good effects will even work on it
|
Quote:
|
Just put a div inside the html5 tag, rather than using html5 for the structure, use it for the markup layout... then it will work in ie.
|
Just gota cover all the browsers with the gradient stuff... can also drop in a png with a gradient and opacity set on it, called as a background in css.
Code:
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' ); |
holy shit :1orglaugh
|
fun stuff.
|
:1orglaugh
piece of shit browser |
HTML5 is a myth
|
Quote:
http://code.google.com/chrome/chromeframe/ |
:1orglaugh:1orglaugh:1orglaugh
Still blows my mind daily how fucked up a browser can be when they have some of the most intelligent minds on the planet employed and plenty of other browsers to take notes from. Quote:
"Google Chrome Frame is an open source plug-in that seamlessly brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer." LMFAO! The other browsers even feel bad for them.. it's so pathetic.. |
check out opera
|
Quote:
Just put this code in your CSS. Their browser will automatically crash:- Code:
* {position: relative;} |
Quote:
|
Quote:
Yes, if Microsoft struggle to make a stable web browser, what does that say about their operating system? Look at this comparison chart:- http://html5test.com/results.html IE9 is still miles behind. Microsoft need to get their shit together and implement a stealthy auto update feature similar to Chrome. |
Guys im well aware to cross browser code for ie... Just did elevatedx mobile paysite demo and coded it for multiple gradients cross browser...
|
I don't make websites for ie6 anymore.... the amount of sales from ie6 vs. time put in for corrections, is not worth it, and hasn't been for about 3 years. Correcting ie6 basically means you're working for free.
With all other IE versions, as long as the site renders, I don't care what it looks like.... I don't correct gradients, rounded corners, etc... and ratios don't improve when I do. As long as the site works on the browser, the mission is complete. |
|
Quote:
|
Quote:
But any other sites, I don't care what the client wants, they can pay someone else to do it, because the hours vs work put in, simply isn't worth it. |
Quote:
This is a good workaround:- http://leaverou.github.com/prefixfree/ |
Quote:
|
Min width / max width in all browsers:
Code:
min-width:940px;max-width:1200px; Code:
width: expression(document.body.clientWidth < 940? "940px" : document.body.clientWidth > 1200? "1200px" : "auto"); |
All times are GMT -7. The time now is 02:40 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc