473,465 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Scrolling Navbar problems with Opera

I'm in the process of changing from a framed to non-framed web. My test site
is:
http://www.writeonwhidbey.org/_priva...sitestBOB.html

The scrolling navbar, that stays fixed at the top of the page when you
scroll down, works for all browsers that I've tried except Opera. (I'm using
Opera 7.54).

This nav bar is included in every file with SSI.

The key code is:

<style type="text/css"><!--
#moveNav { position: absolute; left: 0px; top: 0px; }
body > div#moveNav { position: fixed; }
--></style>

<!--[if gte IE 5.5]>
<style type="text/css">
div#moveNav {
left: expression( ( ( ignoreMe2 = document.documentElement.scrollLeft ?
document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( ( ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
</style>
<![endif]-->

<div id="moveNav">
<div class="center">
<img border="0" src="/images/Logos%20and%20buttons/Medium%20Logo.jpg"
width="122" height="140" alt="WIWA Logo" />
etc.
...
...

I got the idea for this code from
http://www.howtocreate.co.uk/fixedPosition.html On this site, the technique
works in Opera, but he's not using the DOCTYPE that I am.

Has anyone found a solution for fixed position nav bars, using SSI?

TIA
Jul 21 '05 #1
1 2638
"Bob Richardson" <bobr at whidbey dot com> wrote:
http://www.writeonwhidbey.org/_priva...sitestBOB.html

The scrolling navbar, that stays fixed at the top of the page when you
scroll down, works for all browsers that I've tried except Opera. (I'm using
Opera 7.54).


http://validator.w3.org/check?uri=ht...sitestBOB.html

--
Spartanicus
Jul 21 '05 #2

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

Similar topics

7
by: Pete | last post by:
I'm working (playing) on a mouse following script. Yes, the sort no one likes but I'm having great fun tinkering with it - sad. Anyway, if there's enough page content to cause scrolling and I...
3
by: David | last post by:
I made a navbar where the buttons light up when the user moves over them. The only problem was in IE the buttons only light up when hovering over the text. This was not a problem in opera!...
7
by: Roger Withnell | last post by:
www.brilley.co.uk/testMenusMac.asp demonstrates the problem. It works in IBM-IE5 but two problems in Mac-IE5 (I've positioned the popup menus on the page to observe the problem). The popup menus...
44
by: Jim M | last post by:
I have had great success with using <iframe> with overflow-y set to auto. I can get a similar look with the <iframe> tag. BUT... In all cases I need to have fixed heights. Is there a way to...
3
by: Gianni Rondinini | last post by:
i'm talking about this page: http://www.elleen.net/yanny/prova.html colours are awful, but they're there just to realize where divs begin and end. in firefox it works pretty good --well, at least...
5
by: bwucke | last post by:
Is there any way to scroll textarea (to the bottom row) from Javascript in Opera? The textarea.scrollTop=textarea.scrollHeight+textarea.scrollTop; approach doesn't work, and there's so many...
2
by: larzeb2000 | last post by:
I made a vertical navbar using a background image for the buttons. When I tested under FF or Opera, it looks fine, with the buttons touching vertically. However, in IE6 the buttons are spaced apart...
3
by: Justin England | last post by:
Background: I am working for a client putting a textbook online. The layout of the textbook is straight forward and is easy enough to style with <h?>, <p>, <uland <oltags. The text book also...
2
by: dartanian | last post by:
I have a fluid horizontal navbar on my website which is formatted using floats and percentage widths to make it fluid. This looks great in WinXP Firefox, Opera, and even IE6. Safari and IE7 render...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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,...
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...

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.