473,385 Members | 1,564 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,385 software developers and data experts.

Strange Scroll Bars In Internet Explorer

Hi everyone,

I have been working on converting a site from a frames / tables layout
to a CSS based one.

I thought I had it all sorted, however I am getting some odd behaviour
in IE:

when I visit http://www.smanagement.co.uk/newsite/people.php?id=4 in
Internet Explorer a horizontal scroll bar appears for the window (I
expect one to appear in the middle of the page as I am using overflow:
auto for that div). However if I then refresh the page, or resize it
the scroll bar goes away. This doesn't happen in firefox and it seems
that it only happens in IE the first time.

Has anyone seen this before? It's really strange.

Many thanks in advance,

Lewis

Jun 8 '06 #1
7 3411
To further the education of mankind, le***********@googlemail.com
vouchsafed:
Hi everyone,

I have been working on converting a site from a frames / tables layout
to a CSS based one.

I thought I had it all sorted, however I am getting some odd behaviour
in IE:

when I visit http://www.smanagement.co.uk/newsite/people.php?id=4 in
Internet Explorer a horizontal scroll bar appears for the window (I
expect one to appear in the middle of the page as I am using overflow:
auto for that div). However if I then refresh the page, or resize it
the scroll bar goes away. This doesn't happen in firefox and it seems
that it only happens in IE the first time.

Has anyone seen this before? It's really strange.

Many thanks in advance,


I get a bunch of javascript errors when the page loads.

--
Neredbojias
Infinity has its limits.
Jun 9 '06 #2
Really? There is only one simple javascript function on the page..
Could you possibly send me the error and what browser you are using?

If anyone else can see the problem that I am having any help would
still be appreciated

Many thanks,

Lewis

Neredbojias wrote:
To further the education of mankind, le***********@googlemail.com
vouchsafed:
Hi everyone,

I have been working on converting a site from a frames / tables layout
to a CSS based one.

I thought I had it all sorted, however I am getting some odd behaviour
in IE:

when I visit http://www.smanagement.co.uk/newsite/people.php?id=4 in
Internet Explorer a horizontal scroll bar appears for the window (I
expect one to appear in the middle of the page as I am using overflow:
auto for that div). However if I then refresh the page, or resize it
the scroll bar goes away. This doesn't happen in firefox and it seems
that it only happens in IE the first time.

Has anyone seen this before? It's really strange.

Many thanks in advance,


I get a bunch of javascript errors when the page loads.

--
Neredbojias
Infinity has its limits.


