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

Posts: 1
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
 
When You Register, These Ads Go Away!
     
Old 04-03-2008, 07:11 PM Re: Miss Scroll Bar
whym's Avatar
Putting food on my family

Latest Blog Post:
Hardware orchestra
Posts: 3,371
Name: Daniel
Location: A sleepy town in Mid Wales
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
__________________
Whym Web Design | Whym hosting | My blog

30% discount for life on any hosting package - enter "30PC" at signup

Last edited by whym : 04-03-2008 at 07:12 PM.
whym is offline
Reply With Quote
View Public Profile Visit whym's homepage!
 
Old 04-04-2008, 02:49 AM Re: Miss Scroll Bar
chrishirst's Avatar
Super Moderator

Posts: 11,452
Location: Blackpool. UK
500 what?

any specified value ( other than 0 ) needs the units specifying as well.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Miss 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

vB 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.12143 seconds with 13 queries