unwanted horizontal scroll

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



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 28th, 2007, 17:10
Up'n'Coming Member
Join Date: Sep 2007
Location: Canterbury
Age: 31
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
unwanted horizontal scroll

I have a problem with a horizontal scroll bar appearing that doesn't have the blue scroll tab thingy cos the page isn't wide enough to need horizontal scrolling. It doesn't show up in IE but it does appear in Firefox. How can I get rid of the pesky thing?
If you want to see what I'm talking about go to http://www.mykl.org.uk/ and click on one of the links. Remember, it doesn't appear in IE4.
Reply With Quote

  #2 (permalink)  
Old Sep 28th, 2007, 17:12
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,769
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: unwanted horizontal scroll

this is a CSS question.
and you use IE4?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #3 (permalink)  
Old Sep 28th, 2007, 17:13
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unwanted horizontal scroll

Quote:
Originally Posted by mykl View Post
Remember, it doesn't appear in IE4.
Good Lord ... who still uses IE4 ... I hope that was a typo

I don't see a problem with your site in FF ... can you take a screenshot maybe?

Last edited by karinne; Sep 28th, 2007 at 17:22.
Reply With Quote
  #4 (permalink)  
Old Sep 28th, 2007, 17:18
Up'n'Coming Member
Join Date: Sep 2007
Location: Canterbury
Age: 31
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unwanted horizontal scroll

I have no idea how to do screen shots. Do I need a special program? I mostly use FF, the IE4 is a relic! Never got around to upgrading...
Reply With Quote
  #5 (permalink)  
Old Sep 28th, 2007, 17:21
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,769
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: unwanted horizontal scroll

you really shouldn't be using frames!
Nor tables!
very bad!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #6 (permalink)  
Old Sep 28th, 2007, 17:23
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unwanted horizontal scroll

Quote:
Originally Posted by mykl View Post
I have no idea how to do screen shots. Do I need a special program?.
Screengrab is great little extension for FF
Reply With Quote
  #7 (permalink)  
Old Sep 28th, 2007, 17:25
Up'n'Coming Member
Join Date: Sep 2007
Location: Canterbury
Age: 31
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unwanted horizontal scroll

I LIKE frames AND tables! They do what I want. CSS means you need to update a million navigation bars if you add a page!
Reply With Quote
  #8 (permalink)  
Old Sep 28th, 2007, 17:30
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unwanted horizontal scroll

Far from it

Resources for learning how to use CSS for layout
Reply With Quote
  #9 (permalink)  
Old Sep 28th, 2007, 17:30
Up'n'Coming Member
Join Date: Sep 2007
Location: Canterbury
Age: 31
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unwanted horizontal scroll

Ok, i've got screengrap and i've saved a screen shot. How do I put it here?
Reply With Quote
  #10 (permalink)  
Old Sep 28th, 2007, 17:39
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,769
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: unwanted horizontal scroll

I seriously recommend you don't continue with tables and frames.
there are too many bad reasons to list.
Search engines will hate it.
readers will hate it
and you will eventually

but to answer your question
when posting a reply, click add an attachment and browse to the screenshot
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #11 (permalink)  
Old Sep 28th, 2007, 17:54
AdRock's Avatar
SuperMember

SuperMember
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to AdRock
Re: unwanted horizontal scroll

Quote:
Originally Posted by mykl View Post
I LIKE frames AND tables! They do what I want. CSS means you need to update a million navigation bars if you add a page!
Why don't you create a template for the index page, and use php to include the content. That means you don't have to duplicate page content as the only thing that changes is the content
Reply With Quote
  #12 (permalink)  
Old Sep 30th, 2007, 02:05
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,769
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: unwanted horizontal scroll

Why not to use frames:

Quote:
1. Indexing programs (search engines such as AltaVista, Harvest, and
InfoSeek) do not automatically index the content of frames.

2. Bookmarks don't work as expected; you can bookmark the top-level
(frameset) page, but not necessarily what's displayed on your screen.

3. What you see on screen and what gets printed are usually not the
same.

4. Frames are harder to code, with syntax that includes frameset tags
and target windows. Pages with frames are also harder to maintain. For
instance, the number of files to track for each page with frames is the
number of windows plus the frameset page (usually 3-4 pages).

6. A few browsers can't deal with frames (e.g., some AOL versions,
lynx).

7. Netscape 2.x doesn't supply "back" navigation with frames.

8. When frames are nested within frames, text can become unreadable.

9. Frames can be coded to open a new, external window. Most systems take
quite a while to open a new window, and some viewers find this "feature"
annoying.

10. If you want to check the source code of a frame, you have to open at
least two documents.

Why not to use tables:
http://davespicks.com/essays/notables.html
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
Reply

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
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
Page creates horizontal scroll bar in IE leebridgewater Web Page Design 1 Mar 5th, 2006 09:23


All times are GMT. The time now is 04:12.


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