Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Old 12-27-2003, 03:08 AM   #1 (permalink)
Junior Member
 
Join Date: 12-27-03
Location: Holland
Posts: 26
iTrader: 0 / 0%
Latest Blog:
None

dinus is liked by many
Send a message via MSN to dinus
Unwanted horizontal scrollbar

Hello,

I have this problem with a horizontal scrollbar on my page. Can anyone help me with this problem. My webpage is located at: Dinus at Planet.nl

Thanks,
Dinus.
dinus is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-27-2003, 07:29 AM   #2 (permalink)
Possible Terrorist
 
kwvarga's Avatar
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,504
iTrader: 0 / 0%
kwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web pro
Send a message via AIM to kwvarga
on whatever block element you have the part with the scroll bar do
style="overflow:hidden;"
so like
<p style="overflow:hidden;">
__________________
http://www.kylevarga.com - My blog.
kwvarga is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-27-2003, 11:16 AM   #3 (permalink)
v7n Mentor
 
Atom's Avatar
 
Join Date: 10-12-03
Location: Tennessee, USA
Posts: 32,621
iTrader: 0 / 0%
Latest Blog:
None

Atom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest order
Send a message via Yahoo to Atom
Nice little graphic there ...
Atom is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-28-2003, 05:21 AM   #4 (permalink)
Junior Member
 
Join Date: 12-27-03
Location: Holland
Posts: 26
iTrader: 0 / 0%
Latest Blog:
None

dinus is liked by many
Send a message via MSN to dinus
theSpear: I don't know where to put it. I have zipped my homepage. Can you look for me where to put the code? My zipped homepage is located here, http://home.planet.nl/~dinus/homepage.zip.

Atom: The big "Nice little graphic" is located here. Enjoy yourself (lol).

Thanks,
Dinus.
dinus is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-28-2003, 11:10 PM   #5 (permalink)
Senior Member
 
Join Date: 10-13-03
Posts: 220
iTrader: 0 / 0%
Latest Blog:
None

Distorted is on the right pathDistorted is on the right path
Try putting this in the iframe's css:

[code:1:0e28f743ed]
body {
margin: 0px;
}
[/code:1:0e28f743ed]

That might do it.

If it doesn't, then add this:

[code:1:0e28f743ed]
body {
overflow-x: hidden;
}
[/code:1:0e28f743ed]
Distorted is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-29-2003, 01:37 AM   #6 (permalink)
Junior Member
 
Join Date: 12-27-03
Location: Holland
Posts: 26
iTrader: 0 / 0%
Latest Blog:
None

dinus is liked by many
Send a message via MSN to dinus
The codes in the css didn't work. The mainFrame is not an iFrame.

In the index.htm stand for the left and right frames that they are a X size minus the 794px for the middle frames. There is no left-right scrollbar if you also cant scroll up an down. If the text in the mainframe is so long that there apears an up-down scrollbar, the left right scroll will also apear (beacouse the up-down scroll is taking some plase to and the mainFrame isn't 794px width anymore).

So, does anyone has any sugestion?

Thanks,
Dinus.

P.S. I's sorry that my english isn't correct.
dinus is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-30-2003, 02:59 AM   #7 (permalink)
Junior Member
 
Join Date: 12-27-03
Location: Holland
Posts: 26
iTrader: 0 / 0%
Latest Blog:
None

dinus is liked by many
Send a message via MSN to dinus
Is there nobody who can help me out?!?
dinus is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-30-2003, 03:29 PM   #8 (permalink)
Member
 
Join Date: 12-27-03
Location: Russia, Nizhny Novgorod
Posts: 104
iTrader: 0 / 0%
Latest Blog:
None

Vulko is liked by many
Send a message via ICQ to Vulko
LOL!!!

The variant with hidding scroll bar is very funny.

I can make it with table, not frames.
Vulko is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-03-2004, 06:22 AM   #9 (permalink)
Junior Member
 
Join Date: 12-27-03
Location: Holland
Posts: 26
iTrader: 0 / 0%
Latest Blog:
None

dinus is liked by many
Send a message via MSN to dinus
I did it! I did it! I just had to put SCROLLING="YES" in the index.htm.
So like:
[code:1:7b8421a861]<frame src="home/home.htm" name="mainFrame" scrolling="Yes">[/code:1:7b8421a861]
I found the solution on the index.htm of a game site.
dinus is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-03-2004, 07:00 AM   #10 (permalink)
Member
 
Join Date: 12-27-03
Location: Russia, Nizhny Novgorod
Posts: 104
iTrader: 0 / 0%
Latest Blog:
None

Vulko is liked by many
Send a message via ICQ to Vulko
I think it's better to use tables or layers (div), but not frames!
Vulko is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-03-2004, 01:29 PM   #11 (permalink)
v7n Mentor
 
Atom's Avatar
 
Join Date: 10-12-03
Location: Tennessee, USA
Posts: 32,621
iTrader: 0 / 0%
Latest Blog:
None

Atom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest orderAtom is a web professional of the highest order
Send a message via Yahoo to Atom
Quote:
Originally Posted by dinus
I did it! I did it! I just had to put SCROLLING="YES" in the index.htm.
So like:
[code:1:827bb63989]<frame src="home/home.htm" name="mainFrame" scrolling="Yes">[/code:1:827bb63989]
I found the solution on the index.htm of a game site.
good going ...
Atom is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-03-2004, 11:40 PM   #12 (permalink)
Junior Member
 
Join Date: 01-02-04
Location: Maryland
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

livetoserve is liked by many
iFrames are death on SEO... What's the point of using an iFrame if you're going to use the overflow property in CSS... seems a bit redundant.

A visitor coming to your site through a search engine like google or whatever can get stuck in an iFrame and not be able to get to any other part of your site... So if you insist on using iFrames.. be sure that there's links to other parts of the site within the frames to prevent this.
livetoserve is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Centering Horizontal CSS Menu thecoolkid Coding Forum 13 08-30-2007 10:59 PM
difference in IE and FF with horizontal navigation sachi Web Design Lobby 0 10-11-2006 11:08 PM
Vertical vs. Horizontal Marketing mighty Marketing Forum 2 02-26-2004 08:41 AM
javascript code for unwanted horizontal scrollbar dinus Coding Forum 1 01-09-2004 12:31 PM
unwanted scrollbar problem kelly001 Web Design Lobby 13 10-24-2003 04:55 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 03:18 AM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.