473,805 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

scroll bar moves left and right while navigating

Hello,

I'm going crazy with this bug. If someone could give me a hint. In IE
http://acheval.privatedns.com/new/cssbug.asp has a crazy scroll bar
that goes left and right while navigating through the navigation pages
at the bottom.

It does not happen if the page is shorter and has no image. As soon as
I put images in the css tables ( loop ) in the middle and ask for more
than 10 rows, it goes weird.

is there any attribute to replace the scrollbar to the 100% width ?

thank you

May 21 '06 #1
2 2237
__/ [ cs****@hotmail. fr ] on Sunday 21 May 2006 00:45 \__

You also posted this to alt.html (as well as
comp.infosystem s.www.authoring.stylesheets). How come?
Hello,

I'm going crazy with this bug. If someone could give me a hint. In IE
http://acheval.privatedns.com/new/cssbug.asp has a crazy scroll bar
that goes left and right while navigating through the navigation pages
at the bottom.

I believe that the Internet Explorer team has set up a Bugzilla clone for
bugs to be reported by the public. IE is a buggy browser. Don't wrestle with
it. It wastes your time.

It does not happen if the page is shorter and has no image. As soon as
I put images in the css tables ( loop ) in the middle and ask for more
than 10 rows, it goes weird.

is there any attribute to replace the scrollbar to the 100% width ?

I believe there is some 'magic method' for making the scrollbars disappear in
IE (as disturbing as the user may find it, change of colour likewise). You
can use it as a workaround. CSS can achieve this as well, I suspect, but
interoperabilit y is compromised.

Best wishes,

Roy
May 22 '06 #2

Roy Schestowitz wrote:
__/ [ cs****@hotmail. fr ] on Sunday 21 May 2006 00:45 \__

You also posted this to alt.html (as well as
comp.infosystem s.www.authoring.stylesheets). How come?
Hello,

I'm going crazy with this bug. If someone could give me a hint. In IE
http://acheval.privatedns.com/new/cssbug.asp has a crazy scroll bar
that goes left and right while navigating through the navigation pages
at the bottom.

I believe that the Internet Explorer team has set up a Bugzilla clone for
bugs to be reported by the public. IE is a buggy browser. Don't wrestle with
it. It wastes your time.

It does not happen if the page is shorter and has no image. As soon as
I put images in the css tables ( loop ) in the middle and ask for more
than 10 rows, it goes weird.

is there any attribute to replace the scrollbar to the 100% width ?

I believe there is some 'magic method' for making the scrollbars disappear in
IE (as disturbing as the user may find it, change of colour likewise). You
can use it as a workaround. CSS can achieve this as well, I suspect, but
interoperabilit y is compromised.

Best wishes,

Roy


Thank you for your answer Roy, It's appreciated.
I have installed Ie7 beta and this bug disapeared. So I guess I'll just
have to make a different style sheet with no position fixed for <= IE6

Regards.

May 22 '06 #3

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

Similar topics

4
134396
by: justdummy | last post by:
Hi, I am struggling with a problem for sometimes. I need to display a table in a html and if the height of the table goes beyond 200 px then a vertical scrollbar should alone appear without any horizontal scroll bar. If the height of the table is less than 200 px then no scroll bars should appear. Here is the html below. I tried to wrap the table around a <div> tag but its doesn't work out as the scroll bar appear close to the scroll bar...
1
2241
by: Tamir Kamara | last post by:
Hi, I have a page with several server controls (textboxes, datagrid, ...) which are positioned absolutely from the right of the page (like RIGHT: 25px; POSITION: absolute;). that works well if the page has or doesn't have a scrollbar in any case (always). but when the page could have a vertical scrollbar (meaning that sometimes it appears and sometimes doesn't) the page control's moves to the right when the scrollbar appears as if the...
0
1475
by: Martin Eyles | last post by:
I want to make a pop-up window with a scroll-bar, which a user can select a value with, and send it back to server. this server will then send back a new page containing that value. Also, opening the window again, the scrollbar would still be in that position. To make this clearer, the sequence I am thinking of is this:- 1. user clicks "enter value" button in main window 2. new window with scroll bar opens 3. user moves scroll-bar to...
7
5115
by: J-T | last post by:
My website is fine when it is viewed in 1280 by 1024 pixel ,but in smaller resulotions there is a horizontal scrollbar down the page.How can I set it to be viewed the same for all resulotions? Thanks
0
1149
by: Nathan Carroll | last post by:
I have the code below working fairly well. It is a little jumpy on movement at times. When repositioning scroll and navigating records. Any guidance on this? Enum ScrollAction As Integer Down = 1 Up = 2 Add = 3 Delete = 4 NewRec = 5
69
13498
by: RC | last post by:
I know how to do this in JavaScript by window.open("newFile.html", "newTarget", "scrollbars=no,resizable=0,width=200,height=200"); The browser will open a new window size 200x200, not allow resize and no auto horizontal, vertical scrolling bars. I am wonder can I do the similar inside a HTML file like
18
3838
by: Bert | last post by:
This is a past question from a programming competition. On a chess board (8 squares by 8 squares), there's is a knight sitting on b1 (2 from the left of the bottom row). To cut the crap, find out how a knight moves yourself, if you don't already know. The knight is given 3 moves and programmers have to produce the output of all possible positions the knight can be at in 3 moves (where none of these final positions could also be...
3
2604
by: PrabodhanP | last post by:
I have CSS based mouseover scrolling for divContent embeded in my webpage.It works fine in IE,but not working in mozilla-FF. It is located at the location.. http://www.integrityads.net/fashions/collection.htm Also it is not resolution compatible,i.e. alignment totally messed up when i increased the resolution.Please suggest. Code is as follows:- <HTML><HEAD> <meta http-equiv="Content-Language" content="en-us"> <TITLE>Collections</TITLE>...
0
9596
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
10613
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...
1
10368
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,...
0
10107
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...
0
9186
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6876
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
5544
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
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3846
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.