473,721 Members | 2,220 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CSS problems with Safari and IE5

I'm desperately trying to get my site finished against the clock. It
looks great in FF, Opera and IE6 but falls apart in IE5 and Safari. I
HAVE to have it ok for IE5.x. Has anyone got any suggestions? Can
anyone help?
www.hyperion-interactive.com/test

(There's a Flash sniffer first)

Thanks in advance to anyone that has any pointers.
Chris

Jul 21 '05 #1
2 4078
"Chris" <ch**********@h otmail.com> wrote:
I'm desperately trying to get my site finished against the clock. It
looks great in FF, Opera and IE6 but falls apart in IE5 and Safari.
What are the actual problems? I can see that the menus are screwed but
is there anything else?
I
HAVE to have it ok for IE5.x. Has anyone got any suggestions? Can
anyone help?
www.hyperion-interactive.com/test

(There's a Flash sniffer first)


So the real URL is
http://www.hyperion-interactive.com/test/index02.html

A page that talks about the DDA but which is inaccessible to users who
do not have both JavaScript and Flash? Presumably
http://www.hyperion-interactive.com/test/noflash.html will be
rewritten to present a full alternative site before launch? Or will
you drop the sniff and just let all users see the main site, after all
the Flash doesn't do much - just one animation and three links. A
fallback containing an image and three HTML links should be included
as content for the <object> element.

I see that only two of the three links in the Flash are duplicated in
the HTML but with different link texts, whilst the third link only
exists in the Flash. Oh no, the third link is there but drops down
behind another element if my font size is larger than yours.

Anyway, start by fixing the errors:
http://validator.w3.org/check?uri=ht...t/index02.html
http://jigsaw.w3.org/css-validator/v...1&profile=css2

Then look up the IE5 box model and realise that under that buggy model
#menu_top {
width:270px;
padding-left:515px;/* Top Menu Left Position */
}
means that the room left for the content of that element is 270-515= -
245px which isn't very much at all. Your other problems are probably
similar.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 21 '05 #2
Steve Pugh wrote:
"Chris" <ch**********@h otmail.com> wrote:
I'm desperately trying to get my site finished against the clock. It
looks great in FF, Opera and IE6 but falls apart in IE5 and Safari.
What are the actual problems? I can see that the menus are screwed

but is there anything else?
Menus are the worst (and vital) problem - other "problems" with
elements not apprearing where I'd expect etc. Still
tackling/documenting across browsers
I
HAVE to have it ok for IE5.x. Has anyone got any suggestions? Can
anyone help?
www.hyperion-interactive.com/test

(There's a Flash sniffer first)
So the real URL is
http://www.hyperion-interactive.com/test/index02.html

A page that talks about the DDA but which is inaccessible to users

who do not have both JavaScript and Flash? Presumably
http://www.hyperion-interactive.com/test/noflash.html will be
rewritten to present a full alternative site before launch?
Absolutely - final noflash will present link back to flash site (in
event sniffer fails) link to macromedia and link to alternative (no
flash) content - there will be other small flash enhancements
throughout site. I agree that the Flash here is essentially decorative.
Although I belong to the whole "only use Flash when necessary and then
with caution" group, many clients want it so better for me to show some
flash. I was planning to put an alternative (D?)HTML panel in with no
JS - css rollovers only, and yes page content put in now before
alternative - still testing :-)

Or will you drop the sniff and just let all users see the main site, after all the Flash doesn't do much - just one animation and three links. A
fallback containing an image and three HTML links should be included
as content for the <object> element.
Not sure how to do this best - was considering mirroring site with no
flash at all rather than fallback in this page. Thoughts?
I see that only two of the three links in the Flash are duplicated in
the HTML but with different link texts, whilst the third link only
exists in the Flash. Oh no, the third link is there but drops down
behind another element if my font size is larger than yours.
Yeah, the nav is screwed if enlarged. My pre css method would have been
to make this graphics so it can't be resized but this offers less
accessability. Suggestions appreciated! I've thought long and hard
about the detrimental usability aspect of having different "prompters"
pointing to same content. My argument would be that this method draws
the user into the site - my main objective. The breadcrumb nav should
provide more than adequate user-orientation.
Anyway, start by fixing the errors:
http://validator.w3.org/check?uri=ht...t/index02.html http://jigsaw.w3.org/css-validator/v...1&profile=css2
Then look up the IE5 box model and realise that under that buggy model #menu_top {
width:270px;
padding-left:515px;/* Top Menu Left Position */
}
means that the room left for the content of that element is 270-515= - 245px which isn't very much at all. Your other problems are probably
similar.
Will do - where do you look up?
Steve
Thanks for your feedback Steve, I appreciate you taking the time to
look through the site. I'd be interested in your thoughts on whether
IE5 compatibility is essential. My findings are that many smaller
companies are still using this and various 5.x versions. I'd welcome
your comments on main nav too - how you would stop the moving when
resized problem. Thanks again.
Cheers, chris
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>


