Page creates horizontal scroll bar in IE

This is a discussion on "Page creates horizontal scroll bar in IE" within the Web Page Design section. This forum, and the thread "Page creates horizontal scroll bar in IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack (1) Thread Tools
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old Jun 30th, 2005, 13:39
New Member
Join Date: Jun 2005
Location: Warwickshire
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to leebridgewater
Page creates horizontal scroll bar in IE

Hi, first post so hope that I get it right! lol.

I am having major headaches over a site Im desiging for our company.

The site is split into 3 frames due to our online ordering facility which is managed by a seperate company, anyway, the main frames content appears to create a horizontal scroll bar in Internet explorer, and I have been pulling my hair out trying to fix it!!

Strange however, is that the page works with No problem in Firefox!

Any help really appreciated.

http://www.jadecomputers.co.uk/2005/frameset.htm
Reply With Quote

  #2 (permalink)  
Old Mar 5th, 2006, 09:23
Junior Member
Join Date: Jan 2006
Location: Leeuwarden, NL
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Re: Page creates horizontal scroll bar in IE

Hello RR,
I have been looking to the problem in your frames, and I think I have found a solution not to have a horizontal scroll bar. I'll give you the edited edition of your frames:
HTML: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>JADE OFFICE SUPPLIES | WARWICKSHIRE | 01926 499 507</title>
</head>
<frameset rows="140,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="heading.htm" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frameset rows="*" cols="130,*" framespacing="0" frameborder="no" border="0">
<frame src="navigation.htm" name="leftFrame" scrolling="No"noresize="noresize" id="leftFrame" />
<frame src="welcome.htm" scrolling="yes" name="mainFrame"  noresize="noresize" id="mainFrame" />
</frameset>
</frameset>
<noframes><body>
<table width="100%" >
<tr>
<td align="center"><img src="images/logo.gif" width="135" height="113" /></td>
</tr>
<tr>
<td align="center"><div align="center">
<p><strong>This web site uses frames. To view our site please upgrade your browser.</strong></p>
<p>Jade Office Supplies, 52 Market Place, Warwick. CV34 4SD</p>
<p>Telephone: 01926 499 445 for further information.  </p>
</div></td>
</tr>
</table>
</body></noframes>
</html>
Welcome.htm with scrolling="yes"
I hope this works.
Greetz, AJ
Reply With Quote
Reply

Tags
page, creates, horizontal, scroll, bar

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.webforumz.com/web-page-design/2551-page-creates-horizontal-scroll-bar-in.htm
Posted By For Type Date
flash html text scroll horizontal This thread Refback Oct 31st, 2006 15:03

Similar Threads
Thread Thread Starter Forum Replies Last Post
unwanted horizontal scroll mykl Web Page Design 11 Sep 30th, 2007 02:05
horizontal scroll html saltedm8 Web Page Design 2 Sep 12th, 2007 04:56
vertical but no horizontal scroll bar.. word wrap nate2099 Web Page Design 1 Jul 17th, 2007 12:20
CSS - Horizontal Scroll Bar Start Position???? jez Web Page Design 0 Jul 14th, 2007 09:05
IFrame left horizontal scrollbar and top horizontal scroll bar jadeite100 Web Page Design 6 May 29th, 2007 09:45


All times are GMT. The time now is 08:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43