473,804 Members | 3,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mac IE not displaying background-image

Hi,

I have launched my new website and having viewing it on the Mac
Internet Explorer, have found that it isnt displaying my
background-image property. Is this a common bug / occurance? How are
background-image properties displayed on the Mac IE?

Cheers

Burnsy

PS. Im not too sure what version of IE it is but Im guessing its 5.x
(but that is a guess based on the age of the OS). Being a Windows user
I dont know how to find out the version on that the Mac

Jun 20 '06 #1
4 2472
Gazing into my crystal ball I observed bi******@yahoo. co.uk writing in
news:11******** *************@u 72g2000cwu.goog legroups.com:
Hi,

I have launched my new website and having viewing it on the Mac
Internet Explorer, have found that it isnt displaying my
background-image property. Is this a common bug / occurance? How are
background-image properties displayed on the Mac IE?

Cheers

Burnsy

PS. Im not too sure what version of IE it is but Im guessing its 5.x
(but that is a guess based on the age of the OS). Being a Windows user
I dont know how to find out the version on that the Mac


A URL would be helpful.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Jun 20 '06 #2
bi******@yahoo. co.uk wrote:
I have launched my new website and having viewing it on the Mac
Internet Explorer, have found that it isnt displaying my
background-image property.


You didn't provide a URL, but a known bug in IE/Mac is that it doesn't
support single quoted URLs.

url(this.jpeg) is fine
url("this.jpeg" ) is fine
url('this.jpeg' ) will break in IE/Mac (although is fine by the spec)

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jun 20 '06 #3
In article <11************ *********@u72g2 000cwu.googlegr oups.com>,
bi******@yahoo. co.uk wrote:
I have launched my new website and having viewing it on the Mac
Internet Explorer, have found that it isnt displaying my
background-image property. Is this a common bug / occurance? How are
background-image properties displayed on the Mac IE?


The Macintosh version of IE is now rather dated. It has not been the
default web browser on Macintosh for a number of years. It has not been
even included in the Macintosh software for several years. Microsoft
have not updated it in even longer. It is not available on the Microsoft
site.

If your web pages validate, and the display problem turns out to be
something very easy to fix like the quoted name of the image, it would
be nice to see it fixed. However that browser is now used by a small and
shrinking number of users.

Perhaps if you give a URL to your site, someone in these groups could
make better suggestions?

--
http://www.ericlindsay.com
Jun 21 '06 #4
bi******@yahoo. co.uk wrote:
I have launched my new website and having viewing it on the Mac
Internet Explorer, have found that it isnt displaying my
background-image property. Is this a common bug / occurance?


It was the best of browsers, it was the worst of browsers....

Mac IE is completely obsolete and pretty much dead and buried now.
Don't waste time trying to fix for it or you can waste a _lot_ of
effort on an evil piece of junk that no-one has used for a long time.

When it first released it was hailed as a good browser, because of its
advanced level of support for CSS features that few other browsers of
its day had implemented. The downside of it is that it has always been
buggy, particularly for parsing the input documents. In general it
_can_ work and demonstrate a feature, but it's fussy about the precise
syntax used. In practice it's unreliable and minor matters like the
amount of whitespace, or the type of quote character used, can cause it
to ignore sections of the document (even though these are perfectly
valid variations).

Validate your documents first, then make sure that teh syntax you've
used is the simplest permitted by the spec. Hack around with different
quote chars (or none ?) in the CSS url() statement. I can't remember
exactly what Mac IE wants, but it's likely one of those.

Jun 21 '06 #5

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

Similar topics

4
2759
by: Stephen | last post by:
I have an xml document with a xsl stylesheet. It will display the styles in explorer, but not in netscape 7.1 <?xml version="1.0" standalone="no"?> <!DOCTYPE home SYSTEM "A:\xmlproject\home.dtd"> <?xml-stylesheet type="text/xsl" href="A:\xmlproject\home.xsl"?> Any ideas why?
2
1377
by: Rose | last post by:
Hi all, I'm a newbie to C# and .NET, so please be gentle! My limited background is in VBScript,ASP, and Access dbs. I need to retrieve data from a SQL server db (8.0) to be displayed in a table format on a web page. I also need to do some major calculations with the numbers from the DB, and insert them into the table. ie, if (field = something) then display a row of calculated values.
1
1384
by: Piotrek Stachowicz | last post by:
Hi there, I'd like to display list of items in my form. Each item has 3 properties i.e. description , picture (1 of 3 kinds), and url. I want to display it in nice way, e.g. every second row should have different background, additionaly I'd like the background to change (3rd color) when mouse is hovering over the row. Moreover I'd like to support drag 'n' drop on each item. User cannot change anything on the list.
7
2484
by: ChrisUttenreither | last post by:
Hello folks. I'm writing a Roguelike game in C#. Fun stuff. The game includes a map that is made entirely of colored ASCII art in a monospace font. I would like to make this map a control in the main form. My first attempt was with RichTextBox. I wanted to set the background to black. After cruising newsgroups I determined that wasn't possible. My second attempt involves an AxSHDocVw.AxWebBrowser control. I got this by adding...
2
4738
by: jabberwhocky | last post by:
I have designed a website in IE which works perfectly, the problem is that when I look at it in the latest version of Mozilla/Firefox 2.0 the Table Background colour is not displayed, but only the overall page background colour of black. The problem is now is that I cannot see any of the links or page content. I have tried setting the bgcolour in the TD, TR and Table tags. The website is www.justasiam.com.au. Please help??? I am a...
5
3211
by: BA | last post by:
Hi there I am trying to write an "application" in Access 2000, that displays a front end and allows the user to interact with the database without seeing Access loaded, in the background, nor on the taskbar. When I click on the generate report button, from the front-end's form, no report/query is displayed. However, if i disable the code that "hides" Access, the reports and queries work perfectly. How do I get this functionality...
2
2652
by: pammyspammy | last post by:
Hi - Some background info: I'm helping to redesign an internal website at work, and I've decided to use CSS, though I don't really have any experience with it. I figure now's a good time to learn...and what I know right now, I've pretty much learned in the last week or two. At work, we have access to only two browsers, IE 6.0 and Firefox 2.0, so these are the only two browsers I can test the site in, and they're the only ones that...
2
3032
by: jakiti | last post by:
Hi I am quite new to CSS and I seem to be having problems lining up two of my <div>. They appear to look hunkey dorey in IE, but when I view them in firefox 1.0.7, the top two are out of whack. Please see link: http://www.jakitidesign.com/holderhighreunion/index.php Here is my very bodgy css code: body { font-family:Geneva, Arial, Helvetica, sans-serif; font-size:small; margin: 0;
1
1782
techtherapy
by: techtherapy | last post by:
Hi guys and gals, This is a mootools js question, for any of those familiar with it. I'm using the accordion on this page: http://admire.previsuals.com/productions/index.php/resources.php Now when I test across browsers the only issue I have is when testing in ie6, the background color for the very first element is not displaying. The colors for the type display fine, just the bg thats the issue. I'm sure this is something...
7
6676
by: RichB | last post by:
I am trying to get to grips with the asp.net ajaxcontrol toolkit, and am trying to add a tabbed control to the page. I have no problems within the aspx file, and can dynamically manipulate a tabcontainer which has 1 panel already, however I want to try create the TabPanels dynamically. I followed the advice here: http://www.asp.net/learn/ajax-videos/video-156.aspx (3rd comment - Joe Stagner)
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10580
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10323
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7621
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6854
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2993
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.