PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.info.authoring.CSS > CSS hack for IE8?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
CSS hack for IE8?

Réponse
 
LinkBack Outils de la discussion
Vieux 06/03/2008, 13h20   #1
Charles A. Landemaine
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut CSS hack for IE8?

Hello,

My GUI works fine in the following browsers:
- IE6
- IE7
- Opera
- Safari
- Firefox
- Seamonkey
- Konqueror
However, yesterday, I tested it in IE8b1, and it's totally broken
http://neuridia.org/docs/gui/
I'd like to know if there is a hack to format my page only for IE8.
Thanks,

--
Charles.
  Réponse avec citation
Vieux 06/03/2008, 13h58   #2
C A Upsdell
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

Charles A. Landemaine wrote:
> Hello,
>
> My GUI works fine in the following browsers:
> - IE6
> - IE7
> - Opera
> - Safari
> - Firefox
> - Seamonkey
> - Konqueror
> However, yesterday, I tested it in IE8b1, and it's totally broken
> http://neuridia.org/docs/gui/
> I'd like to know if there is a hack to format my page only for IE8.


Your URL just gives a directory listing. I am assuming that you meant
inbox.html

It may not be your fault: IE8b1 appears to be quite flaky. But I would
start by fixing the CSS errors.
  Réponse avec citation
Vieux 06/03/2008, 14h01   #3
Rik Wasmus
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
<landemaine@gmail.com> wrote:

> Hello,
>
> My GUI works fine in the following browsers:
> - IE6
> - IE7
> - Opera
> - Safari
> - Firefox
> - Seamonkey
> - Konqueror
> However, yesterday, I tested it in IE8b1, and it's totally broken
> http://neuridia.org/docs/gui/
> I'd like to know if there is a hack to format my page only for IE8.


You could use the MSIE proprietary 'comment' conditional offcourse.
However, I think it's to soon to create MSIE8 hacks, as far as I learned a
lot is still quite buggy. It would be a waste of time to write around bugs
they might fix anyway (and why the hell does MSIE8 STILL insist on not
understanding XHTML headers and SVG?).

BTW: especially hovering above & clicking on links seems to be broken ATM.
Don't try to fix that yet.
--
Rik Wasmus
  Réponse avec citation
Vieux 06/03/2008, 14h38   #4
Charles A. Landemaine
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

On Mar 6, 10:58am, C A Upsdell <cupsd...@upsdell.invalid> wrote:
> Your URL just gives a directory listing. I am assuming that you meant
> inbox.html


Yes, sorry

> It may not be your fault: IE8b1 appears to be quite flaky. But I would
> start by fixing the CSS errors.


Thanks, I just tried to validate my style sheet on the W3C site, all
errors are related to IE6 hacks. Are they OK? If they aren't, what do
you suggest?
Thanks.
  Réponse avec citation
Vieux 06/03/2008, 14h47   #5
Charles A. Landemaine
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

On Mar 6, 11:01am, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
> Don't try to fix that yet.


Thanks, I'll wait for RCs then.
  Réponse avec citation
Vieux 08/03/2008, 12h19   #6
Charles A. Landemaine
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

On Mar 6, 3:47pm, David Stone <no.em...@domain.invalid> wrote:
> I've only ever used a couple of minor IE6 css tricks at most;
> I placed them in a <style>...</style> block nested inside a
> conditional comment for IE <= 6, since they turned out not to
> be needed in IE 7 so long as you triggered standards mode.
> The resulting pages passed W3C CSS validation, and without
> warnings, either!


Thanks, David. Yes, I could do that, but what about if I want to use
just one style sheet file?
  Réponse avec citation
Vieux 08/03/2008, 14h12   #7
Harlan Messinger
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

