Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 04-03-2008, 06:59 PM Miss Scroll Bar
Junior Talker

Posts: 1
Trades: 0
O.k. I'm the epitome of a noob. I got a free website template that uses CSS script to put together a website for my wife's art. I'm trying to do the gallery page and for some reason the scroll bar is missing. What's unique about this page compared to the rest is I was trying to embed Simple Viewer (Flash) but it also has a java script file.(http://www.airtightinteractive.com/photos/). Could the .js and .css file be causing a conflict? Here's the site http://www.modernoabstracto.com/gallery/ i put a link on the bottom of the page so you can tab down. Any ideas?
lrweeks1120 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-03-2008, 08:11 PM Re: Miss Scroll Bar
Defies a Status

Posts: 3,420
Trades: 0
OK in your code on line 45, you have this:

html {
height: 500;
overflow: hidden;
}

Remove the "overflow:hidden;" bit and it should work fine. I'm not sure why it was there anyway.

Basically, take that out so it looks like this:

Quote:
html {
height: 500;
}
It should work now. "overflow: hidden", does as it says - hiding any of the overflowing content from displaying in the browser, so while the content is still there, most people won't be able to view it because the scroll bar has disappeared.

Dan

Last edited by CSS4Life; 04-03-2008 at 08:12 PM..
CSS4Life is offline
Reply With Quote
View Public Profile
 
Old 04-04-2008, 03:49 AM Re: Miss Scroll Bar
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
500 what?

any specified value ( other than 0 ) needs the units specifying as well.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Miss Scroll Bar
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18361 seconds with 12 queries