473,394 Members | 1,746 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,394 software developers and data experts.

PNG IE5.5 & AlphaImageLoader

zorgi
431 Expert 256MB
Hello Everyone

Have a problem with AlphaImageLoader. This is portion of CSS that makes me pull my hair out (and there is not much left to pull any more anyway)

Basically I have a div that has transparent png as a background. This png should be repeated as the div grows but since I need transparency I must use AlphaImageLoader for older IE browsers. This is the code:

Expand|Select|Wrap|Line Numbers
  1. /*from ie_older.css*/
  2. #theDiv{
  3.     width: 950px;
  4.     height: auto !important;
  5.     height: 479px;    
  6.     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="project/view/images/img.png", sizingMethod="scale");
  7. }
  8.  
Works like a charm for IE6 but with IE5.5 crashes as soon as height is greater than given 479px and I can not keep it fixed height.... Any ideas/help much appreciated.

Thanks
Jun 29 '09 #1
5 2832
drhowarddrfine
7,435 Expert 4TB
Why are you setting height twice? auto and 479px?

I thought the two guys that were still using IE5.5 died.
Jun 29 '09 #2
zorgi
431 Expert 256MB
# height: auto !important;
# height: 479px;

is a hack for IE browsers. Its instead of min-height: 479px
Jun 29 '09 #3
zorgi
431 Expert 256MB
You are probably right about those two guys. The real question here probably is: "Do I still optimize for IE5?"
Jun 29 '09 #4
drhowarddrfine
7,435 Expert 4TB
I know people who don't even optimize for IE6 anymore. My contracts specify I only handle the current and previous major version numbers of browsers. So that means IE7 and IE8 only.

I am still offering to write code that supports IE6 but at a 30% price markup.
Jun 29 '09 #5
zorgi
431 Expert 256MB
@drhowarddrfine
I like that :)

Thanks
Jun 29 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: Collin VanDyck | last post by:
I have a basic understanding of this, so forgive me if I am overly simplistic in my explanation of my problem.. I am trying to get a Java/Xalan transform to pass through a numeric character...
1
by: DrTebi | last post by:
Hello, I have the following problem: I used to "encode" my email address within links, in order to avoid (most) email spiders. So I had a link like this: <a...
0
by: Thomas Scheffler | last post by:
Hi, I runned in trouble using XALAN for XSL-Transformation. The following snipplet show what I mean: <a href="http://blah.com/?test=test&amp;test2=test2">Test1&amp;</a> <a...
4
by: johkar | last post by:
When the output method is set to xml, even though I have CDATA around my JavaScript, the operaters of && and < are converted to XML character entities which causes errors in my JavaScript. I know...
8
by: Nathan Sokalski | last post by:
I add a JavaScript event handler to some of my Webcontrols using the Attributes.Add() method as follows: Dim jscode as String = "return (event.keyCode>=65&&event.keyCode<=90);"...
11
by: Jeremy | last post by:
How can one stop a browser from converting &amp; to & ? We have a textarea in our system wehre a user can type in some html code and have it saved to the database. When the data is retireved...
14
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only...
12
by: InvalidLastName | last post by:
We have been used XslTransform. .NET 1.1, for transform XML document, Dataset with xsl to HTML. Some of these html contents contain javascript and links. For example: // javascript if (a &gt; b)...
7
by: John Nagle | last post by:
I've been parsing existing HTML with BeautifulSoup, and occasionally hit content which has something like "Design & Advertising", that is, an "&" instead of an "&amp;". Is there some way I can get...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...

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.