Need to help to fix problem in firefox with css

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

Moderator: General Moderators

Post Reply
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Need to help to fix problem in firefox with css

Post by yacahuma »

As soon as you open this link in firefox (in fullscreen) you can see the problem. It looks ok in Explorer(for a change). I will appreciate the help. It is a very simple css.
http://www.ersagency.com/problem.html
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Need to help to fix problem in firefox with css

Post by yacahuma »

I fixed it

I added this to form.css

Code: Select all

#stylized{
overflow: hidden;
}
Post Reply