Rik Wasmus wrote:
> On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
> <landemaine@gmail.com> wrote:
>
>> Hello,
>>
>> My GUI works fine in the following browsers:
>> - IE6
>> - IE7
>> - Opera
>> - Safari
>> - Firefox
>> - Seamonkey
>> - Konqueror
>> However, yesterday, I tested it in IE8b1, and it's totally broken
>> http://neuridia.org/docs/gui/
>> I'd like to know if there is a hack to format my page only for IE8.

>
> You could use the MSIE proprietary 'comment' conditional offcourse.
> However, I think it's to soon to create MSIE8 hacks, as far as I learned
> a lot is still quite buggy. It would be a waste of time to write around
> bugs they might fix anyway (and why the hell does MSIE8 STILL insist on
> not understanding XHTML headers and SVG?).


Microsoft has poured its support for browser-based vector graphics into
Silverlight, which, along with Adobe's Flash and Flex, has taken
interest away from the clunky SVG technology.
  Réponse avec citation
Vieux 08/03/2008, 16h23   #8
Ben C
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

On 2008-03-08, Harlan Messinger <hmessinger.removethis@comcast.net> wrote:
> Rik Wasmus wrote:
>> On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
>> <landemaine@gmail.com> wrote:
>>
>>> Hello,
>>>
>>> My GUI works fine in the following browsers:
>>> - IE6
>>> - IE7
>>> - Opera
>>> - Safari
>>> - Firefox
>>> - Seamonkey
>>> - Konqueror
>>> However, yesterday, I tested it in IE8b1, and it's totally broken
>>> http://neuridia.org/docs/gui/
>>> I'd like to know if there is a hack to format my page only for IE8.

>>
>> You could use the MSIE proprietary 'comment' conditional offcourse.
>> However, I think it's to soon to create MSIE8 hacks, as far as I learned
>> a lot is still quite buggy. It would be a waste of time to write around
>> bugs they might fix anyway (and why the hell does MSIE8 STILL insist on
>> not understanding XHTML headers and SVG?).

>
> Microsoft has poured its support for browser-based vector graphics into
> Silverlight, which, along with Adobe's Flash and Flex, has taken
> interest away from the clunky SVG technology.


What's clunky about SVG technology?
  Réponse avec citation
Vieux 08/03/2008, 16h58   #9
Jonathan N. Little
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

Charles A. Landemaine wrote:
> On Mar 6, 3:47 pm, David Stone <no.em...@domain.invalid> wrote:
>> I've only ever used a couple of minor IE6 css tricks at most;
>> I placed them in a <style>...</style> block nested inside a
>> conditional comment for IE <= 6, since they turned out not to
>> be needed in IE 7 so long as you triggered standards mode.
>> The resulting pages passed W3C CSS validation, and without
>> warnings, either!

>
> Thanks, David. Yes, I could do that, but what about if I want to use
> just one style sheet file?


A pain ain't it! As as MS keeps dragging behind like a uncooperative
2-year-old this is a web designer's reality. Recent reports I've read
IE8 is that it will probably fall short again opposed to first blush...

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Réponse avec citation
Vieux 08/03/2008, 17h02   #10
Harlan Messinger
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

Ben C wrote:
> On 2008-03-08, Harlan Messinger <hmessinger.removethis@comcast.net> wrote:
>> Rik Wasmus wrote:
>>> On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
>>> <landemaine@gmail.com> wrote:
>>>
>>>> Hello,
>>>>
>>>> My GUI works fine in the following browsers:
>>>> - IE6
>>>> - IE7
>>>> - Opera
>>>> - Safari
>>>> - Firefox
>>>> - Seamonkey
>>>> - Konqueror
>>>> However, yesterday, I tested it in IE8b1, and it's totally broken
>>>> http://neuridia.org/docs/gui/
>>>> I'd like to know if there is a hack to format my page only for IE8.
>>> You could use the MSIE proprietary 'comment' conditional offcourse.
>>> However, I think it's to soon to create MSIE8 hacks, as far as I learned
>>> a lot is still quite buggy. It would be a waste of time to write around
>>> bugs they might fix anyway (and why the hell does MSIE8 STILL insist on
>>> not understanding XHTML headers and SVG?).