Jul 21 '05 #3

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

Similar topics

0
2095
by: Jerome Lefebvre | last post by:
Hello, Hope this will interest a few. I been working with a friend on the problems given out during the "International Collegiate Programming Contest" (ICPC) http://icpc.baylor.edu/icpc/ . Started out just trying to find the solutions and then moving on, to "aggressively" trying to find the best solution for each problems. First started to work on the problems using C++ and then moved on to using Python, mostly since it was much easier...
2
2963
by: Ian Beer | last post by:
I am told by a couple of Mac users that a site I am building does not display properly under either IE or Safari, they no not seem to agree however exactly what the display problems are. CSS (& XHTML) are both standard compliant and the site displays as intended under Firefox and IE 5+ onward on a PC. Could anyone with a Mac take a look at http:/www.woodchester.ruthani.co.uk and tell me what the display problems are and whether they...
4
1520
by: dpomt | last post by:
Hello, I am using the ASP.NET menu control and I have two issues when the page containing the menu is displayed in Safari on Mac OS X: 1) The menu is not dynamic. Why (it seems that Safari is treated as downlevel browser)? 2) I run into the "DynamicMenuStyle" bug (see http://weblogs.asp.net/dannychen/archive/2005/11/21/431121.aspx) Any ideas when this bug will be fixed?
21
2499
by: Doug Lerner | last post by:
I'm working on a client/server app that seems to work fine in OS Firefox and Windows IE and Firefox. However, in OS X Safari, although the UI/communications themselves work fine, if the characters getting sent back and forth are in Japanese they come back from the server "moji bake" (corrupted). Anybody have any ideas why this might work differently in Safari than in Firefox or IE?
1
6107
by: mike.thirlwell | last post by:
Hi there, I've created the following demo to illustrate a problem I've been having with Safari (2.0.3 in my case) firing onmouseout events when the onmouseover event should be being triggered. Is this a well documented bug and, if so, what are the workarounds? Demo here: http://www.cbjdigital.com/test.htm Source:
2
17077
by: cbjewelz | last post by:
Hey all. So I'm having problems with cross browser alignments. I'm looking at Safari and Mozilla Firefox. I develop in Safari and so it looks perfect there however in Firefox my vertical alignments and div widths are off. It's as if firefox has a different definition of a pixel than safari. Here is the url: http://theprize.chemouni.com/testing.php. When you select the Option from the pull down, the first part of the form appears. Then when...
1
1714
by: qwertq | last post by:
Having a bit of a problem with safri caching the document.form.elements dom array. two problems i am running into is when i remove a DIV from the page with javascript, the input elements contained within are not removed from the dom. also, when i use an ajax library dragable sorting to reorder items on the page, the dom array is not reordered as well. is there a way to force safari to recreate the document.form.elements array, or...
2
1920
by: ipy2006 | last post by:
Only in Safari browser the current year shows as 1970. Also "Non digits found in year" is triggered in the Safari broswer. Please help. Thanks, Yasaswi function verifyYear( field ) { var _x = field.value; var _exp = new RegExp(/^\d+$/);
4
3096
Yanskopolis
by: Yanskopolis | last post by:
Hi, I'm having some problems getting canvas vector images to render properly in Safari. I've googled a bit and Safari 1.3+ does support the canvas tag, so I'm not sure why it's not working (it works fine in FF2 & Opera 9). Here's the test page: http://lazydragon.dreamhosters.com/canvas-test3.html I've basically just copied & pasted the example from the mozilla documentation page:...
0
8840
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
8730
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
9064
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6669
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
5981
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
4484
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...
1
3189
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
2576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2130
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.