473,396 Members | 2,018 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,396 software developers and data experts.

Opera Broke My Page!

It would appear that Opera 7.54 for the Mac doesn't like my layout.
Since I've added a search box to the page, it has taken all my
navigation links and bunched them together. Works fine in all the other
browsers I've tested it on. Why would things go so astray in Opera?

-Fleemo

Jul 21 '05 #1
4 1616
In article <11**********************@o13g2000cwo.googlegroups .com>,
fl******@comcast.net wrote:
It would appear that Opera 7.54 for the Mac doesn't like my layout.
Since I've added a search box to the page, it has taken all my
navigation links and bunched them together. Works fine in all the other
browsers I've tested it on. Why would things go so astray in Opera?

-Fleemo


I've had significant problems with layout on Opera. To the point that I
finally said I couldn't support my site on it. Then I started using CSS
and when stayed within the bounds of CSS1, the pages still came out
rendering diffently than on all the other MacOS browsers. So, I just
added an extra Opera CSS and use it to tweak presentation on that
browser. This approach seems to work OK.

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 21 '05 #2
Thanks for the input Michael.

My title was a bit tongue-in-cheek, as I'm sure it's far more a fault
of my coding than Opera's rendering ability. But I will agree that
it's a bit more frustrating of a browser to work with than most others.
When you provided the extra Opera CSS, did you present it as a link on
the page leading to an alternate style sheet, or did you use some other
method?

And I guess it would help a little to list the URL of the page Opera's
rendering strangely: http://www.sunriveronline.org/misc/clrn

-Fleemo

Jul 21 '05 #3
fleem...@comcast.net wrote:
And I guess it would help a little to list the URL of the page Opera's rendering strangely: http://www.sunriveronline.org/misc/clrn


Opera 7 (not just the Mac version) had some problems with floats inside
positioned elements. It seems to be fixed in Opera 8.

I would strongly suggest not absolutely positioning the nav bar.
There's no real need to do so and by not doing so you reduce the
chances of part of the navbar vanishing behind the search box when
users of any browser increase the font size (or simpler have a larger
default font size than you anticipated).

Steve

Jul 21 '05 #4
In article <11**********************@z14g2000cwz.googlegroups .com>,
fl******@comcast.net wrote:
Thanks for the input Michael.

My title was a bit tongue-in-cheek, as I'm sure it's far more a fault
of my coding than Opera's rendering ability. But I will agree that
it's a bit more frustrating of a browser to work with than most others.
When you provided the extra Opera CSS, did you present it as a link on
the page leading to an alternate style sheet, or did you use some other
method?

And I guess it would help a little to list the URL of the page Opera's
rendering strangely: http://www.sunriveronline.org/misc/clrn

-Fleemo


<style type='text/css'>
<!--
@import url("/lib/main.css");
@import url("/lib/main-op.css");
-->
</style>

since the page is generated from php, the server can detect which
browser is requesting the page, so it can add the customized tweeks for
each browser. I test on all the major MacOS browsers (Safari, IE 5.2,
Netscape 7, Mozilla, Camino, & Firefox) but not iCab (it's just plain
broken). On XP, I test IE and Firefox.

I'm trying to get away from embedding rendering instructions in the
actual html (e.g. specifying <h2 align=center>) unless I have to.
Rather, I use CSS1. That's been mostly compatible. The caveat that
Opera 7 doesn't do well with floats and absolute positioning is useful
to know. I haven't gotten that far in my CSS conversion efforts.
[Thanks Steve]

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 21 '05 #5

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

Similar topics

6
by: Anthony Williams | last post by:
Hi, I have a web page that works fine in Opera 7 and other modern browsers (IE6, Mozilla 1.4, NS7.1, etc.), but not in Opera 5. I know which style properties to set for Opera 5 to make it work,...
13
by: TheKeith | last post by:
Is it just me or does opera and ie not render the float style properly? IE does a sucky job at it, but opera makes a total mess; Mozilla/Firefox renders it correctly however. I'm just trying to be...
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...
5
by: PhilM | last post by:
I am attempting to have a floating image below page content, but above <body> In order to get this to work with mozilla+opera, am I required to have all page content set at z-index>(some...
21
by: Alok | last post by:
While posting a comment on http://www.reddit.com I got an error page with the following curious statement on it. "reddit broke (sorry)" "looks like we shouldn't have stopped using lisp..." ...
2
by: Hymer | last post by:
Hello, I have a footer at the end of each article in my blog at http://www.usernomics.com/news/user-interface-design-news.html . The footer looks perfect in IE but has smaller text in Firefox...
1
by: mark4asp | last post by:
I moved a page to another web-site and now it's broke! I had 5 pages in their own web-site. These pages have now been moved to another web-site. Everything is fine except that one of the pages,...
41
by: amygdala | last post by:
Hello all, I have posted a similar question in comp.lang.php in the past, but haven't had any response to it then. I kinda swept the problem under the rug since then. But I would really like to...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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...
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,...

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.