CSS and FF3 problem...

  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2194
  • Loc: Canada
  • Status: Offline

Post August 22nd, 2008, 8:20 pm

Anybody know how to make the vertical scroll bar always appear in FF3?
I've tried min-height, overflow: -moz-scrollbars-vertical, height 100.1%, margins with a maxed height, but none seem to work in FF3. I'm trying to prevent the horizontal shift between pages with not enough content and pages with, so anything you have that doesn't require large amounts of scripts would be great!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 22nd, 2008, 8:20 pm

  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post August 23rd, 2008, 1:26 am

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1

Code: [ Select ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title>Title</title>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <style type="text/css">
    body
    {
        overflow-y: scroll;
    }
    </style>
</head>
<body>
    <div>Stuff</div>
</body>
</html>
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.     <title>Title</title>
  5.     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  6.     <meta http-equiv="Content-Style-Type" content="text/css" />
  7.     <style type="text/css">
  8.     body
  9.     {
  10.         overflow-y: scroll;
  11.     }
  12.     </style>
  13. </head>
  14. <body>
  15.     <div>Stuff</div>
  16. </body>
  17. </html>
Strong with this one, the sudo is.
  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2194
  • Loc: Canada
  • Status: Offline

Post August 23rd, 2008, 8:35 am

Tried that too. Doesn't work.
  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2194
  • Loc: Canada
  • Status: Offline

Post August 23rd, 2008, 8:36 am

I'm beginning to wonder if I have something configured in my usercss file...

edit - so lack of sleep led me to try 6 different vertical scrollbar methods, all of which I was convinced didn't work. Turns out the page was caching the css - hard refresh ftw!
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post August 23rd, 2008, 8:47 am

Post your user-agent string.

//Edit -- Doh, missed your edit, nevermind.
Strong with this one, the sudo is.
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8211
  • Loc: USA
  • Status: Offline

Post August 23rd, 2008, 7:21 pm

joebert wrote:
//Edit -- Doh, missed your edit, nevermind.

That's why I make my edits red


@neksus: I've done similar things :lol: Weird how things turn out to be.
"Bring forth therefore fruits meet for repentance:" Matthew 3:8

Post Information

  • Total Posts in this topic: 6 posts
  • Users browsing this forum: No registered users and 145 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.