473,657 Members | 2,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mac IE choking on site: why??

Hi guys,

http://www.corinneschippert.com

css: http://www.corinneschippert.com/corinne.css

Site (XHTML-Strict; validates) works on Mozilla, Win IE 6, but does not
display properly on Mac IE 5.2. Cannot, for the life of me, figure out
what the problem is.

Any ideas?

Thanks in advance,
Shaun

--
(Remove the capital Z from the address)
Jul 20 '05 #1
9 2161
Shaun Wolf Wortis wrote:
http://www.corinneschippert.com
Why have you specified a font-size that is significantly smaller than
what I find comfortable? FYI: I increased it back to what I wanted in
the first place -- you may insist on fighting with me over this, but
I'll always win because my browser lets me control such matters. After
getting it back to what I wanted in the first place, the grey text at
the top was partially covering the photo, providing poor contrast (grey
on grey), making it hard to read.

You also provide no way of figuring out what is a link and what isn't.
It's called "mystery meat" navigation. It might seem cool, but it is bad
for usability.

And what the friggin heck is with the popup on the "contact" page. There
is no reason for a popup. And there is *NO* reason to take away my
toolbars. Leave my ui alone, thank you. It was disorienting for me, and
I'm a power web surfer. Pity the poor amateur.
css: http://www.corinneschippert.com/corinne.css
Thank you for posting a link to the css. Thanks also for validating your
code before asking for help here. (I'm not all negative, you know.) :-)
Site (XHTML-Strict; validates)
HTML is more robust; in almost every case, it's a better choice.
works on Mozilla, Win IE 6, but does not display properly
What does that mean? "does not display properly" is not much better than
"is broke," and doesn't help me understand what you want.
on Mac IE 5.2.


I noticed you have an import statement.

@import url(corinne.css );

Note that IE/Mac is very particular about the syntax of such statements.
I don't have a Mac, so I cannot test what specifically works and what
doesn't. I can tell you that I tried things that conform to the spec,
but that didn't work. I now use this format:

@import "corinne.cs s";

It works on Mac IE.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #2
Op Tue, 04 May 2004 11:47:47 -0400, schreef Brian:
Shaun Wolf Wortis wrote:
http://www.corinneschippert.com


[cut: but I do like to control my own screen too...]
css: http://www.corinneschippert.com/corinne.css works on Mozilla, Win IE 6, but does not display properly
on Mac IE 5.2.


I noticed you have an import statement.

@import url(corinne.css );


I don't own a Mac either, and ran into the same problem a few days ago. I
wanted to use the @import statement to make NN 4.X ignore the CSS, but
then ran into the problem of Mac IE 5.2 ignoring the import of CSS. A
solution that was suggested "Conditiona l comments" goes this way:

<!--[if IE]>
<link rel="stylesheet " type="text/css" href="assets/css/iehack.css">
<![endif]-->

But uhu... Mac IE 5.2 doesn't support conditional comments. However, that
code does a good job for applying the IE-only CSS.

I'm trying this tonight:
http://www.premonition.co.uk/cssd/ie51-only.html

I'll let you know if it works...

grtz

Vincent

--
http://lilly.csoft.net/~vdebaere/
http://otlet.sourceforge.net/

Jul 20 '05 #3
In article <10************ *@corp.supernew s.com>,
Brian <us*****@juliet remblay.com.inv alid> wrote:

[Other stuff irrelevant to my question, but general answer is: a) it
looks good and I believe in sites that look good b) I make sites for
clients who sometimes have specific needs/desires -- in the case of
popups without toobars the photographer did not like the toolbar as it
was distracting. I agreed. This is a site after all about photographs..]
Site (XHTML-Strict; validates)


HTML is more robust; in almost every case, it's a better choice.


?
works on Mozilla, Win IE 6, but does not display properly


What does that mean? "does not display properly" is not much better than
"is broke," and doesn't help me understand what you want.


I guess the question is mostly for folks with a Mac as it's hard to
describe what's happening since I don't understand it.. On index.htm,
nothing but the main photo, the lower menu and the copyright info is
being displayed. The top menu, the tan-colored bars, and the Best of
Boston logo are gone -- likely behind the photo, although I don't know.
on Mac IE 5.2.


I noticed you have an import statement.

@import url(corinne.css );


