Reply
Miss Scroll Bar
Old 04-03-2008, 06: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, 08:11 PM Re: Miss Scroll Bar
whym's Avatar
Putting food on my family

Posts: 3,429
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 - article blog| Personal blog

I need your help - sponsor me!

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

Posts: 15,326
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 | Bits & Bobs
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


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


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

 


Page generated in 0.11763 seconds with 12 queries