473,516 Members | 3,399 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Display Problem in IE6 and IE7b2

.
I'm having a display issue with my page, http://www.Gatorgrad.com, in IE6
and IE7b2. I know it's not the browser of choice, but I think the majority
of windows users still use IE so I'd like to fix the problem.

The issue: When the content of one of my pages extends beyond the bottom of
the screen, IE places a scroll bar on the right side as it should. However,
it doesn't squeeze the content to make room for it. Instead, I get a scroll
bar at the bottom, allowing the viewer to scroll that little bit to the
right to see what that right scroll bar is covering.

This doesn't happen in Firefox. Is there a problem with my code? Can I add a
line of code for IE users to prevent that? I've tried limiting the width of
my content both in the html and the css with no success. I haven't seen this
problem on other sites so I imagine it's something wrong with my code.

If you have the time, please take a look at it and let me know if there is a
fix. Thanks so much

Jim W.
http://www.gatorgrad.com
Feb 7 '06 #1
7 1743
.. wrote:
I'm having a display issue with my page, http://www.Gatorgrad.com,
http://gatorgrad.home.att.net/
in IE6 and IE7b2. I know it's not the browser of choice, but I think
the majority of windows users still use IE so I'd like to fix the
problem.

The issue: When the content of one of my pages
Would this be one of the pages with the problem?
http://home.att.net/~gatorgrad/index2.html
extends beyond the bottom of the screen, IE places a scroll bar on the
right side as it should. However, it doesn't squeeze the content to
make room for it. Instead, I get a scroll bar at the bottom, allowing
the viewer to scroll that little bit to the right to see what that
right scroll bar is covering.


I'd say it is the table columns both set at 50% width. You're not taking
into account default margins. Try setting each to about 48% and see what
happens.

