horizontal scroll problem

  • Sumpson
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Feb 13, 2005
  • Posts: 12
  • Status: Offline

Post March 19th, 2006, 8:42 am

Hi there,

when vieuwing this website in Firefox: http://mma.rocmn.nl/~groep1_14 there is no horizontal scroll but when vieuwing it in IE there is, ofcourse there should be no horizontal scroll. Does anyone know how to fix this?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 19th, 2006, 8:42 am

  • katana
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 07, 2004
  • Posts: 2387
  • Loc: Edinburgh, Scotland
  • Status: Offline

Post March 19th, 2006, 4:18 pm

Looks exactly the same to me on both FF and IE.
Why do geeks get Halloween and Christmas confused?
Because 31 Oct == 25 Dec
www.darren-king.co.uk
  • Bogey
  • Disturbed
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 7103
  • Loc: Ozzuland
  • Status: Offline

Post March 24th, 2006, 7:50 pm

how about the following code.

Code: [ Download ] [ Select ]
<script language="text/css">
{
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: scroll;
}
</script>
  1. <script language="text/css">
  2. {
  3. height: 100%;
  4. width: 100%;
  5. overflow-x: hidden;
  6. overflow-y: scroll;
  7. }
  8. </script>


I think that that code should work to end the horizontal scrolling on your iFrame.

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 82 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
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.