Overflow Problem

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
222222
Forum Newbie
Posts: 3
Joined: Thu Sep 17, 2009 8:39 pm

Overflow Problem

Post by 222222 »

I have a problem with css overflow shown in the link below:
http://www.oasistrek.com/lantau_peak_new.htm

The layout works fine in firefox (that's what I want) but a horizontal scroll bar shows up in internet explorer, even if I increase the width of the container.
In addition, the 3 images doesn't move when I roll the vertical scrollbar, but return to their positions when the cursor hovers over them.

I would like to know how it can be shown as same as firefox. Of course I want to know the reasons as well.

thanks in advance.
wajordan
Forum Newbie
Posts: 3
Joined: Fri Oct 30, 2009 8:58 pm

Re: Overflow Problem

Post by wajordan »

Hey 2222... 22

Just add an IE conditional statement for the trailframe class
(i.e. trailframe{overflow:hidden;})
Post Reply