473,408 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

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.
Mar 6 '08 #1
6 11929
On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
<la********@gmail.comwrote:
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
Mar 6 '08 #2
On Mar 6, 11:01*am, "Rik Wasmus" <luiheidsgoe...@hotmail.comwrote:
Don't try to fix that yet.
Thanks, I'll wait for RCs then.
Mar 6 '08 #3
Rik Wasmus wrote:
On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
<la********@gmail.comwrote:
>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.
Mar 8 '08 #4
On 2008-03-08, Harlan Messinger <hm*******************@comcast.netwrote:
Rik Wasmus wrote:
>On Thu, 06 Mar 2008 14:20:36 +0100, Charles A. Landemaine
<la********@gmail.comwrote:
>>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?
Mar 8 '08 #5
On 8 mar, 12:58, "Jonathan N. Little" <lws4...@central.netwrote:
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/
Jun 27 '08 #6
GTalbot wrote:
On 8 mar, 12:58, "Jonathan N. Little" <lws4...@central.netwrote:
>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
Jun 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Haines Brown | last post by:
I thought I had understood this issue and implemented a work around, but now when I check on IE5, it is not working: ... #IE-hack { margin-left: auto; margin-right: auto; width: 20em;...
3
by: cr88192 | last post by:
for various reasons, I added an imo ugly hack to my xml parser. basically, I wanted the ability to have binary payload within the xml parse trees. this was partly because I came up with a binary...
11
by: Chris Beall | last post by:
Here's the problem: http://pages.prodigy.net/chris_beall/Demo/theproblem.html The page contains inline text, then some additional pairs of text which are floated right and left. (This is a...
2
by: Ing. Rajesh Kumar | last post by:
Hi everybody I have about 50 code behind *.vb files from which i have created a single *.dll file. This single *.dll file and all the *.aspx files i will put on a clients computer. So i just...
5
by: Nmx | last post by:
Hi everyone, I'm writing a patch to a search engine (aspseek http://www.aspseek.org/) compile under gcc 3.4.4 on FC3. At some point, I found this piece of code: -- // Dirty hack to avoid...
0
by: Xah Lee | last post by:
In this article, i explain how the use of bit masks is a hack in many imperative languages. Often, a function will need to take many True/False parameters. For example, suppose i have a function...
12
by: Ivo | last post by:
I am programming forum. Tech is ASP.NET, C# and SQL Server 2005. I want to see is my site safe, have I made some security problems. Can you try to hack my site untill 10-september-2007.:...
7
by: badc0de4 | last post by:
Is this a stupid hack or a clever hack? Is it a "hack" at all? ==================== #include <stdio.h> /* !!HACK!! */ /* no parenthesis on the #define'd expression */ #define...
11
by: howa | last post by:
... width:202px; *width:200px; ... The setting with * only can be read by IE, but I want to know... 1. What is the name of this hack? 2. Is all attribute can be combined with a star so only...
0
by: freehackers | last post by:
FreeHackers Group : Only 6 Steps to get cracked your target password 1- Fill in the E-Mail Cracking order form , to the best of your knowledge “contact us to freehackers.007gmail.com with...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.