473,467 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Safari and Opera Support

Hi,

Can somebody with a mac please check if my website style sheet works
reasonably well in Safari, and possibly suggest a fix for any problems?
I tried the iCapture website to get a screen shot, but it seems to be
down.

Site: http://www.lachy.id.au/
Stylesheet: http://www.lachy.id.au/lib/style/basic/coolblue

I've got it working perfectly in Mozilla. IE, and any other UAs that
don't support application/xhtml+xml are intentionally being served
unstyled content.

It works ok in Opera, but something strange is happening with the
navigation menu. There seems to be some extra margins or padding being
applied, which gradually increases for each subsequent item. I may be
able to work that out when I have time, but if anyone can find a fix for
Opera, then that would be greatly appreciated also.

--
Lachlan Hunt
http://www.lachy.id.au/

Please direct all spam to ab***@127.0.0.1
Thank you.
Jul 20 '05 #1
5 2052
In article <vQ*******************@news-server.bigpond.net.au>,
Lachlan Hunt <la**********@lachy.id.au.invalid> wrote:
Hi,

Can somebody with a mac please check if my website style sheet works
reasonably well in Safari, and possibly suggest a fix for any problems?
I tried the iCapture website to get a screen shot, but it seems to be
down.

Site: http://www.lachy.id.au/
Stylesheet: http://www.lachy.id.au/lib/style/basic/coolblue

I've got it working perfectly in Mozilla. IE, and any other UAs that
don't support application/xhtml+xml are intentionally being served
unstyled content.

It works ok in Opera, but something strange is happening with the
navigation menu. There seems to be some extra margins or padding being
applied, which gradually increases for each subsequent item. I may be
able to work that out when I have time, but if anyone can find a fix for
Opera, then that would be greatly appreciated also.


Mac OS 10.3.4 --
Mozilla based browsers (Camino, Mozilla, Firefox) all display page with
style sheet working. In Safari, IE, and iCab, the page is served as
unstyled content.

--
Matt Broughton
Only relatives are absolute.
Jul 20 '05 #2
Matt Broughton wrote:
Mac OS 10.3.4 --
Mozilla based browsers (Camino, Mozilla, Firefox) all display page with
style sheet working. In Safari, IE, and iCab, the page is served as
unstyled content.


That seems strange, I thought Safari supported application/xhtml+xml?
At the moment, it's just set up with Apache's MultiViews, and there's an
index.html (unstyled HTML 4.01) and index.xhtml (styled XHTML 1.1).
Does Safari send a lower q value for XHTML, than it does for HTML, or
does anyone know why else this could occur?

I will eventually be setting this up dynamically, rather than having
2 seperate files, but I have to learn how first. Anyway, here's the 2
static files currently being served:
http://www.lachy.id.au/index.html (html 4.01)
http://www.lachy.id.au/index.xhtml (xhtml 1.1)

--
Lachlan Hunt
http://www.lachy.id.au/

Please direct all spam to ab***@127.0.0.1
Thank you.
Jul 20 '05 #3
Lachlan Hunt wrote:
Does Safari send a lower q value for XHTML, than it does for HTML, or
does anyone know why else this could occur?


If it does not send q values and there is no other means of determining
priority, Apache uses filename alphabetical order, so it will serve the
..html in preference to the .xhtml.
See my (now out-of-date for my site) information at:

http://tranchant.plus.com/notes/multiviews

--
Mark.
Jul 20 '05 #4
On Thu, 29 Jul 2004 14:28:43 GMT, Lachlan Hunt
<la**********@lachy.id.au.invalid> wrote:
It works ok in Opera, but something strange is happening with the
navigation menu. There seems to be some extra margins or padding being
applied, which gradually increases for each subsequent item. I may be
able to work that out when I have time, but if anyone can find a fix for
Opera, then that would be greatly appreciated also.


If by "works ok in Opera", you mean that Opera users will get an unstyled
page, then you're absolutely correct.

Sue "using MacOpera. version 7.54" Sims
Jul 20 '05 #5
On Fri, 30 Jul 2004 03:30:09 GMT, Lachlan Hunt
<la**********@lachy.id.au.invalid> wrote:
Matt Broughton wrote:
Mac OS 10.3.4 --
Mozilla based browsers (Camino, Mozilla, Firefox) all display page with
style sheet working. In Safari, IE, and iCab, the page is served as
unstyled content.


That seems strange, I thought Safari supported application/xhtml+xml? At
the moment, it's just set up with Apache's MultiViews, and there's an
index.html (unstyled HTML 4.01) and index.xhtml (styled XHTML 1.1). Does
Safari send a lower q value for XHTML, than it does for HTML, or does
anyone know why else this could occur?

I will eventually be setting this up dynamically, rather than having
2 seperate files, but I have to learn how first. Anyway, here's the 2
static files currently being served:
http://www.lachy.id.au/index.html (html 4.01)
http://www.lachy.id.au/index.xhtml (xhtml 1.1)

A problem is that you are serving .html to Opera when you should serve
..xtml, I believe. When loading http://www.lachy.id.au/ in Opera 7.23 (PC)
I get the .html which has no stylesheet in the head. When loading
http://www.lachy.id.au/index.xhtml expressly, it works fine and renders
appropriately.
Jul 20 '05 #6

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

Similar topics

0
by: The Master | last post by:
Ok I went through and deleted code until I discovered the culprit. I then went back to my original style sheet and removed the CSS declaration that caused the floating to brake in safari 1.2. Once...
2
by: Marcia Gulesian | last post by:
How can I determine the version of Safari (for example, 1.0.2 or 1.2.2) that's downloaded a document?
34
by: Simon Wigzell | last post by:
document...focus() will scroll the form to move the specified text field into view on everything I have tried it with except Safari on the MAC. The form doesn't move. Any work around? Thanks.
6
by: raknin | last post by:
I am creating a dynamic list on the server using php file,when I run the PHP script in all 4 browsers (IE 6, Firefox 2, opera and safari 3) every think go Ok and the list is created. but when I call...
3
by: Brad | last post by:
I have an aspx page that is sending pdf files to client browsers: it uses a filestream to read the pdf file and response.binarywrite to send content to the browser. This has worked great for years...
0
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...
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
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...
1
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
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...
0
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...
0
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 ...

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.