Actually I use: @import "corinne.cs s";
Jul 20 '05 #4
On Tue, 04 May 2004 12:39:18 -0400, Shaun Wolf Wortis wrote:
...general answer is: a) it looks good...


To who? You?

Are you the only user of your site?
You may well be if you take that attitude.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 20 '05 #5
On Tue, 4 May 2004, Shaun Wolf Wortis wrote:
[Other stuff irrelevant to my question, but general answer is: a) it
looks good and I believe in sites that look good
If you're suggesting that "looks good" is somehow incompatible with
proper web site engineering, then you're going to find quite a number
of folks around here who know better. I happen to be pretty useless
in the visual design area, so I'm sadly unable to offer any convincing
demonstrations myself, but that doesn't mean I can't recognise them
when I see them designed by others.
b) I make sites for clients who sometimes have specific
needs/desires
Actually, in a WWW context you're supposed to be making sites for the
people who will use them, rather than for those narcissistic clients
who're only interested in admiring their own work.

I've seen lots of cases where the client stated a "need" or "desire"
which was sheer incompatible with the real-life properties of the WWW;
our job is to help them come to terms with the properties and demands
of the medium - to capitalise on its strengths, and to avoid battering
oneself senseless on its weaknesses.
-- in the case of popups without toobars the photographer did not
like the toolbar as it was distracting. I agreed.


Maybe you could have advised him/her how to reconfigure their own
browser.

Mine's configured to deny popup windows anyway. So if you're lucky,
you'll get your picture shown in the same browser window. If you're
unlucky, you'll get nothing more shown than a little browser popup
alert alongside the browser's status area, and I'll likely just go
somewhere else, while thinking "what an ill-mannered web site". Is
that how you seek to compliment your client's work in the WWW context?

But it's all IMHO and YMMV. I'm sure the web is big enough.
Jul 20 '05 #6
Shaun Wolf Wortis wrote:
Brian wrote:

[Other stuff irrelevant to my question,
Welcome to usenet.
a) it looks good and I believe in sites that look good b) I make
sites for clients who sometimes have specific needs/desires
[note to those just tuning in: this comment appears to be in reply to my
complaining that the site uses microfonts]

Quote from Alan Flavell:

<quote>
What the client wants, and what the WWW will do, are not necessarily
the same thing. It's our job as developers to resolve such
inconsistences ;-}
</quote>
in the case of popups without toobars the photographer did not
like the toolbar as it was distracting. I agreed.
Then turn off the toolbars in your browser. Leave them alone in others'
browsers.
This is a site after all about photographs..]
What does the subject of the site have to do with usability? Or
respecting the visitor?
Site (XHTML-Strict; validates)


HTML is more robust; in almost every case, it's a better choice.


?


Sorry, I cannot understand what the question mark by itself is meant to
convey. Was my wording unclear? Or do you want more information about
the problems of XHTML?
I guess the question is mostly for folks with a Mac as it's hard to
describe what's happening since I don't understand it..
Perhaps you could provide a screen shot?
On index.htm, nothing but the main photo, the lower menu and the
copyright info is being displayed. The top menu, the tan-colored
bars, and the Best of Boston logo are gone -- likely behind the
photo, although I don't know.


Also, on info.htm, the top menu is mostly behind the content div. Only 1
link works ("contact," I think it says). Using Mozilla 1.6/Win2k.

Getting back to the home page:
It's very complicated markup and css for a very simple layout. I suggest
simplifying it. Since the photo has a fixed width by nature, create a
single div, centered, with width 741 pixels. Inside that, you need <h1>
(you have no h1 on that page) with corrinne shippert photo, the image,
and a menu div (or ul), a copyright div, and the best of boston image,
which I'd put as a foreground instead of background image.

Text-align center for h1, grey on tan. Menu and copyright text-align
right. The only element on which I'd use position: absolute or relative
is the Best of Boston image. I'd leave everything else static, with
perhaps one exception: it might make sense to position: relative the
main div in order to position the Best of Boston image absolute.
you have an import statement @import url(corinne.css );


Actually I use: @import "corinne.cs s";


Mozilla Developer Toolbar lied to me. It reported a different syntax,
but looking at source, I see that you use the same syntax as I do.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #7
"Shaun Wolf Wortis" <so***@no-email.invalid> schrieb im Newsbeitrag
news:so******** *************** **@news.fas.har vard.edu...
Hi guys,

http://www.corinneschippert.com

