hm, was my post deleted ? o.O
If the browser isnt supporting the new css3 propertys they will just get ignored, so there wont be any layout problem. Optional, i think you should include that CSS3PIE Project if the forum owners wish so that their users have rounded corners into IE Browsers also.
I dont think you should worry how they see it in IE anyways..... Experienced users will use modern browsers and not IE, If they are un experienced with the web then its their loss, as always with un experienced people
[RFC|Merged] Rounded corners via css
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: [RFC] Rounded corners via css
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Rounded corners via css
That's so NOT true...some users are bound to IE because that is what their workplace requires. And let's not forget that the "experienced user" you are talking about is in the minority here. IE is still very relevant in the browser market, more so than some of the other browsers out there, and is no more dangerous than any other browser (speaking of IE9 here of course).TheKiller wrote:I dont think you should worry how they see it in IE anyways..... Experienced users will use modern browsers and not IE, If they are un experienced with the web then its their loss, as always with un experienced people
By the time 3.2 is out IE8 might be pretty irrelevant, but the browser share should be looked at when that time comes and we should be prepared to have a way to address this style in those browsers because I don't think we should penalize users for being poor.
Re: [RFC] Rounded corners via css
You say that but look at IE6 after 10 years...DavidIQ wrote:By the time 3.2 is out IE8 might be pretty irrelevant, but the browser share should be looked at when that time comes and we should be prepared to have a way to address this style in those browsers because I don't think we should penalize users for being poor.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Rounded corners via css
Well yes but at least Microsoft has taken steps to correct this by forcing the Internet Explorer update through Automatic Updates. There's really nothing some user can do if they're using Windows XP and they're stuck using IE other than use IE8. I'm hoping that from here to whenever 3.2 rolls around the IE8 market share will have been reduced enough to be irrelevant but we should be prepared to respond should that not be the case. Maybe by version 4.0 we can definitely ignore those running IE versions less than 9.Unknown Bliss wrote:You say that but look at IE6 after 10 years...
Re: [RFC] Rounded corners via css
I suggest this:
- For now use Pie to implement corners for IE7/8. I'll need to test it to see how well it works. If this RFC will get merged into 3.1, it will be released with IE7/8 support.
- If this RFC will not be merged into 3.1, it will go without IE7/8 support because by the time 3.2 will be released, chances are IE8 will become irrelevant.
- For now use Pie to implement corners for IE7/8. I'll need to test it to see how well it works. If this RFC will get merged into 3.1, it will be released with IE7/8 support.
- If this RFC will not be merged into 3.1, it will go without IE7/8 support because by the time 3.2 will be released, chances are IE8 will become irrelevant.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: [RFC] Rounded corners via css
It is easy to use.
Here is how i did it.
I specified all the classes separated by commas that use the border-radius property, and then added the behavior line (which is used only by IE Browsers)
I at first used "*" to specify all the CSS classes/ids, but i've been told that, that makes the page load slower as it has to process the PIE Script on all CSS elements.
The IEFix folder contains the PIE Files....
Here is how i did it.
I specified all the classes separated by commas that use the border-radius property, and then added the behavior line (which is used only by IE Browsers)
Code: Select all
.inner, page-header, .forabg {
behavior: url({T_TEMPLATE_PATH}/IEFix/PIE.htc);
}
The IEFix folder contains the PIE Files....
PIE.htc
, PIE.js
, PIE.php
, PIE_uncompressed.htc
, PIE_uncompressed.js
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3
Re: [RFC] Rounded corners via css
Use Chrome frame?DavidIQ wrote:Well yes but at least Microsoft has taken steps to correct this by forcing the Internet Explorer update through Automatic Updates. There's really nothing some user can do if they're using Windows XP and they're stuck using IE other than use IE8.Unknown Bliss wrote:You say that but look at IE6 after 10 years...
I'd rather skip any IE specific workarounds like PIE, and just go with the CSS3 solution. Not having rounded corners is really not the end of the world.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Rounded corners via css
That's fine IF you can actually install software on your computer, which was my point.naderman wrote:Use Chrome frame?
As long as it doesn't detract TOO much from the user experience then I totally agree, of course. If the site looks like it came from the 90's-era GeoCities then that's taking a step way back.naderman wrote:I'd rather skip any IE specific workarounds like PIE, and just go with the CSS3 solution. Not having rounded corners is really not the end of the world.
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: [RFC] Rounded corners via css
1+naderman wrote: Use Chrome frame?
I'd rather skip any IE specific workarounds like PIE, and just go with the CSS3 solution. Not having rounded corners is really not the end of the world.
But maybe you should do the fallowing:
If Google Chrome Frame is not installed, you can direct your users to an installation page.
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3
Re: [RFC] Rounded corners via css
nuff said! +5 for this, then.TheKiller wrote:1+naderman wrote: Use Chrome frame?
I'd rather skip any IE specific workarounds like PIE, and just go with the CSS3 solution. Not having rounded corners is really not the end of the world.
But maybe you should do the fallowing:If Google Chrome Frame is not installed, you can direct your users to an installation page.
If we can get symbols and other stuff made purely on HTML+CSS I believe we could get faster to load and render pages and lighter pages without the images and just some figures that almost take no space.