Your column of RSS is blank if JavaScript is disabled. :-(

--
-bts
-Warning: I brake for lawn deer
Feb 7 '06 #2
.
Thanks, I'll try the width suggestion. I didn't understand what you meant
about a "column of RSS" and Javascript being disabled. Did you mean you had
a problem with the RSS since your javascript is disabled? Do you know a fix
for that RSS/Java problem? I really appreciate your suggestions.

Jim W.
http://www.gatorgrad.com
Beauregard T. Shagnasty wrote:
. wrote:
I'm having a display issue with my page, http://www.Gatorgrad.com,


http://gatorgrad.home.att.net/
in IE6 and IE7b2. I know it's not the browser of choice, but I think
the majority of windows users still use IE so I'd like to fix the
problem.

The issue: When the content of one of my pages


Would this be one of the pages with the problem?
http://home.att.net/~gatorgrad/index2.html
extends beyond the bottom of the screen, IE places a scroll bar on
the right side as it should. However, it doesn't squeeze the content
to make room for it. Instead, I get a scroll bar at the bottom,
allowing the viewer to scroll that little bit to the right to see
what that right scroll bar is covering.


I'd say it is the table columns both set at 50% width. You're not
taking into account default margins. Try setting each to about 48%
and see what happens.

Your column of RSS is blank if JavaScript is disabled. :-(

Feb 7 '06 #3
.

The issue: When the content of one of my pages
extends beyond the bottom of the screen, IE places a scroll bar on
the right side as it should. However, it doesn't squeeze the content
to make room for it. Instead, I get a scroll bar at the bottom,
allowing the viewer to scroll that little bit to the right to see
what that right scroll bar is covering.
I'd say it is the table columns both set at 50% width. You're not
taking into account default margins. Try setting each to about 48%
and see what happens.


I tried the width, no difference. :(
Your column of RSS is blank if JavaScript is disabled. :-(

Feb 7 '06 #4
.. wrote:

Jim, please don't top-post.
Beauregard T. Shagnasty wrote:
. wrote:
I'm having a display issue with my page, http://www.Gatorgrad.com,
http://gatorgrad.home.att.net/
in IE6 and IE7b2. I know it's not the browser of choice, but I think
the majority of windows users still use IE so I'd like to fix the
problem.

The issue: When the content of one of my pages


Would this be one of the pages with the problem?
http://home.att.net/~gatorgrad/index2.html
extends beyond the bottom of the screen, IE places a scroll bar on
the right side as it should. However, it doesn't squeeze the content
to make room for it. Instead, I get a scroll bar at the bottom,
allowing the viewer to scroll that little bit to the right to see
what that right scroll bar is covering.


I'd say it is the table columns both set at 50% width. You're not
taking into account default margins. Try setting each to about 48%
and see what happens. Thanks, I'll try the width suggestion. [then,] I tried the width, no difference. :(
At this moment, I still see 50% on the page:
http://home.att.net/~gatorgrad/index2.html

What page have you changed? Specific att.net link to page, please, not a
frames link.

Your column of RSS is blank if JavaScript is disabled. :-(

I didn't understand what you meant about a "column of RSS" and
Javascript being disabled. Did you mean you had a problem with the RSS since your javascript is
disabled? Do you know a fix for that RSS/Java problem? I really
appreciate your suggestions.


In the page, JavaScript is used to write the HTML. Ex:

// Print out the table containing the headlines
document.writeln("<CENTER><TABLE BORDER="+cluster_border+"
BGCOLOR='#"+cluster_bgcolor+"' WIDTH='"+width+"' CELLPADDING=2
CELLSPACING=0>");
....etc

If I, or any other visitor, has JavaScript disabled for .. security
reasons .. annoyance factor .. stripped by corporate firewalls .. all
that is seen in your right-hand column is empty space.

Oh, if you weren't aware, JavaScript != Java
They are two entirely different animals.

--
-bts
-Warning: I brake for lawn deer
Feb 7 '06 #5
.
> Jim, please don't top-post.

I don't know what top posting is. I'm sorry if I'm not complying with all
the proper newsgroup etiquet yet. I'll work on that.
At this moment, I still see 50% on the page:
http://home.att.net/~gatorgrad/index2.html

What page have you changed? Specific att.net link to page, please, not a
frames link.
I changed the 50% to 45%, refreshed the page in IE and saw no effect so I
changed it back.
In the page, JavaScript is used to write the HTML. Ex:

// Print out the table containing the headlines
document.writeln("<CENTER><TABLE BORDER="+cluster_border+"
BGCOLOR='#"+cluster_bgcolor+"' WIDTH='"+width+"' CELLPADDING=2
CELLSPACING=0>");
...etc

If I, or any other visitor, has JavaScript disabled for .. security
reasons .. annoyance factor .. stripped by corporate firewalls .. all
that is seen in your right-hand column is empty space.

Oh, if you weren't aware, JavaScript != Java
They are two entirely different animals.


Sorry for referring to JavaScript as Java, I was going for brevity as I did
not know there was an important diference. The right column is java or
javascript generated by a service to provide updated links to current news
articles. That is not the source of this problem either.

Thanks to a comment you made I tracked the source of the problem to the code
provided by the domain forwarding service I use. If I use the actual
address of the content: http://gatorgrad.att.net/index2.html, I don't have
the scroll bar issue. But if I go to http://www.gatorgrad.com/index2.html
then I do have the problem. I'll need to work with the forward service on
that I suppose. Regardless of that, Firefox (or other browsers I've tried)
do not have that scroll bar issue regardless of the service's code. I think
it's a flaw that IE has this problem.

The code from the forwarding service is:

<HTML><HEAD>
<TITLE>www.Gatorgrad.com</TITLE>
<META NAME="description" CONTENT="Home of Gatorgrad. Computer help, security
tips, pictures, utilities, podcasts, and more">
<META NAME="keywords" CONTENT="Gatorgrad, Jim's Web Page, Tech, Security">
</HEAD>
<FRAMESET border=0 rows="100%,*" frameborder="no" marginleft=0 margintop=0
marginright=0 marginbottom=0>
<frame src="http://gatorgrad.home.att.net/index2.html" scrolling=auto
frameborder="no" border=0 noresize>
<frame topmargin="0" marginwidth=0 scrolling=no marginheight=0
frameborder="no" border=0 noresize>
</FRAMESET>
<NOFRAMES><BODY><P>
<BLOCKQUOTE>Home of Gatorgrad. Computer help, security tips, pictures,
utilities, podcasts, and more</BLOCKQUOTE><P>
<A HREF="http://gatorgrad.home.att.net/index2.html">Click here to go to
www.gatorgrad.com</A></BODY></NOFRAMES>
</HTML>Thanks again,Jim W.http://www.gatorgrad.com
Feb 7 '06 #6
.. wrote:
I'm having a display issue with my page, http://www.Gatorgrad.com, in IE

The issue: When the content of one of my pages extends beyond the bottom of
the screen, IE places a scroll bar on the right side as it should. However,
it doesn't squeeze the content to make room for it.


The code for the RSS feed is setting a nested table width to 350(px).
When the browser window is narrow enough, it will cause horizontal
scrolling of the right frame. Get rid of the fixed width if you want to
get rid of horizontal scrolling.

Better yet, get rid of the frames altogether. The subject of frames has
been done to death, but here are some relevant links
<URL:http://allmyfaqs.net/faq.pl?Problems_with_using_frames>
<URL:http://allmyfaqs.net/faq.pl?Include_one_file_in_another>

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Feb 8 '06 #7
.
kchayka wrote:
The code for the RSS feed is setting a nested table width to 350(px).
When the browser window is narrow enough, it will cause horizontal
scrolling of the right frame. Get rid of the fixed width if you want
to get rid of horizontal scrolling.

Better yet, get rid of the frames altogether. The subject of frames
has been done to death, but here are some relevant links
<URL:http://allmyfaqs.net/faq.pl?Problems_with_using_frames>
<URL:http://allmyfaqs.net/faq.pl?Include_one_file_in_another>


Thanks for the tip. However the nested table is not the cause as this same
problem occurs on other pages without nexted tables with fixed widths or any
tables for that matter. No matter how wide the window, the horizontal
scrollbar still appears.

I'm seriously looking into getting rid of the frames but I'm having issue
with how the left navbar displays using only CSS. I don't want the left nav
bar to scroll with the page, but if I make that div position fixed and the
viewers window is too small, it cuts off the navbar rather than allowing a
scroll bar as in frames. Also I'd have to add the code for the navbar to
each page on my site. If my host allowed PHP I could get around that issue
but no such luck. As out of fashion as frames may be, I'll probably stick
with that rather than shopping for a new host.

Jim W.
http://www.gatorgrad.com
Feb 8 '06 #8

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

Similar topics

3
2147
by: StepH | last post by:
Hi, I'm building a little application, which the goal is to: 1./ Collect data via Serial line and or via a file (for playback). 2./ Display these data as graph, oscilloscope, ... How manage this ? 1./ Is each "display" must responsible to acquire/read the data ?
1
2663
by: FrankBooth | last post by:
Hello, I have a list of names, and when I click ona name I want the extar info to show and then I want to clcik and hide it again. I have the following HTML which works perfectly if I use one construct, but if I use more that one it issues an object error which states that: ExpCollTxt_ctrl_ex.style is not an object. So the followin...
23
3124
by: Mat | last post by:
<div id="container"> <div id="main"> <div id="header"> <p class="Address">123 Fake Street, </p> <p class="City">Crazy City, </p> <p class="Province">Ontario </p> <p class="PostalCode">H0H 0H0</p> <p class="Telephone">Telephone: 555-1234 </p> <p class="Fax">Fax: 555-4321</p> </div>
3
10232
by: shreddie | last post by:
Could anyone assist with the following problem? I'm using JavaScript to hide/show table rows depending on the option selected in radio buttons. The script works fine in IE but in Firefox the hidden rows take up page space even though their content is not visible. I have extracted the necessary code as shown below: ...
1
3550
by: Tristan Miller | last post by:
Greetings. I am trying to write a function which toggles the display of a certain class of <div> elements in an HTML page. The CSS file initially sets some classes to "display: none", and others to "display: block". The problem I am encountering is that when the JavaScript interpreter starts up initially, all style.displays are null. ...
7
6049
by: Stefan Finzel | last post by:
Hi, is there a way to change the display property on Windows Mobile 2003 SE Mobile/Pocket Internet Explorer? See following example. Please note: visibilty property has the same problem. Is there any other way to display/undisplay parts of web pages? TIA
0
1886
by: Ferry Boender | last post by:
Hi, I'm relatively new to Xlib programming, and I ran into a little problem. I'm trying to insert keypress events into a X window. The following code works: --8<------------------------------------------------------------ #!/usr/bin/python
1
9011
by: RonY | last post by:
I have a dropdown which calls SetTimePeriod method on change the selection. In the JS function, I reset the field style.display based on what the selection is. This works fine with IE but not working with Firefox browser. The firefox browser has problem to display a field after its style.display is reset. At the end of the JS function, I...
15
3128
by: cssExp | last post by:
hello, Rather than going on a wild explanation on what's the the problem, it'll be much quicker and easier if i let you look at it yourself, so I'll post my page source (actual contents taken out, of course). <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
0
7574
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7136
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...
0
5712
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...
1
5106
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4769
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...
0
3265
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...
0
3252
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1620
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 we have to send another system
1
823
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.