css: http://www.corinneschippert.com/corinne.css

Site (XHTML-Strict; validates) works on Mozilla, Win IE 6, but does not
display properly on Mac IE 5.2. Cannot, for the life of me, figure out
what the problem is.

Any ideas?


You have absolute positioning and negative top values for your container
divs. With the absolute positioning you take them out of the code flow, also
out of the horizon div. Actually a browser who displays that the way you
want should be considered as broken, not Mac IE...

HTH
Markus
Jul 20 '05 #8
Shaun Wolf Wortis wrote:
Site (XHTML-Strict; validates) works on Mozilla, Win IE 6, but does not
display properly on Mac IE 5.2. Cannot, for the life of me, figure out
what the problem is.


I wouldn't worry about it too much, especially if it displays fine in
Safari. IE for MacOS is officially a dead (unmaintained) product.

--
Shawn K. Quinn
Jul 20 '05 #9
Shawn K. Quinn wrote:
I wouldn't worry about it too much, especially if it displays fine in
Safari. IE for MacOS is officially a dead (unmaintained) product.


....still used in offices where there are Macs. The upgrade from IE/Mac
to Safari will likely take as long as the upgrade from e.g. IE 5/Win to
IE6. Or NN4 to, well, pretty much anything is an upgrade from that
thing. ;-)

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #10

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

Similar topics

5
2962
by: Florent | last post by:
Hi, I run a few sites and I want to log in my main site database when/if there is a problem, (like a page not found or an unknown agent). But I don't want to give direct access to my database to the other sites, so how could I safely pass data, (without passwords), from one site to another? Thanks. Simon
10
3330
by: Thad | last post by:
Any javascript I could try on this? I've got a popup window on my site with the browser chrome removed. Another site's gone ahead and done a popup to my same .html page. The visitor to that site doesn't realize it unless he looks at the opener page's source code. I'm wondering if there's a javascript solution for this? I've tried using the window.opener.location.replace with the href being my absolute URL, and triggered by an onUnload...
6
2616
by: Jeremy S. | last post by:
Sorry if this is too far OT - I posted this in the IIS group and got no response - so here goes: What would be a good or recommended way to make a Web site in IIS6 inaccessible to users on the Internet. My situation is that I will periodically update a ASP.NET Web application. While I am making the update (which will take only a couple of minutes, max) and subsequently checking that everything works as planned after the update (which may...
6
3619
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a list of all of my webs, however if I attempt to open a site under and web other than localhost I receive the message: "Unable to open the Web 'http://localhost/anywebappname'. The Web 'http://localhost/anywebappname' does not exist" Obviously...
0
1568
by: HackingPSP | last post by:
I saw a lot of requests for a program like this, so I wrote it. Yeah, my site has "PSP software by Auri" but in this case it means "Pretty Sweet Programming" :) There's both a VS2005 add-in and a standalone app (separate downloads, you don't need both). This is my second developer utility this year - my first being the Lorem Ipsum generator from a few weeks back. Download and get more info on WebPrecompiler at...
20
4255
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site is structured as an upside-down tree, and (if I remember correctly) never more than 4 levels. The site basically grew (like the creeping black blob) ... all the pages were created in Notepad over the last
3
2402
by: DBLWizard | last post by:
Howdy All, Is it possible to have Visual Studio 2005 create a project form an existing hosted website? In other words I want to be able connect via ftp to my website structure and have it pull down all the files and create a local project from it? I know things like DreamWeaver will do this ... and I have been poking around VS 2005 and haven't seen anything that jumps out at me.
16
2498
by: Ben Sehara | last post by:
Is there any way I can limit the access to my website? I have a site "A" and I want to allow access to it only from site "B" login user. If someone try to access site "A" directory, I want it redirected to site "B" for login. After login at site "B", you see the link to site"A". When you click it, you see login page for site "A". Is it possible? Thanks.
3
4106
by: John Kotuby | last post by:
Hi all, Within an IFRAME of a standard site constructed of mostly static HTM type pages, I am calling up one page from a large ASP.NET 3.5 site. I have precompiled the ASP.NET site and published. "Allow precompiled site to be updateable" is NOT checked. "Enable strong naming on precompiled assemblies" is NOT checked. However, "Use fixed naming and single page assemblies" IS checked. I did with the idea that if I call a single page from...
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8823
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...
0
8730
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
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
6163
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
5632
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
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1950
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.