HighDots Forums  

CSS hack for IE8?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss CSS hack for IE8? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Charles A. Landemaine
 
Posts: n/a

Default CSS hack for IE8? - 03-06-2008 , 07:20 AM






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.

Reply With Quote
  #2  
Old   
C A Upsdell
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-06-2008 , 07:58 AM






Charles A. Landemaine wrote:
Quote:
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.


Reply With Quote
  #3  
Old   
Rik Wasmus
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-06-2008 , 08:01 AM



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

Quote:
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


Reply With Quote
  #4  
Old   
Charles A. Landemaine
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-06-2008 , 08:38 AM



On Mar 6, 10:58*am, C A Upsdell <cupsd... (AT) upsdell (DOT) invalid> wrote:
Quote:
Your URL just gives a directory listing. *I am assuming that you meant
inbox.html
Yes, sorry

Quote:
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.


Reply With Quote
  #5  
Old   
Charles A. Landemaine
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-06-2008 , 08:47 AM



On Mar 6, 11:01*am, "Rik Wasmus" <luiheidsgoe... (AT) hotmail (DOT) com> wrote:
Quote:
Don't try to fix that yet.
Thanks, I'll wait for RCs then.


Reply With Quote
  #6  
Old   
David Stone
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-06-2008 , 12:47 PM



In article
<7d364296-2f49-45a4-8a81-67a78f7aec40 (AT) 2g2000hsn (DOT) googlegroups.com>,
"Charles A. Landemaine" <landemaine (AT) gmail (DOT) com> wrote:

Quote:
On Mar 6, 10:58*am, C A Upsdell <cupsd... (AT) upsdell (DOT) 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.
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!


Reply With Quote
  #7  
Old   
Charles A. Landemaine
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-08-2008 , 06:19 AM



On Mar 6, 3:47*pm, David Stone <no.em... (AT) domain (DOT) invalid> wrote:
Quote:
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?


Reply With Quote
  #8  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-08-2008 , 08:12 AM



Rik Wasmus wrote:
Quote:
On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
landemaine (AT) gmail (DOT) 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.


Reply With Quote
  #9  
Old   
Ben C
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-08-2008 , 10:23 AM



On 2008-03-08, Harlan Messinger <hmessinger.removethis (AT) comcast (DOT) net> wrote:
Quote:
Rik Wasmus wrote:
On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
landemaine (AT) gmail (DOT) 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?


Reply With Quote
  #10  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: CSS hack for IE8? - 03-08-2008 , 10:58 AM



Charles A. Landemaine wrote:
Quote:
On Mar 6, 3:47 pm, David Stone <no.em... (AT) domain (DOT) 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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.