Jun 9 '06 #3
Error: unterminated string literal
Source File: http://www.smanagement.co.uk/newsite/people.php?id=4
Line: 1, Column: 29
Source Code:
bigpic_win('image.php?id=99','Jaqueline
^

Jun 9 '06 #4
Thanks for that. What browser are you using there?

le***********@googlemail.com wrote:
Really? There is only one simple javascript function on the page..
Could you possibly send me the error and what browser you are using?

If anyone else can see the problem that I am having any help would
still be appreciated

Many thanks,

Lewis

Neredbojias wrote:
To further the education of mankind, le***********@googlemail.com
vouchsafed:
Hi everyone,

I have been working on converting a site from a frames / tables layout
to a CSS based one.

I thought I had it all sorted, however I am getting some odd behaviour
in IE:

when I visit http://www.smanagement.co.uk/newsite/people.php?id=4 in
Internet Explorer a horizontal scroll bar appears for the window (I
expect one to appear in the middle of the page as I am using overflow:
auto for that div). However if I then refresh the page, or resize it
the scroll bar goes away. This doesn't happen in firefox and it seems
that it only happens in IE the first time.

Has anyone seen this before? It's really strange.

Many thanks in advance,


I get a bunch of javascript errors when the page loads.

--
Neredbojias
Infinity has its limits.


Jun 9 '06 #5
That was Firefox, I see an equivalent error in IE6 too though. Looks
like you got some line breaks where you shouldn't.

le***********@googlemail.com wrote:
Thanks for that. What browser are you using there?

le***********@googlemail.com wrote:
Really? There is only one simple javascript function on the page..
Could you possibly send me the error and what browser you are using?
If anyone else can see the problem that I am having any help would
still be appreciated

Many thanks,

Lewis

Neredbojias wrote:
To further the education of mankind, le***********@googlemail.com
vouchsafed:

Hi everyone,

I have been working on converting a site from a frames / tables
layout to a CSS based one.

I thought I had it all sorted, however I am getting some odd
behaviour in IE:

when I visit http://www.smanagement.co.uk/newsite/people.php?id=4
in Internet Explorer a horizontal scroll bar appears for the
window (I expect one to appear in the middle of the page as I am
using overflow: auto for that div). However if I then refresh the page, or resize it the scroll bar goes away. This doesn't happen
in firefox and it seems that it only happens in IE the first time.
Has anyone seen this before? It's really strange.

Many thanks in advance,

I get a bunch of javascript errors when the page loads.

--
Neredbojias
Infinity has its limits.

Jun 9 '06 #6
To further the education of mankind, le***********@googlemail.com
vouchsafed:
Really? There is only one simple javascript function on the page..
Could you possibly send me the error and what browser you are using?

If anyone else can see the problem that I am having any help would
still be appreciated


The problem is probably that you are using xhtml with javascript comment
segmentors. Try removing the js and see if the ie scrollbar disappears.

--
Neredbojias
Infinity has its limits.
Jun 11 '06 #7
Hi Neredbojias

Thanks for all your help, really appreciated.

I've takent the following steps:

1) Moved the javascript function to an external file
2) Removed all javascript from the page, including the function calls

and the scroll bar still appears sometimes

http://www.smanagement.co.uk/newsite...=7&imagePage=3

Thanks in advance

Lewis

Neredbojias wrote:
To further the education of mankind, le***********@googlemail.com
vouchsafed:
Really? There is only one simple javascript function on the page..
Could you possibly send me the error and what browser you are using?

If anyone else can see the problem that I am having any help would
still be appreciated


The problem is probably that you are using xhtml with javascript comment
segmentors. Try removing the js and see if the ie scrollbar disappears.

--
Neredbojias
Infinity has its limits.


Jun 12 '06 #8

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

Similar topics

12
by: Arlie Rahn | last post by:
I would like to ad a custom scroll bar control to my app that has a customizable and "flat" look to it (not the normal VB look). Does anyone have any ideas on where to find a good one?
3
by: David Rwj Cherry CS2000 | last post by:
is there any way to disable or lock vertical scroll bars on a browser window? im a newbie and i just don't want them to appear on my screen. sometimes they appear on IE but not on mozilla. any...
2
by: usenet | last post by:
When I open a form design window in Access 2003 it *always* has scroll bars, this is even when the form itself is tiny. It's as if the 'page' on which the form is being designed is very large. ...
0
by: atarumorooka | last post by:
Hello, yes..it must be hard to try and help someone else coding but today is a full week of sadness and stress for IE CSS rendering and I need your help. Here you have a link that looks nice with...
3
by: zazu | last post by:
We have a database that can be accessed by a small number of users on a small network. The database is on the server. One form has a combo box with a large number of selections. Usually there is a...
4
by: Matthew Cox | last post by:
Hi, I've been searching the net all day today trying to figure out how one would accomplish what I originally thought would be a fairly straight forward and simple thing. The problem I'm trying...
1
by: David_from_Chicago | last post by:
I am developing an application in Access 2000 (A2K) which has multiple forms and subforms. Until now, all subforms displayed scroll bars properly (according to the subform's property setting). ...
2
by: mjeschk | last post by:
I'm writing a web page using Nvu. I have the page such that the content is centered, with a column of links and media on the left hand side. I want that column on the left to stay fixed, not...
6
by: bgold12 | last post by:
I was using quirks mode (without a doctype) and set the overflow CSS property to :auto for the body tag like so: <body style="overflow:auto"> And it worked; it got rid of IE's default scroll...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.