Website scrollbar diappeared

General questions relating to Joomla! 1.5 There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
Honeyb
Joomla! Apprentice
Joomla! Apprentice
Posts: 28
Joined: Thu Jul 23, 2009 12:51 pm

Website scrollbar diappeared

Post by Honeyb » Sun Oct 17, 2010 10:28 am

I can no longer scroll through the website the right scrollbar disappeared >:( :'(
http://www.blufinsushigp.com


Also I havent decided which is a better way for a flash intro. Using a lank template no modules and doing it through joomla or creating a html and placing on the root? Any ideas

User avatar
sone12
Joomla! Champion
Joomla! Champion
Posts: 5446
Joined: Wed Oct 11, 2006 1:12 pm
Location: Kristiansand, Norway
Contact:

Re: Website scrollbar diappeared

Post by sone12 » Sun Oct 17, 2010 11:30 am

Honeyb wrote:I can no longer scroll through the website the right scrollbar disappeared >:( :'(
In the template.css file for your template. Look up this css line

Code: Select all

 html {height: 100%;margin-bottom: 1px;} 
Change that to

Code: Select all

html {height: 100%;margin-bottom: 1px;overflow:auto;}
and see if that will give you the scrollbar back.
Kristian P. Granrud

Honeyb
Joomla! Apprentice
Joomla! Apprentice
Posts: 28
Joined: Thu Jul 23, 2009 12:51 pm

Re: Website scrollbar diappeared

Post by Honeyb » Sun Oct 17, 2010 1:13 pm

Thank you it worked!!

daywalker0028
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Tue Mar 30, 2010 12:13 am
Contact:

Re: Website scrollbar diappeared

Post by daywalker0028 » Wed Nov 17, 2010 9:08 am

that didn't help me. i searched for any semblance of the html tag and found none on my template.css file.

Anyone got any other suggestions?

ie is the only browser where the scroll bar is missing. it shows on firefox, chrome, safari.
Signature rules - Max 4 lines
Forum rules - no links to adult sites.


Locked

Return to “General Questions/New to Joomla! 1.5”