>> Microsoft has poured its support for browser-based vector graphics into
>> Silverlight, which, along with Adobe's Flash and Flex, has taken
>> interest away from the clunky SVG technology.

>
> What's clunky about SVG technology?


I admit I'm just relaying what I've read about its supposed
shortcomings. "Bloated" is a word I've seen associated with it. I don't
know if that refers to the markup itself or to the implementation as
necessitated by the demands of the specification.
  Réponse avec citation
Vieux 09/04/2008, 23h05   #11
GTalbot
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

On 8 mar, 12:58, "Jonathan N. Little" <lws4...@central.net> wrote:

> A pain ain't it! As as MS keeps dragging behind like a uncooperative
> 2-year-old this is a web designer's reality. Recent reports I've read
> IE8 is that it will probably fall short again opposed to first blush...


Johnathan,

I think it would be more proper here to be nuanced and be more "wait-
and-see". You and I do not know how good/correct/compliant IE 8 final
will be. So far, Microsoft has created a brand new rendering engine
and many modules (eg inline module) have not been yet implemented but
will be implemented before IE 8 final is RTM. Solid facts we can be
sure of so far about IE 8:

- float model implementation has been corrected: there are still some
issues left
- adjoining margin collapsing has been fixed entirely
- z-index has been correctly implemented: there are still a few cases
left to fix
- the most glaring obvious bugs (1 crash and 3 hang bugs) have been
fixed
- people are filing bugs at connect

Lots of people complained about the above 5 items.

- there won't be any CSS 3 properties implemented (eg opacity, border-
radius), no SVG support. I personally do not see why many people are
upset with that. IE's proprietary filter: alpha(opacity=) should be
supported in IE 8 final.

If IE 8 beta 1 is a fair indication of what IE 8 final will be, then
IE 8 will reduce the gap between other better-web-standards-compliant
browsers like Firefox 3, Opera 9.50, Safari 3.1 and Konqueror 4.03.
There will be areas where IE 8 will be far behind like DOM 2 Events,
DOM 2 CSS.

"Our goal is to deliver complete, full CSS 2.1 support in the final
IE8 product."
Dean Hachamovitch, General Manager, Internet Explorer, March 5th 2008
http://blogs.msdn.com/ie/archive/200...available.aspx

"We want to make IE8's Standards mode much, much better than IE7's
Standards mode."
Dean Hachamovitch, March 3rd 2008
http://blogs.msdn.com/ie/archive/200...s-and-ie8.aspx

Microsoft has also commited itself on a number of issues like complete
DOM (1 or 2?) Core support. There will be a beta 2 release.
After a careful reading of their documentation, I believe DOM 2 Events
interface and DOM 2 Stylesheets interface won't be implemented..

Regards, Gérard
--
Internet Explorer 8 bugs
http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/
  Réponse avec citation
Vieux 10/04/2008, 02h06   #12
Jonathan N. Little
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS hack for IE8?

GTalbot wrote:
> On 8 mar, 12:58, "Jonathan N. Little" <lws4...@central.net> wrote:
>
>> A pain ain't it! As as MS keeps dragging behind like a uncooperative
>> 2-year-old this is a web designer's reality. Recent reports I've read
>> IE8 is that it will probably fall short again opposed to first blush...

>
> Johnathan,
>
> I think it would be more proper here to be nuanced and be more "wait-
> and-see". You and I do not know how good/correct/compliant IE 8 final
> will be. So far, Microsoft has created a brand new rendering engine
> and many modules (eg inline module) have not been yet implemented but
> will be implemented before IE 8 final is RTM. Solid facts we can be
> sure of so far about IE 8:
>


Hmm call me a cynic, but it would be nice if it comes true. Where did
they get the rendering engine from?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h37.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,79294 seconds with 20 queries