Horizontal scrolling (frameset prob.?) IE only

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Here's the link.

http://www.meganjack.com/uwcourses/template/

Problem occurs on the "Course Information" page and others that fill the screen horizontally. A horizontal scrollbar appears in IE but not in other browsers I've tested. It seems to be a frameset problem since it doesn't occur when the page is loaded outside of the frameset. I'm not all that expereinced with frames so I can't seem to figure out what attributes are supposed to be there.

(and yes, there is a good reason to use frames in the first place so don't nag me about that.)

dk01's picture

He has: 516 posts

Joined: Mar 2002

No scroll for me. Win98 - IE 5.0 - 1024x768
-dk

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Hmmm... Maybe it's just an IE 6 problem then...

Brooke's picture

She has: 681 posts

Joined: Feb 1999

I checked on iE 5.5 - no scrolling.
I checked 6.0 and I only get it if the window is too small (like usual).

Brooke

Busy's picture

He has: 6,151 posts

Joined: May 2001

fine with IE5 on 800x600, must just be IE6

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

it looks damn fine, btw. nice work!!

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

I get a horizontal scrollbar in IE6 when browser reduced to 800*600 but I can't see why

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

It's just on the Course Information page right now (click link on left side) - not the others (just to clarify...) The UW logo is being pushed off the edge of the screen. I'm even getting one at 1152x768 so it's independent of resolution.

Thanks for checking though Wink

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

Oh yeah, even at 1152*864 I get a horizontal scrollbar on that page! I really can't see why though Sad

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

I had a problem like this when using a where I needed a or something incredible daft like that. Had scrollbar (but no real scroll). Frustrating to find, I had to go through and turn off things in my CSS until I found it.

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Well, thanks for your help anyway.

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Very odd problem. Turned out that this line: <?xml version="1.0" encoding="iso-8859-1"?> somehow got put below the title tag in the header area. When it's moved back to the top, the problem is solved! Confused

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

Good for you Meg. Glad you found the culprit. But since you brought up the subject of <?xml version="1.0" encoding="iso-8859-1"?> exactly what is that? It automatically comes up in Dreamweaver when you open a new file but I have been deleting it because I wasn't sure what it was.

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

It is an identifier for xhtm (based on what version of xml)l, but it's optional, and sometimes throws php pages into a tizzy, and many people recommend not using it because of that.

Others choose to encode it so php doesn't screw up.

Technical explanation, eh?

dk01's picture

He has: 516 posts

Joined: Mar 2002

Yes simply echo'ing it in php will solve the problems it has in a php file. So:

<?php
echo('xml version=\"1.0\" encoding=\"iso-8859-1\"');
?>

I have seen this happen to people who do not use .php files also. If a host sets up the ability to use php inside html files (so .html & .htm files are parsed by the php engine) and people don't know about it, then their pages are all messed up. Something to look for if you are having a similar problem with html files. Wink
-dk

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.